Skip to content

Commit

Permalink
Updates version to v1.013
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jul 30, 2023
1 parent b1ff217 commit c7f9094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -19,6 +19,7 @@ Strategy based on the Relative Vigor Index indicator.
| v1.010 | v2.010 |
| v1.011 | v2.011.1 |
| v1.012 | v2.012.1 |
| v1.013 | v2.013 |

<!-- Named links -->

Expand Down
2 changes: 1 addition & 1 deletion Stg_RVI.mq5
Expand Up @@ -23,7 +23,7 @@ input bool Info_On_Chart = true; // Display info on chart.

// Defines.
#define ea_name "Strategy RVI"
#define ea_version "1.012"
#define ea_version "1.013"
#define ea_desc "Strategy based on EA31337 framework."
#define ea_link "https://github.com/EA31337/Strategy-RVI"
#define ea_author "EA31337 Ltd"
Expand Down
2 changes: 1 addition & 1 deletion Stg_RVI.mqproj
Expand Up @@ -3,7 +3,7 @@
"program_type":"expert",
"copyright" :"Copyright 2016-2023, EA31337 Ltd",
"link" :"https:\/\/github.com\/EA31337\/Strategy-RVI",
"version" :"1.012",
"version" :"1.013",
"description" :"Strategy based on the Relative Vigor Index indicator.",
"optimize" :"0",
"fpzerocheck" :"0",
Expand Down

0 comments on commit c7f9094

Please sign in to comment.