Skip to content

Commit

Permalink
Removes Color Candles Daily indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jun 25, 2023
1 parent 48f6b52 commit 3c42543
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 223 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
- Indi_CCI.test
- Indi_CHO.test
- Indi_CHV.test
# - Indi_ColorBars.test # @fixme
- Indi_ColorCandlesDaily.test
- Indi_ColorLine.test
- Indi_CustomMovingAverage.test
- Indi_DeMarker.test
Expand Down
158 changes: 0 additions & 158 deletions Indicators/Indi_ColorCandlesDaily.mqh

This file was deleted.

1 change: 0 additions & 1 deletion Indicators/includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "Indi_CCI.mqh"
#include "Indi_CHO.mqh"
#include "Indi_CHV.mqh"
#include "Indi_ColorCandlesDaily.mqh"
#include "Indi_ColorLine.mqh"
#include "Indi_CustomMovingAverage.mqh"
#include "Indi_DEMA.mqh"
Expand Down
27 changes: 0 additions & 27 deletions Indicators/tests/Indi_ColorCandlesDaily.test.mq4

This file was deleted.

31 changes: 0 additions & 31 deletions Indicators/tests/Indi_ColorCandlesDaily.test.mq5

This file was deleted.

4 changes: 0 additions & 4 deletions tests/IndicatorsTest.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,6 @@ bool InitIndicators() {
IndiCHVParams chv_params();
indis.Add(new Indi_CHV(chv_params));

// Color Candles Daily.
IndiColorCandlesDailyParams color_candles_daily_params();
indis.Add(new Indi_ColorCandlesDaily(color_candles_daily_params));

// Color Line.
IndiColorLineParams color_line_params();
indis.Add(new Indi_ColorLine(color_line_params));
Expand Down

0 comments on commit 3c42543

Please sign in to comment.