Forum

WHY - EA work in strategy tester but not real trading

I have an EA which works perfectly in the strategy tester but when i try to attach it to a chart and the happy smiley face is on, the robot does not make a single trade. Can anybody tell me why or how or maybe have a look at my code and see the problem

Value of previous basket

Hi. Im struggeling with a problem. I want to know the value of the previous basket of closed positions. For eksample, if the EA has opened 5 positions and then closes all of them, i want to know the value and if the value is positive or negative. Can somebody help me solve this problem? Regards

Value of previous basket

Hi. I have attached my EA below with a following indicator. Im struggeling with a problem. I want to know the value of the previous basket of closed positions. For eksample, if the EA has opened 5 positions and then closes all of them, i want to know the value and if the value is positive or

Problem with strategy

My strategy is working on forex pairs but when i try to backtest my strategy on indices like De30 or US500, nothing appears and im not getting any results. Does anyone know why? My EA is build on custom made indicator, so this will be linked too. The problem is not that it does not work. My EA is

Sell Expert Advisor on the market

Hi. A question for the people. Is it possible to sell an EA on the market, if the EA is connected / relies to an indicator i made myself? Or do i somehow have to rewrite my code so the EA can trade on its own without the custom made indicator? Regards Sebastian

Implement exponential lot size

Hi. I have a strategy but need to implement an exponential lot size. Does anybody know how to do so? The code is the following