At$ not supporte?

Questions about MultiCharts and user contributed studies.
2haerim
Posts: 502
Joined: 01 Sep 2006
Been thanked: 2 times

At$ not supporte?

Postby 2haerim » 01 Feb 2008

ExitLong ("X")from entry ("Long") Next Bar AT$ Low - (Pcnt * AvgTrueRange(10)) Stop;

is perfectly compilable in TS2000i.

And it is translated PowerLanguage as follows:

Sell ("X")from entry ("Long") Next Bar AT$ Low - (Pcnt * AvgTrueRange(10)) Stop;

However, I got compiler error for AT$ reserved word.

Is it not supported in MC?

User avatar
Marina Pashkova
Posts: 2758
Joined: 27 Jul 2007

Postby Marina Pashkova » 01 Feb 2008

Hi HaeRim,

At$ is not currently supported.

Regards.

2haerim
Posts: 502
Joined: 01 Sep 2006
Been thanked: 2 times

Any workaround for AT$?

Postby 2haerim » 01 Feb 2008

If At$ is not supported and have no ETA for that, what is the workaround to make such code work in MC?

For exmaple, please tell me how to change the following code without using At$:

ExitLong ("X")from entry ("Long") Next Bar AT$ Low - (Pcnt * AvgTrueRange(10)) Stop;

User avatar
Marina Pashkova
Posts: 2758
Joined: 27 Jul 2007

Postby Marina Pashkova » 04 Feb 2008

Hello HaeRim,

I am afraid this code cannot be changed. At least our software engineers are not sure how this could be done.


Return to “MultiCharts”