mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-23 09:18:05 +00:00
refactor:
This commit is contained in:
@@ -7,6 +7,13 @@
|
|||||||
|
|
||||||
#include <MyIncludes\HeikinAshi_Tools.mqh>
|
#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) |
|
//| CLASS 1: CATRCalculator (Base Class) |
|
||||||
|
|||||||
Reference in New Issue
Block a user