Modification EA to be done Explanation: the EA working good right for the result in $$, it’s profitable that way, but now but I want to make back test and need to make some corrections to make it work on back test. I also want it to be finish and working 100% properly on every one of those listed demands I will have. Some commands already incorporated inside the EA will still not work but I don’t care unless by working on it, you found a problem or an easy way to resolve the issue. I think the main problem coming from the fact that this EA start from 2 EA. 1 have been 100% custom made for me as a DrawDown Manager. And the other one is a decompile of a grid bot EA that I Want to add feature on it. And the programmer did incorporate bot of them in the same one. Since then... Only problem and he doesn’t find the solution to get it the way I ask. I really don’t think my request are as that hard but for some reason… I cannot receive what I ask for. So, I list what exactly I want to work on and how I want it to work. I will also add a list of things that I know doesn’t work but not that Mutch important at this point. Thing’s that I want to work: Repair Drawdown manager to work on back test 1- The DDMV9 working well when I use it alone on a chart 2- I have the original code for that DDMv9 3- Once he integrated it into the other EA, the functionality did work at the beginning of it, but I don’t know when it did stop working with all the modification he did 4- I want to be able to use those Feature on Back testing mode 5- Right now, the only solution I have is to run bot of EA on demo mode and use the DDVv9 to control drawdown so I cannot back test it a. I put the Grid EA on False b. c. Then I Run the DDMv9 on another grid d. e. you see 6 order true... to control the DD and in demo, it works really well, I mean the result are great but I cannot back test two EA at the same time... Change the way the lot are taken with buy and sell signal 1- change the way the position is taken... I want to see if this method would be better or worst than my original idea... 2- here is an example of 6 position taken, when crossing the chooses MA after the 3 positions, this is what happens now ... a. buy0.01 buy0.02 buy0.04 sell0.01 sell0.02 sell0.04... b. and this is what I want buy0.01 buy0.02 buy 0.04 sell0.08 sell0.16 sell0.32 (if the up lot is 2). c. Threat the buy and sell as only 1 thing... and whatever the order they came in... I want them to follow the order of the up lot... 3- With all the test I have done, I don’t know if it will be better or worst so it as to be an option that I can activate or not, call the way you want so I can put yes or no… a. Like up lot separate / yes or no i. Yes, would be ii. buy0.01 buy0.02 buy0.04 sell0.01 sell0.02 sell0.04... iii. No would be iv. and this is what I want buy0.01 buy0.02 buy 0.04 sell0.08 sell0.16 sell0.32 Repair Trailing Stop loss Keep in mind that that this EA is basically a grid EA that cannot loose... What ever it’s how much sell or buy are in... the only goal is to close lot of small profit and follow the wave, that is my main goal... so far, I can make it and back testing showing good result and demo and live also, but I think It can do better!! The trailing stop loss doesn’t work; it works with only 1 position but It cannot handle all the buy and sell signal all together. I do understand that it is maybe hard since it move fast and compile all those number maybe terrible to handle but here is my two ideas. The only way I can make it work right now is with the minimum profit. When signal reversing and some big positions are on, making 5$ sometime jumps to 10 to 40$ if it moves really fast… so I would like to be able to make more profit out of those big movement… 1- Working TSL with pips maybe really hard. The way I think it would be more easy would be to use the min profits… here my exemple a. Setup mins : 10 $$ b. TSL start at: 5$$ c. Step : 1$$ d. With that exemple, I think handle $$ is way more easy than pips on every signal open since the $$ is already calculated and live…. e. 2- Making TSL works with pips a. Right now, I position it working b. Working with all buy and sell at the same time, doesn’t work c. The las programmer did analyse it and told me that i. In the original, the trail is actually taking place, but its meant to use a weighted price and the calculations for weighted price has been done wrong.This is the original bot, but I've put lines at where the weighted price is calculated(wrong) and where its trailed to. d. And did send me that to test it i. I’m suggesting something, separate the buys and sells, get the weighted average and trail separately. In this one, I have commented out the trailing part, but I have calculated the correct weighted price for buy and sell ( separately) and drawn lines so you can see them, so buy trail then becomes (avg buy entry – sl points) and sell becomes (avg sell entry + sl points),If I ok, I can send the trailing version. I could combine and try find a weighted avg for all, but that depends on which are more of buys/sells i.e if buys are more, it’ll have to be quite high to compensate the losing sells and vise versa, depends on your choice. e. Now doesn’t reply to me since than, 3 weeks ago and I am tired of waiting Remove the right corner box Make all those number work on the box in the screen of the DDM For some reason, sometimes they are all working and sometimes they don’t work… not sure if it’s because I do run the DDMv9 and the Grid EA at the same times so just double check that it is working… Thing’s that I know it doesn’t work: By writing this document, I found that I did explain that the TSL does work with 1 position but not with buy and sell signal combine… at this point, it is not an obligation but if it could, it would make me more option for testing.. still the result that I do need is profits.. so $$ work also