
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
After erasing // from "trade.BuyStop(Lot_size,entryprice,Symbol(),sl,tp,ORDER_TIME_GTC);"
and // from "trade.SellStop(Lot_size,entryprice,Symbol(),sl,tp,ORDER_TIME_GTC);" of course,
there is only one Position Stop (at my backtest - Buy stop).
It is all the time modificated (+ 50 from border) when price touch upper red lines.
EDIT: Sorry, I changed Pair to another, and change the lot size to 1:100 (from 1 lot to 0.01)
And it started to work at backtesting.
@Kai Bbcr can you confirm it?
I have the same situation at tester:
After erasing // from "trade.BuyStop(Lot_size,entryprice,Symbol(),sl,tp,ORDER_TIME_GTC);"
and // from "trade.SellStop(Lot_size,entryprice,Symbol(),sl,tp,ORDER_TIME_GTC);" of course,
there is only one Position Stop (at my backtest - Buy stop).
It is all the time modificated (+ 50 from border) when price touch upper red lines.
EDIT: Sorry, I changed Pair to another, and change the lot size to 1:100 (from 1 lot to 0.01)
And it started to work at backtesting.
@Kai Bbcr can you confirm it?