Skip to content

Commit

Permalink
Code reformats
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 30, 2023
1 parent 0304e86 commit e33b44b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/Test.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
#include <EA31337-classes/Pattern.mqh>

// Includes indicator classes.
#include <EA31337-classes/Indicators/indicators.h>
#include <EA31337-classes/Indicators/Bitwise/indicators.h>
#include <EA31337-classes/Indicators/OHLC/indicators.h>
#include <EA31337-classes/Indicators/Price/indicators.h>
#include <EA31337-classes/Indicators/Special/indicators.h>
#include <EA31337-classes/Indicators/indicators.h>

// Local includes.
#include "../enum.h"
Expand Down
76 changes: 38 additions & 38 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,44 +33,44 @@ enum ENUM_STRATEGY {
#ifdef __MQL5__
// STRAT_ATR_MA_TREND, // ATR MA Trend
#endif
STRAT_AWESOME, // Awesome
STRAT_BANDS, // Bands
STRAT_BEARS_POWER, // Bear Power
STRAT_BULLS_POWER, // Bulls Power
STRAT_BWMFI, // BWMFI
STRAT_CCI, // CCI
STRAT_CHAIKIN, // Chaikin
STRAT_DEMA, // DEMA
STRAT_DEMARKER, // DeMarker
STRAT_DPO, // DPO
STRAT_ENVELOPES, // Envelopes
STRAT_EWO, // ElliottWave
STRAT_FORCE, // Force
STRAT_FRACTALS, // Fractals
STRAT_GATOR, // Gator
STRAT_HEIKEN_ASHI, // Heiken Ashi
STRAT_ICHIMOKU, // Ichimoku
STRAT_INDICATOR, // Indicator
STRAT_MA, // MA
STRAT_MACD, // MACD
STRAT_META_MIRROR, // (Meta) Mirror
STRAT_META_MULTI, // (Meta) Multi
STRAT_META_REVERSAL,// (Meta) Reversal
STRAT_MFI, // MFI
STRAT_MOMENTUM, // Momentum
STRAT_OBV, // OBV
STRAT_OSCILLATOR, // Oscillator
STRAT_OSCILLATOR_MULTI, // Oscillator Multi
STRAT_OSCILLATOR_CROSS, // Oscillator Cross
STRAT_OSCILLATOR_CROSS_SHIFT, // Oscillator Cross Shift
STRAT_OSCILLATOR_RANGE, // Oscillator Range
STRAT_OSMA, // OSMA
STRAT_PATTERN, // Pattern
STRAT_PINBAR, // Pinbar
STRAT_PIVOT, // Pivot
STRAT_RSI, // RSI
STRAT_RVI, // RVI
STRAT_SAR, // SAR
STRAT_AWESOME, // Awesome
STRAT_BANDS, // Bands
STRAT_BEARS_POWER, // Bear Power
STRAT_BULLS_POWER, // Bulls Power
STRAT_BWMFI, // BWMFI
STRAT_CCI, // CCI
STRAT_CHAIKIN, // Chaikin
STRAT_DEMA, // DEMA
STRAT_DEMARKER, // DeMarker
STRAT_DPO, // DPO
STRAT_ENVELOPES, // Envelopes
STRAT_EWO, // ElliottWave
STRAT_FORCE, // Force
STRAT_FRACTALS, // Fractals
STRAT_GATOR, // Gator
STRAT_HEIKEN_ASHI, // Heiken Ashi
STRAT_ICHIMOKU, // Ichimoku
STRAT_INDICATOR, // Indicator
STRAT_MA, // MA
STRAT_MACD, // MACD
STRAT_META_MIRROR, // (Meta) Mirror
STRAT_META_MULTI, // (Meta) Multi
STRAT_META_REVERSAL, // (Meta) Reversal
STRAT_MFI, // MFI
STRAT_MOMENTUM, // Momentum
STRAT_OBV, // OBV
STRAT_OSCILLATOR, // Oscillator
STRAT_OSCILLATOR_MULTI, // Oscillator Multi
STRAT_OSCILLATOR_CROSS, // Oscillator Cross
STRAT_OSCILLATOR_CROSS_SHIFT, // Oscillator Cross Shift
STRAT_OSCILLATOR_RANGE, // Oscillator Range
STRAT_OSMA, // OSMA
STRAT_PATTERN, // Pattern
STRAT_PINBAR, // Pinbar
STRAT_PIVOT, // Pivot
STRAT_RSI, // RSI
STRAT_RVI, // RVI
STRAT_SAR, // SAR
// STRAT_SAWA, // SAWA
STRAT_STDDEV, // StdDev
STRAT_STOCHASTIC, // Stochastic
Expand Down
8 changes: 4 additions & 4 deletions strategies.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
#include "CCI/Stg_CCI.mqh"
#include "Chaikin/Stg_Chaikin.mqh"
#include "DEMA/Stg_DEMA.mqh"
#include "DeMarker/Stg_DeMarker.mqh"
#include "DPO/Stg_DPO.mqh"
#include "DeMarker/Stg_DeMarker.mqh"
#include "ElliottWave/Stg_ElliottWave.mqh"
#include "Envelopes/Stg_Envelopes.mqh"
#include "Force/Stg_Force.mqh"
Expand All @@ -48,15 +48,15 @@
#include "Indicator/Stg_Indicator.mqh"
#include "MA/Stg_MA.mqh"
#include "MACD/Stg_MACD.mqh"
#include "Meta_Multi/Stg_Meta_Multi.mqh"
#include "MFI/Stg_MFI.mqh"
#include "Meta_Multi/Stg_Meta_Multi.mqh"
#include "Momentum/Stg_Momentum.mqh"
#include "OBV/Stg_OBV.mqh"
#include "OSMA/Stg_OSMA.mqh"
#include "Oscillator/Stg_Oscillator.mqh"
#include "Oscillator_Multi/Stg_Oscillator_Multi.mqh"
#include "Oscillator_Cross/Stg_Oscillator_Cross.mqh"
#include "Oscillator_Cross_Shift/Stg_Oscillator_Cross_Shift.mqh"
#include "Oscillator_Multi/Stg_Oscillator_Multi.mqh"
#include "Oscillator_Range/Stg_Oscillator_Range.mqh"
#include "Pattern/Stg_Pattern.mqh"
#include "Pinbar/Stg_Pinbar.mqh"
Expand All @@ -67,8 +67,8 @@
#include "SAWA/Stg_SAWA.mqh"
#include "SVE_Bollinger_Bands/Stg_SVE_Bollinger_Bands.mqh"
#include "StdDev/Stg_StdDev.mqh"
#include "SuperTrend/Stg_SuperTrend.mqh"
#include "Stochastic/Stg_Stochastic.mqh"
#include "SuperTrend/Stg_SuperTrend.mqh"
#include "TMAT_SVEBB/Stg_TMAT_SVEBB.mqh"
#include "TMA_CG/Stg_TMA_CG.mqh"
#include "TMA_True/Stg_TMA_True.mqh"
Expand Down

0 comments on commit e33b44b

Please sign in to comment.