ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.IPlatformSettings Interface Reference

Interface for accessing platform settings. More...

Properties

int ValueAreaPercent [get]
 Gets the value representing the percentage of the value area, which is specified in the global settings of the platform.
 
int ValueAreaStep [get]
 Gets the value area step size at each iteration.
 
int ValueAreaUpdateDelayMs [get]
 Gets value area update frequency to reduce CPU usage on frequent candle update. In milliseconds. 0 means no cache and each update will force ValueArea recalculation.
 
string DataPath [get]
 Gets the data path to the folder where the platform stores all the settings. It could be used for saving some service information by the indicator.
 

Detailed Description

Interface for accessing platform settings.

Property Documentation

◆ DataPath

string ATAS.Indicators.IPlatformSettings.DataPath
get

Gets the data path to the folder where the platform stores all the settings. It could be used for saving some service information by the indicator.

◆ ValueAreaPercent

int ATAS.Indicators.IPlatformSettings.ValueAreaPercent
get

Gets the value representing the percentage of the value area, which is specified in the global settings of the platform.

◆ ValueAreaStep

int ATAS.Indicators.IPlatformSettings.ValueAreaStep
get

Gets the value area step size at each iteration.

◆ ValueAreaUpdateDelayMs

int ATAS.Indicators.IPlatformSettings.ValueAreaUpdateDelayMs
get

Gets value area update frequency to reduce CPU usage on frequent candle update. In milliseconds. 0 means no cache and each update will force ValueArea recalculation.


The documentation for this interface was generated from the following file: