Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8035947476 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -23,7 +23,7 @@
|
|||||||
#else // user defined settings
|
#else // user defined settings
|
||||||
|
|
||||||
|
|
||||||
input int barSizeInTicks = 20; // Range bar size (in ticks)
|
input int barSizeInTicks = 100; // Range bar size (in ticks)
|
||||||
input ENUM_BOOL atrEnabled = false; // Enable ATR based bar size calculation
|
input ENUM_BOOL atrEnabled = false; // Enable ATR based bar size calculation
|
||||||
ENUM_TIMEFRAMES atrTimeFrame = PERIOD_D1; // Use ATR period
|
ENUM_TIMEFRAMES atrTimeFrame = PERIOD_D1; // Use ATR period
|
||||||
input int atrPeriod = 14; // ATR period
|
input int atrPeriod = 14; // ATR period
|
||||||
|
|||||||
Reference in New Issue
Block a user