Skip to content

Commit

Permalink
InitStrategies: Minor code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 24, 2021
1 parent 45cd122 commit 590bc33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EA31337-Libre.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ bool InitStrategies() {
long _magic_no = EA_MagicNumber;
ResetLastError();
_res &= EAStrategyAdd(EA_Strategy, EA_Strategy_Active_Tf);
_res &= GetLastError() == 0 || GetLastError() == 5053; // @fixme: error 5053?
ResetLastError();
return _res;
}
Expand Down

0 comments on commit 590bc33

Please sign in to comment.