$ Dollar Trailing Stop?

Questions about MultiCharts and user contributed studies.
jmi88
Posts: 29
Joined: 31 Jan 2007

$ Dollar Trailing Stop?

Postby jmi88 » 16 Jul 2007

Can someone please help me design a code to set a Trailing Stop based on Dollars? The setdollartrailing word is not reconized by MC, so somehow I need to make one from scratch but cant figure out how....Thanks


This is the TS Code that is not reconized:

Code: Select all

Inputs: PositionBasis(True), Amount(0);

If PositionBasis Then
SetStopPosition
Else
SetStopContract;

SetDollarTrailing(Amount);

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 17 Jul 2007

What version are you running?
This word is available in the latest beta...


Return to “MultiCharts”