Functions on trend analysis folders
Trend analysis folder.inputfolder→folder
Result: The InputFolder
function returns the input folder of the trend analysis folder.
Trend analysis folder.CurrentSignals→List
(Trend analysis signal)
Result: The CurrentSignals
function provides all signals according to the evaluation status of the folder.
TrendAnalysisFolder.CurrentSignalPhases
[StartDate;EndDate;Include_Short_Sales;Limit]→List(TradingPhase)
Start date (date).
End date (date).
Include_short_sales (Boolean[True]).
Limit (number | function).
Result: The function MomentaneousSignalPhases
returns the list of trading phases resulting from the signals of the last folder evaluation that lie between <start date> and <end date>. The parameters <include_short_sales> and <limit> influence the trading phases accordingly. The parameter can be assigned a limit function as with the TradingSystem
function.
See the chapter Functions on trading systems.
Siehe auch: