profile rep score

 

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 ?

 
Imre Sopp:

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...

 
Imre Sopp:

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... ?

 
Imre Sopp #:

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.

 
Michael Charles Schefe #:

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. 

 
Imre Sopp #:

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.

 
well my 2.5k profile score is partly from metatester but also from simply answering several messages/questions in the forum. Sometimes my response is filtered and taken down, however, for the most part, my responses must be right because at least 9/10 stays up and must add to my profile score. And I know that is how new sellers create their first couple 1000 to their score so that they can upload their images and such, and also be able to read their own product reviews and such. I am sure that Ryan has got extra score just by replying to my messages, too (haha)
 
Imre Sopp:

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 know how much you need, but participating in the forum, the age of your profile, and seller status all are part of the equation.  Start reading the new posts on all recent threads, favorite any threads on topics of interest to you, comment when you have something worth sharing, etc.  The fact that you created this thread and have replied twice counts in your favor.  At the moment, your account is brand new, so participate actively and give it some time.
 
Imre Sopp #:

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