Skip to content

Commit

Permalink
Corrects name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 11, 2023
1 parent 46a1e71 commit 6beebc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Stg_MA_Cross_Pivot.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ input bool Info_On_Chart = true; // Display info on chart.
#define ea_name "Strategy MA Cross Pivot"
#define ea_version "2.000"
#define ea_desc "Strategy based on the moving average price indicators implementing daily pivot cross signal."
#define ea_link "https://github.com/EA31337/Strategy-MA"
#define ea_link "https://github.com/EA31337/Strategy-MA_Cross_Pivot"
#define ea_author "EA31337 Ltd"

// Properties.
Expand Down
2 changes: 1 addition & 1 deletion Stg_MA_Cross_Pivot.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Stg_MA_Cross_Pivot : public Strategy {
// Initialize Strategy instance.
ChartParams _cparams(_tf, _Symbol);
TradeParams _tparams;
Strategy *_strat = new Stg_MA_Cross_Pivot(_stg_params, _tparams, _cparams, "MA Pivot");
Strategy *_strat = new Stg_MA_Cross_Pivot(_stg_params, _tparams, _cparams, "MA Cross Pivot");
return _strat;
}

Expand Down
4 changes: 2 additions & 2 deletions Stg_MA_Cross_Pivot.mqproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2016-2023, EA31337 Ltd",
"link" :"https:\/\/github.com\/EA31337\/Strategy-MA",
"link" :"https:\/\/github.com\/EA31337\/Strategy-MA_Cross_Pivot",
"version" :"2.000",
"description" :"Strategy based on the moving average price indicators implementing daily pivot cross signal.",
"cpu_architecture" :"0",
Expand Down Expand Up @@ -796,4 +796,4 @@
"relative_to_project":false
}
]
}
}

0 comments on commit 6beebc5

Please sign in to comment.