Jerry Wee:
Hi, when I backtested my codes, some of the trades went through, but a bunch of them keeps returning the [Invalid Price] error in the Journal.
If someone can help me troubleshoot or give me some direction to work towards, that would be great.
This is my trade codes,
check SYMBOL_TRADE_FREEZE_LEVEL.
if(entry<Bid-SYMBOL_TRADE_FREEZE_LEVEL*_Point) trade.SellStop(...)

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, when I backtested my codes, some of the trades went through, but a bunch of them keeps returning the [Invalid Price] error in the Journal.
If someone can help me troubleshoot or give me some direction to work towards, that would be great.
This is my trade codes,