×

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

GetAppInfo

238 bytes added, 13:58, 30 January 2015
:'''aiBarSpacing''' - returns a value indicating the bar spacing of a chart (i.e. the value found in the ''Format Window'' -> ''X-Time scale screen'').
:'''aiCalcReason''' - returns a numerical value, indicating the reason for the of calculation initialization (i.e. returns 0 (CalcReason_Default ) when calculation was triggered by a new bar/tick). GetAppInfo will return the value, indicating the reason of calculation initialization.:
:: '''0 (CalcReason_Default)''' - calculation is to be initialized when the new bar/tick appeared.:: '''1 (CalcReason_MouseLClick)''' – calculation is to be initialized after left-click on the chart.:: '''2 (CalcReason_MouseRClick)''' - calculation is to be initialized after right-click on the chart. :: '''3 (CalcReason_Timer)''' – the calculation is to be initialized after expiration of RecalcLastBarAfter timeout.:: '''4 (CalcReason_MPChange)''' – calculation is to be initialized after market position for the instrument has been changed (for signals only). :: '''5 (CalcReason_OrderFilled)''' – calculation is to be initialized after order filled event (for signals only).
:'''aiHighestDispValue''' - returns the highest price value that could be displayed on a chart.