+1 888 340 6572

GetAppInfo: Difference between revisions

From MultiCharts
No edit summary
Line 7: Line 7:


:'''aiBarSpacing''' - returns a value indicating the bar spacing of a chart (i.e. the value found in the ''Format Window'' -> ''X-Time scale screen'').  
:'''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''' - specifies return of the calculation reason. GetAppInfo will return the value, indicating the reason of calculation initialization.
:: '''CalcReason_Default''' - calculation is to be initialized when the new bar/tick appeared.
:: '''CalcReason_MouseLClick''' – calculation is to be initialized after left-click on the chart.
:: '''CalcReason_MouseRClick''' - calculation is to be initialized after right-click on the chart.
:: '''CalcReason_Timer''' – the calculation is to be initialized after expiration of RecalcLastBarAfter timeout.


:'''aiHighestDispValue''' - returns the highest price value that could be displayed on a chart.  
:'''aiHighestDispValue''' - returns the highest price value that could be displayed on a chart.