×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

CommentaryEnabled

49 bytes added, 05:46, 3 April 2013
m
no edit summary
This reserved word returns a value of True only when the [[:Category:Expert_Commentary|Expert Commentary ]] window is open and Commentary has been requested. This allows you to optimize your trading strategies, analysis techniques, and functions for speed, as it allows PowerLanguage to perform commentary-related calculations only when the Expert Commentary window is open.
'''This allows you to optimize your trading strategies, analysis techniques, and functions for speed, as it allows PowerLanguage to perform commentary-related calculations only when the Expert Commentary window is open. == Usage'''==
<syntaxhighlight>
CommentaryEnabled
</syntaxhighlight>
== Notes ==* The difference between [[CommentaryEnabled]] and [[AtCommentaryBar]] is that [[CommentaryEnabled]] returns a value of True for ALL bars when the Expert Commentary window is open, while the [[AtCommentaryBar]] returns a value of True only for the bar clicked with the Expert Commentary pointer.
'''== Example'''==
<syntaxhighlight>
CommentaryEnabled
</syntaxhighlight> will Will return True if the Expert Commentary Tool has been applied to the chart.
[[Category:Expert Commentary]]