#include #include interface ICustomChartSettings { int GetHandle(); void Set(); void Save(); bool Load(); void Delete(); bool Changed(double currentRuntimeId); ALERT_INFO_SETTINGS GetAlertInfoSettings(void); CHART_INDICATOR_SETTINGS GetChartIndicatorSettings(void); };