+1 888 340 6572

GetAppInfo: Difference between revisions

From MultiCharts
No edit summary
No edit summary
Line 8: Line 8:
:'''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 (one of the 4 options below). GetAppInfo will return the value, indicating the reason of calculation initialization.
:'''aiCalcReason''' - returns the reason for the calculation (i.e. returns CalcReason_Default when calculation was triggered by a new bar/tick). 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_Default''' - calculation is to be initialized when the new bar/tick appeared.