Forum

Account Balance During Backtesting

Hi, I have an EA that uses lot sizes based on the account balance . During back testing I set an initial deposit of $1000 and it calculated the correct lot size(.16 lots) based off that value, but as the backtesting went on, the lot sizes never changed. During back testing the account balance would

Auto Lot Size EA Help

Hi, I have an expert advisor that I wanted to see how it performs under auto lot size management. I wanna know if someone could help code into the expert advisor to calculate lot size based off of: ((( my account balance * .05) / 30 ) / 10) [.05 being my risk percentage, 30 being my SL, and dividing

Expert Advisor Help

Hi, I have an expert advisor that I made that is traded on the H4 timeframe. It has a TP of 5 pips with a SL of 50 pips, but it wins pretty consistently added with those few huge loses. I wanted to know if anyone wants to help me eliminate those loses in return for my expert advisor! Maybe help