
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi William,
If I may suggest a suggestion - for every enum you create, you can define a variable of this type, including under input/extern types, so instead of boolean type Balance/Equity you could use the original enum type. Such a small fix makes a lot of difference from the user side.
It works fine.
Yes, it's working here also without any problem!
@whroeder1 Thx for v5!
- With the advent of Build 988, the tool no longer works correctly. Missing graphics, TP button ignored, etc.
- Moving the lines changes the sandbox risk.
- The delay between the indicator and the EA means following price was hit and miss, with a blank alert.
- Other miscellaneous things I didn't like.
So I refactored it in to one EA. Line count went from 1818 to 642. Enjoy.Hi William,
If I may suggest a suggestion - for every enum you create, you can define a variable of this type, including under input/extern types, so instead of boolean type Balance/Equity you could use the original enum type. Such a small fix makes a lot of difference from the user side.
The original was just boolean. I created the enum precisely for that purpose. Somehow forgot to change the variable type but did all its uses. V6 coming soon.
V6? Excellent!
I'm dreaming so much that sometimes I hit the key :(
Can we hope for an MQL5 version of this excellent tool?