Jeff Stones:
double sell_stop = support - Point();
double buy_stop = resistance + Point();
Hi Jeff
check the above correction.

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
double sell_stop = support - Point;
double buy_stop = resistance + Point;
for my5 expert
in these lines i got error
';' - open parenthesis expected