-
Don't double post! You already had this thread open.
General rules and best pratices of the Forum. - General - MQL5 programming forum (2017) -
If(Close[1]+0.0001) If(Close[1]-0.0001) If(Close[1]-Close[2])
Those are prices, not boolean. Non-zero is true.
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
Hi,
Putting together parameters for a buy or sell; stuck on, a parameter where the points/pip are counted when the bar is closed, then trades when a expected number of points are counted from the bar.
eg,
the parameters i've used are:
<-- but its not working in the sell direction.