Portfolio Analyzer: Prapare Trading System
Prepare your trading system for Portfolio Analyzer
It’s necessary to prepare your trading system for Portfolio Analyzer.
Alterations of signal codes necessary for operating Real Time Portfolio Analyzer
For data export from strategies into RealTime Portfolio Analyzer in signal codes it is necessary to call function:
Value1 = TS.Portfolio.Set(1,1,1);
Entry variables of TS.Portfolio.Set function are the values set by user. For these values three positions are reserved. As entry variables it is possible to use
Position Risk, Position Volatility, Position Assured Profit, in particular.
An example of using TS.Portfolio.Set function is listed in a TS.Portfolio.Example signal code.
Other parameters (Equity, NetProfit etc.) imported into RealTime PortfolioAnalyzer are fixed.
TS.Portfolio.Set function receives data from each Trade Station strategy being launched and transfers it to RealTime PortfolioAnalyzer.
|