Many thanks again.fxdaytrader wrote:See latest version attached, I think the sl-stuff works now. Set the new external variables as you need them (sl-section).
I think there was one bloop in the tp-section:in the original version it should be > 1, but as we have the option to open multiple trades now (maintrade, reentry, stacks) I changed that toCode: Select all
if (OpenTrades > 0) take = lp;Do not forget to set LoadCustomMASettings=false, otherwise you load differen ma-settings (as I use them on one account for testing) ...Code: Select all
if (TradeComment==StackTradeComment) take = lp;
peter