Yes it is possible. You need to use the
Market Valuable from the system
MarketVar("ADXval") = ADX(10, 0)
and then access them from the tradeplan.
ADXval =TradePlan.Session(0).Market(M) .MarketVar("ADXval")
You can then call the CustomRanking functions from the tradeplan.
Look at the StockCustomPerformPlan for ideas of the code.
|