Search found 3 matches

by Speedy
22 Nov 2021
Forum: MultiCharts
Topic: Fixed step trailing
Replies: 2
Views: 582

Fixed step trailing

Can anyone give me some guidelines to coding fixed step trailing stop ?
by Speedy
18 Nov 2021
Forum: MultiCharts
Topic: stop loss order cannot be executed
Replies: 2
Views: 561

Re: stop loss order cannot be executed

StopL = StopLLevel*position size;

if condition1 then buy("Long") next bar position size contracts at pricepoint stop;

setstopposition;
setstoploss(StopL);
by Speedy
18 Nov 2021
Forum: MultiCharts
Topic: stop loss order cannot be executed
Replies: 2
Views: 561

stop loss order cannot be executed

I am using MultiCharts64 Version 14.0 Release (Build 21978) and IB TWS 10..11 version I have composed a strategy and put it on paper trade. I have found that the stop loss order cannnot be executed. The actually picture is that , the price JUST PASS the stop loss price [i.e. I have a long position] ...

Go to advanced search