How to create counting signals that generated by Existed Indicator and generate percentage of accuracy of indicator?
- Usually people who cannot code do not receive free help on this forum.
- If you show your attempts and describe your problem clearly, you will most probably receive an answer from the community. Use the CODE button (Alt-S) when inserting code.
- To learn MQL programming, you can research the many available Articles on the subject, as well as reference the online Documentation.
- If you do not want to learn to code, that is not a problem. You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free). However, recommendations or suggestions for Market products are not allowed on the forum, so you will have to do your own research.
- Finally, you also have the option to hire a programmer in the Freelance section.
I suggest creating an EA and use strategy tester to generate more accurate back-testing results.
Past indicator signals on chart are prone to repaint. Also you won't count the commission and other stuff.
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
Hey,
I would like to know how to write code that can count the signals generated by an existing indicator and assess its performance in the market.
I'm considering the option of creating either an Expert Advisor (EA) or a custom indicator for this purpose.
Regards,
Shivakumar.