I am coding a script which trades a single asset with MT4 broker. I will use several indicators downloaded from the internet to calculate trade entry / exit. I convert these indicators history data to T6 files. In the Backtest mode, I load these indicators and use them as if they are Assets, this way I can easily calculate moving averages etc from them and produce trade signals. This is very cool and convenient. But how do I do this in Trade mode - these indicators are not real Assets and their data can not be sourced from MT4 broker. Is it possible and how to load them as assets from T6 files (which can be updated by another script) in Trade mode? Or do I have to code the Trade mode in a complete different way?