mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-07 17:47:44 +00:00
refactor:
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
|
||||
#include <MyIncludes\HeikinAshi_Tools.mqh>
|
||||
|
||||
//--- CORRECTED: Moved enum here to be accessible by other calculators ---
|
||||
enum ENUM_ATR_SOURCE
|
||||
{
|
||||
ATR_SOURCE_STANDARD, // Calculate ATR from standard candles
|
||||
ATR_SOURCE_HEIKIN_ASHI // Calculate ATR from Heikin Ashi candles
|
||||
};
|
||||
|
||||
//+==================================================================+
|
||||
//| |
|
||||
//| CLASS 1: CATRCalculator (Base Class) |
|
||||
|
||||
Reference in New Issue
Block a user