Just wondering if anyone knows how to add a score or tracker to keep track of how many shooting stars or hammers have appeared. I tried the following in the FOR LOOP but none seems to work.
1) counter=counter+1
2)counter=counter+oneinterger
3)counter=counter++
Really appreciate all the advice and guidance
According to your code and your helplessness because its not working I assume you don't know much about coding.
Unfortunately nobody will teach you here coding, but there are articles and literature for you:
https://www.mql5.com/en/forum/227893 // New to forex trading
https://www.mql5.com/de/articles/496 // Quickstart for newbies
https://www.mql5.com/en/forum/212020 // Where Do I start from?
https://www.mql5.com/en/forum/214904 // Help for beginners
Beside that I can give you one advice: Search first!
There is practically nothing that has not been programmed for MQ4/5 yet! So search first!
Its easier and the result has far fewer faults than a do-it-yourself solution - generally speaking!

- 2018.02.18
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Just wondering if anyone knows how to add a score or tracker to keep track of how many shooting stars or hammers have appeared. I tried the following in the FOR LOOP but none seems to work.
1) counter=counter+1
2)counter=counter+oneinterger
3)counter=counter++
Really appreciate all the advice and guidance