AEON / Profile
AEON
Added topic Need to add Open Price to the formula
#property strict #property indicator_chart_window #property indicator_buffers 17 //--- input parameters enum ENUM_WORK_MODE { DAILY, WEEKLY, MONTHLY }; input ENUM_WORK_MODE workMode=DAILY;
: