I have an EA that I wish to add maximum order to. So that EA should take a Trade on signal and should not take another trade on next signal untill the previous order closed.
Files:
Prosper_EA_EMA_200y_20_and_10_with_MACD.zip
96 kb
olatunji Oladele:
I have an EA that I wish to add maximum order to. So that EA should take a Trade on signal and should not take another trade on next signal untill the previous order closed.
I have an EA that I wish to add maximum order to. So that EA should take a Trade on signal and should not take another trade on next signal untill the previous order closed.
if(BuySignal==true&&LongPos<1){tradeLong;} else if(SellSignal==true&&ShortPos<1){tradeShort;}
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