Specifying from which Entry Signal to Exit

Questions about MultiCharts and user contributed studies.
oakshadows
Posts: 33
Joined: 01 May 2007

Specifying from which Entry Signal to Exit

Postby oakshadows » 01 May 2007

Does MultiCharts have the capability of specifying from which Entry Signal to Exit? I have not had success in doing so.

I was able to do so with TS in the following manner (assuming I have an open long position):

If...then ExitLong("NameOfLongExit") from Entry("NameOfLongEntry") at...

Thanks.

User avatar
Kate
Posts: 758
Joined: 08 Dec 2006

Postby Kate » 04 May 2007

Please try this:

buy("1") this bar at close;
if Condition1 then sell ( "Entry Name" ) from entry ("1") next bar at market ;


Return to “MultiCharts”