Page 1 of 1

Indicator help

Posted: 26 Jan 2008
by beck donald
The follwoing works in EL and compiles, but does not work in MCFX.
Thank you
Don

Plot1(i_openequity, "OpenEquity");
Plot2(i_closedequity, "ClosedEquity");
Plot3(0, "ZeroLine");

Posted: 26 Jan 2008
by kevin kolodzy
Donald, since MCFX doesn't have a TradeManager component and does not distinguish between indicators and strategies for certain functions, there are differences from TS. I believe you should use the function "openpositionequity". (If I recall the name correctly - start typing "ope" in your code and a list of options should appear, including the one I mentioned.)

Posted: 26 Jan 2008
by beck donald
Kevin,

Tried that one... came back with an error ...not applicable to this type of study.

Regards
Don

Posted: 29 Jan 2008
by Marina Pashkova
Hi,

The words i_openequity i_closedequity are not currently supported.