TS Strategy "Close at end of day"  [SOLVED]

Questions about MultiCharts and user contributed studies.
Guest

TS Strategy "Close at end of day"

Postby Guest » 08 Feb 2007

I tried in a "Multicharts" a TS Strategy ""Close at end of day", but don`t work. In the PowerLanguage in the compile no problems with a signal "Close at end of day", but in "Multicharts" don`t work. Can help me please.
Thank you.
José.

momentum
Posts: 324
Joined: 23 Nov 2005
Has thanked: 9 times
Been thanked: 14 times

Postby momentum » 08 Feb 2007

I get around this by putting a line in my code such as:

If Time >= 1530 then BUYTOCOVER this bar at close;

etc

It does the same thing.

Guest

  [SOLVED]

Postby Guest » 08 Feb 2007

momentum, thank you.
Now with the code that placed already it functions. It can help in relation with TS strategy “Dollar Trailing” and "Percent Trailing" that also it does not function with Multichart.

Thank you.
José

Guest

Postby Guest » 08 Feb 2007

Somebody can help me.

Thank you.

josé

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

Postby Andrew Kirillov » 12 Feb 2007

Dear Sir,

The "SetDollarTrailing" and "SetPercentTrailing" reserved words are not supported yet.

We will add them in 1Q2007.


Return to “MultiCharts”