From the manual AssetVars can be entered in the asset list behind the Symbol column but how to access them? Let me say an asset list looks like:
Code:
..., Commission, Symbol, TOCom
..., 0, BTC/USD, 0.0026


Do I find the value 0.0026 automatically in AssetVar[0] independent from the column's name "TOCom" (so it's better not to use AssetVar[0] otherwise in the script) or is there another way?

Thanks, Sphin