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.
Import series from another express indicator
- WHS Support
- Posts: 2443
- Joined: 14 Feb 2013 10:27
Re: Import series from another express indicator
Hi wpakort,
Correct, series which are created within stop express programs cannot be exported and used in other express programs.
As far as I know, the only alternative would be to duplicate the stop series in a sentimentor program. By recreating the series, both series would be calculated the same way and therefore it would be possible to determine if the stop line would have been hit. As sentimentors are calculated at the end of a bar, there would be a slight discrepancy between when the stop is hit and when the sentimentor series confirms this.
Perhaps that would be something you could work with? If not, you may be able to find more help by contacting a professional express programmer. One which we have worked with for quite some time is Michael Verschuure (www.4sure.fr / info[at]4sure.fr).
Kind regards,
Bastiaan
WHS Luxembourg
Correct, series which are created within stop express programs cannot be exported and used in other express programs.
As far as I know, the only alternative would be to duplicate the stop series in a sentimentor program. By recreating the series, both series would be calculated the same way and therefore it would be possible to determine if the stop line would have been hit. As sentimentors are calculated at the end of a bar, there would be a slight discrepancy between when the stop is hit and when the sentimentor series confirms this.
Perhaps that would be something you could work with? If not, you may be able to find more help by contacting a professional express programmer. One which we have worked with for quite some time is Michael Verschuure (www.4sure.fr / info[at]4sure.fr).
Kind regards,
Bastiaan
WHS Luxembourg