- A sell order triggers with the Ask not the Bid.
- You have to think.
if (OrderOpenPrice() - Ask > WhenToTrail*_Point) { if (OrderStopLoss() > Ask+TrailAmount*_Point || OrderStopLoss() == 0) { // Check whether the trail
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,
this code works perfectly for buy, but for sell how to do this with char "<", ">"
Here: