Surely there must be be a way to get this info? More coding?Quote from syswizard:
3) There is no way to determine using Easy Language code which exit or entry was triggered within a strategy. In other words, if your strategy has a stop loss exit coded, it may get triggered 4 times in a row, but you cannot determine this by querying the trade history....the "WhichExit" variable is not there !
. [/B]
Quote from telozo:
Well, there are actually some things that EasyLanguage doesn't support, or is hard to implement, like using global variables, or storing data between backtests, and they are quite important when you want to backtest a portfolio, or spreads.
Really ? I had been using TS2000i for about 4 years and never found easy work-arounds to these problems. Even using their global variables DLL was fraught with complications because the order of the execution of indicators could not be controlled....yet another problem with the TS2000i version.Quote from trendmomentum:
BTW, those are very easy tasks to accomplish in TS with just a bit of research. Both global variables and portfolio backtesting. And no I do not mean RINA or any fancy external add on!
Quote from syswizard:
Really ? I had been using TS2000i for about 4 years and never found easy work-arounds to these problems. Even using their global variables DLL was fraught with complications because the order of the execution of indicators could not be controlled....yet another problem with the TS2000i version.
If you've got the answers, please do tell.