
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
PLease help on the above buy condition. My EA only opens sell
Thank you
I don't find about sell order.
Is it typo?
I think
First, typo.
Second, true is a constant. "if (true)" is always true condition.
Hey guys. I have been struggling with the following code for days.
You have TP set to 0 points - that is causing trades to close immediately. If you want other hours just change 0 to something you want.
You have TP set to 0 points - that is causing trades to close immediately. If you want other hours just change 0 to something you want.
TP set to zero means that there is no TP.
Same for SL
You have TP set to 0 points - that is causing trades to close immediately. If you want other hours just change 0 to something you want.
I have looked at the code now and I guess that you may have meant that the input TakeProfit is set at zero
The code should be modified to allow for inputs set at zero.