Skip to content

Commit

Permalink
Bumps version to 1.010
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 29, 2022
1 parent bd148df commit c120355
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Stg_OBV.mq4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 - multi-strategy advanced trading robot |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2022, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
4 changes: 2 additions & 2 deletions Stg_OBV.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ input bool Info_On_Chart = true; // Display info on chart.

// Defines.
#define ea_name "Strategy OBV"
#define ea_version "1.009"
#define ea_version "1.010"
#define ea_desc "Strategy based on EA31337 framework."
#define ea_link "https://github.com/EA31337/Strategy-OBV"
#define ea_author "EA31337 Ltd"
Expand All @@ -35,7 +35,7 @@ input bool Info_On_Chart = true; // Display info on chart.
#property description ea_desc
#endif
#property link ea_link
#property copyright "Copyright 2016-2021, EA31337 Ltd"
#property copyright "Copyright 2016-2022, EA31337 Ltd"

// Class variables.
EA *ea;
Expand Down
4 changes: 2 additions & 2 deletions Stg_OBV.mqproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2016-2021, EA31337 Ltd",
"copyright" :"Copyright 2016-2022, EA31337 Ltd",
"link" :"https:\/\/github.com\/EA31337\/Strategy-OBV",
"version" :"1.009",
"version" :"1.010",
"description" :"Strategy based on the On Balance Volume indicator.",
"optimize" :"0",
"fpzerocheck" :"0",
Expand Down

0 comments on commit c120355

Please sign in to comment.