MY EA is closing trades in losses i set it to take profits based on money, can you assist with what i need to correct as this is my first EA i have developed without a freelancer
- How can I make to close positions on EA as loss target
- Experts: TREND_alexcud v_2
- expert advisor without strategy
Amos Tsopotsa:
MY EA is closing trades in losses i set it to take profits based on money, can you assist with what i need to correct as this is my first EA i have developed without a freelancer
-
The title should be brief. Put the full text in the post.
-
if(profits<=-Stoploss||profits>=Takeprofit){close(0);close(1);}
Do not post code with will not even compile. What is the void close(int) function you call?
its based on rsi only standard indicator
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register