Journal
Journal functions are mostly used for accessing the journal log. The log is used for logging trading ideas and comments used by the trader during his trading.
Sections
Name |
Description |
JournalAddMessage(int, C_MessageType, string, string, string) |
Adds a message to the journal log. |
Gets the message text of a specified journal message. |
|
Gets the number of messages in the log. |
|
Gets the date/time of a specified journal message. |
|
Gets the symbol index of a specified journal message. |
|
Gets the title of a specified journal message. |
|
Gets the message type of a specified journal message. |
JournalAddMessage(int symbolIndex, C_MessageType type, string title, string message, string source) |
||||||||||||||||||
Adds a message to the journal log. Parameters
Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
string JournalMessage(int index) |
||||||
Gets the message text of a specified journal message. Returns The message text of a specified journal message. Parameters
Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
int JournalMessageCount() |
Gets the number of messages in the log. Returns The number of messages in the log. Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
long JournalMessageDateTime(int index) |
||||||
Gets the date/time of a specified journal message. Returns The date/time of the specified journal message. Parameters
Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
int JournalMessageSymbolIndex(int index) |
||||||
Gets the symbol index of a specified journal message. Returns The symbol index of the specified journal message. Parameters
Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
string JournalMessageTitle(int index) |
||||||
Gets the title of a specified journal message. Returns The title of the specified journal message. Parameters
Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |
C_MessageType JournalMessageType(int index) |
||||||
Gets the message type of a specified journal message. Returns The message type of the specified journal message. (View Options) Parameters
Scripts TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, TradingStrategy |