Import series from another express indicator
Posted: 07 Mar 2014 07:05
Apparently it is not possible to import series from another STOP Express indicator.
Trying to do this gives the warning: "cannot import series... etc"
Is there any way around this?
Example:
Express Stop InMarket
Vars
Series InMarket;
Calculation
InMarket = MarketPosition();
I would like to use the series "InMarket" in another Study.
Trying to do this gives the warning: "cannot import series... etc"
Is there any way around this?
Example:
Express Stop InMarket
Vars
Series InMarket;
Calculation
InMarket = MarketPosition();
I would like to use the series "InMarket" in another Study.