I worked on the development of pattern recognition algorithms and their optimization. I documented everything to make it easier for myself to work on it, and at some point things got really interesting. So I tried to share this information with people interested in mql5 and decided to write an article. I wrote the first 100 leaks with explanatory pictures but I can't add pictures to the article because I don't have the necessary score on my profile. How many scores do I need to publish an article and how I can get the score I need the fastest ?
I don't believe that this information is made public... to prevent users from gaming the system.
Personally, I seem to recall that things changed for me when my user rating was around 800 to 1000 or so. The categories in the user Achievements section are somewhat revealing.
I have to imagine that there are anti-spam algo's and of course, moderators, to catch the gamers so...
I worked on the development of pattern recognition algorithms and their optimization. I documented everything to make it easier for myself to work on it, and at some point things got really interesting. So I tried to share this information with people interested in mql5 and decided to write an article. I wrote the first 100 leaks with explanatory pictures but I can't add pictures to the article because I don't have the necessary score on my profile. How many scores do I need to publish an article and how I can get the score I need the fastest ?
Post something in the code base , it will help
Thank you for answering ! But I don't know what to upload to the codebase, what is there to be interested in at all? It seems that everything is there already. The situation is complicated by the fact that I don't use indicators at all. I built my own framework that is similar to the rates_total methods where timeseries data is updated and counted. Maybe I should upload this framework to the codebase? I don't know the inside information on how rates_total or timers work in MQL5, but theoretically my framework should ensure direct and faster data processing in extreme situations where it is necessary to analyze a lot of indicator data and send it to the EA, excluding indicator buffers. Considering that mql is not a lowest-level language and with it we cannot access hardware-specific CPU functions or their OS enhancements, (probably this is good because simplicity is the charm) we have to work in the ontick function when we trading anyway. Instead of indicators i do there the necessary calculations directly mathematically based on custom data distribution instead of using rate_total data distribution. So, i have tried to optimize it at the mql5 language based on software level and make it more dynamic. You can view and approve or reject my vision. Maybe this would be an interesting discussion for someone? If anyone is interested, I can upload my framework to the codebase step by step, first the iteration control class, then the timeseries data handler etc... ? I really don't know if that would make sense... ?
Thank you for answering ! But I don't know what to upload to the codebase, what is there to be interested in at all? It seems that everything is there already. The situation is complicated by the fact that I don't use indicators at all. I built my own framework that is similar to the rates_total methods where timeseries data is updated and counted. Maybe I should upload this framework to the codebase? I don't know the inside information on how rates_total or timers work in MQL5, but theoretically my framework should ensure direct and faster data processing in extreme situations where it is necessary to analyze a lot of indicator data and send it to the EA, excluding indicator buffers. Considering that mql is not a lowest-level language and with it we cannot access hardware-specific CPU functions or their OS enhancements, (probably this is good because simplicity is the charm) we have to work in the ontick function when we trading anyway. Instead of indicators i do there the necessary calculations directly mathematically based on custom data distribution instead of using rate_total data distribution. So, i have tried to optimize it at the mql5 language based on software level and make it more dynamic. You can view and approve or reject my vision. Maybe this would be an interesting discussion for someone? If anyone is interested, I can upload my framework to the codebase step by step, first the iteration control class, then the timeseries data handler etc... ? I really don't know if that would make sense... ?
it would be great if you would write an article to go with it.
Thanks for your interest but unfortunately i don't even have a score for uploading images, not to mention publishing the article. So, if you know any mql5 admins there might be a way to get past the points. I do interested in getting ideas from contributors rather than pushing my own opinion as there is always room for everyone to learn and do better, including me.
Thanks for your interest but unfortunately i don't even have a score for uploading images, not to mention publishing the article. So, if you know any mql5 admins there might be a way to get past the points. I do interested in getting ideas from contributors rather than pushing my own opinion as there is always room for everyone to learn and do better, including me.
sorry, i did read that bit about the images and low score. just simply forgot when i typed out my msg. I look forward to reading both your article and your ideas in the code.
I worked on the development of pattern recognition algorithms and their optimization. I documented everything to make it easier for myself to work on it, and at some point things got really interesting. So I tried to share this information with people interested in mql5 and decided to write an article. I wrote the first 100 leaks with explanatory pictures but I can't add pictures to the article because I don't have the necessary score on my profile. How many scores do I need to publish an article and how I can get the score I need the fastest ?
Thank you for answering ! But I don't know what to upload to the codebase, what is there to be interested in at all? It seems that everything is there already. The situation is complicated by the fact that I don't use indicators at all. I built my own framework that is similar to the rates_total methods where timeseries data is updated and counted. Maybe I should upload this framework to the codebase? I don't know the inside information on how rates_total or timers work in MQL5, but theoretically my framework should ensure direct and faster data processing in extreme situations where it is necessary to analyze a lot of indicator data and send it to the EA, excluding indicator buffers. Considering that mql is not a lowest-level language and with it we cannot access hardware-specific CPU functions or their OS enhancements, (probably this is good because simplicity is the charm) we have to work in the ontick function when we trading anyway. Instead of indicators i do there the necessary calculations directly mathematically based on custom data distribution instead of using rate_total data distribution. So, i have tried to optimize it at the mql5 language based on software level and make it more dynamic. You can view and approve or reject my vision. Maybe this would be an interesting discussion for someone? If anyone is interested, I can upload my framework to the codebase step by step, first the iteration control class, then the timeseries data handler etc... ? I really don't know if that would make sense... ?
yeah i see .
Interesting framework .
Find a popular trading view indicator and turn it to mt5 or smth

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I worked on the development of pattern recognition algorithms and their optimization. I documented everything to make it easier for myself to work on it, and at some point things got really interesting. So I tried to share this information with people interested in mql5 and decided to write an article. I wrote the first 100 leaks with explanatory pictures but I can't add pictures to the article because I don't have the necessary score on my profile. How many scores do I need to publish an article and how I can get the score I need the fastest ?