RSS
RSS functions are used for accessing the RSS log, which holds all of the RSS messages received by the platform.
Sections
Name |
Description |
Gets the message text of a specified RSS message. |
|
Gets the number of messages in the log. |
|
Gets the date/time of a specified RSS message. |
|
Gets the symbol index of a specified RSS message. |
|
Gets the title of a specified RSS message. |
|
Gets the message type of a specified RSS message. |
string RSSMessage(int index) |
||||||
Gets the message text of a specified RSS message. Returns The message text of a specified RSS message. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
int RSSMessageCount() |
Gets the number of messages in the log. Returns The number of messages in the log. Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
long RSSMessageDateTime(int index) |
||||||
Gets the date/time of a specified RSS message. Returns The date/time of the specified RSS message. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
int RSSMessageSymbolIndex(int index) |
||||||
Gets the symbol index of a specified RSS message. Returns The symbol index of the specified RSS message. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
string RSSMessageTitle(int index) |
||||||
Gets the title of a specified RSS message. Returns The title of the specified RSS message. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
C_MessageType RSSMessageType(int index) |
||||||
Gets the message type of a specified RSS message. Returns The message type of a specified RSS message. (View Options) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |