Rafal W.

Results 509 issues of Rafal W.

Related: EA31337/EA31337/issues/183

enhancement

Refs: https://forextraininggroup.com/comparing-different-types-pivot-points/ You can utilize the existing method CalcPivotPoints() in Chart class. Related: #244

enhancement

Refs: - https://www.moneycontrol.com/news/business/markets/how-to-use-money-flow-index-mfi-indicator-for-profitable-trading-3574341.html ![image](https://user-images.githubusercontent.com/266306/77258033-dd686f00-6c6f-11ea-8257-e38341b61147.png)

enhancement

- File: `Indi_Gator.mqh` - Method: `GetEntry()` Lines: ``` _entry.value.SetValue(params.dtype, (double) NULL, LINE_UPPER_HISTCOLOR); _entry.value.SetValue(params.dtype, (double) NULL, LINE_LOWER_HISTCOLOR); ``` See: `ENUM_GATOR_COLOR` We need to compare in MT5 which colors are associated with...

enhancement

New BufferFXT class to store and export OHCL data. Required features: - [ ] Save OHCL struct entries using DictStruct - [ ] Export to file (`yyyymmdd-yyyymmdd.hst` based on the...

enhancement

New BufferFXT class to store and export tick data. For example, we're going to save ticks with the following code: ``` void OnTick() { MqlTick _tick = SymbolInfo::GetTick(_Symbol); ticks.Add(_tick); }...

enhancement

Branch: `dev-cpp-support`

enhancement
C++

Branch: `dev-cpp-support`

enhancement
C++

Branch: `dev-cpp-support`

enhancement
C++

Branch: `dev-cpp-support`

enhancement
C++