Skip to content

Commit

Permalink
Corrects paths to indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 22, 2024
1 parent d3cca82 commit d9527fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Indi_SVE_Bollinger_Bands.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define INDI_SVE_BOLLINGER_BANDS_MQH

// Defines.
#define INDI_SVEBB_PATH "indicators-other\\Oscillator"
#define INDI_SVEBB_PATH "indicators-other\\Oscillators\\Multi"

// Indicator line identifiers used in the indicator.
enum ENUM_SVE_BAND_LINE {
Expand Down
2 changes: 1 addition & 1 deletion Indi_TMA_True.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// Defines
#ifndef INDI_TMA_TRUE_PATH
#define INDI_TMA_TRUE_PATH "indicators-other\\PriceBands"
#define INDI_TMA_TRUE_PATH "indicators-other\\Price\\Range"
#endif

// Indicator line identifiers used in the indicator.
Expand Down

0 comments on commit d9527fa

Please sign in to comment.