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
i cant get it why you show me wrong code? i'll try to help, just show code which need to correct
OK goverkms I have corrected it, for the case OP_SELL ignore it is not neccesary to my ea system for now that is why I always remove 1 case all I want is for the buy order to close all buy positions on reaching 40pips.thanks for willing to helping
you are welcome buddy
Am waiting goverkms
if( ma1 > Ask + (10*Point)&& CurrentTime != Time[1])
{
Opn_B=true;
}
goverkms i have tried it but did not work.
goverkms i have tried it but did not work.
{
Opn_B=true;
}
if( ma1 > Ask + (10*Point)&& CurrentTime != Time[0])
{
Opn_B=true;
}
goverkms: the code didnt work at all i have done all that yet its not gaping 10pips before another order,you can backtest it to check
and also the code i ask for modification, i have not receive any answer at all
i need to test this code?