Please advise - How to rewrite an indicator from Rulang to MQL4(four) ?

 

I have the formula in Rulang and the indicator works in Rumus, but I cannot figure out how to rewrite it in MQL4(four).

I am studying MQL4, looking through the library and comparing it, but so far with no results.(

 
Understand what it does in the primus and implement it here. The principles are different here and there, so you can't just rewrite them.
 
Dmitry Fedoseev:
Understand what it does in the primus and implement it here. The principles are different here and there, so you can't just rewrite it.
Of course. By the way, it is as simple as a primus, i.e. its meaning is more than clear. i have to rewrite it. But MQL5 is still new to me.
 

Thanks for the tip.I've already read it.There are a lot of letters, but I don't get the meaning yet.Otherwise I wouldn't have asked for outside help.

But thank you very much anyway).

 

There are two options here:

1. Freelancing.

2. Ask some specific questions.

 
Dmitry Fedoseev:

There are two options here:

1. Freelancing.

2. Ask some specific questions.

I am not counting on the 1 variant, but if you have time, please check my first MQL-index. The idea is simple: fractals are drawn on Williams' green bars and support/resistance levels are plotted on their basis for any timeframe. I have not come to the levels yet, but I cannot simply draw fractals.

Maybe I should bring this issue to the forum?

Files:
jzc2ihVOL.mq4  13 kb
 
Fractals should be watched on bar i+2
 
Dmitry Fedoseev:
Fractals should be watched on bar i+2

fractals have to be searched by brute force, I posted

https://www.mql5.com/ru/forum/160683/page968#comment_13214633


but even the search by searches does not guarantee a re-run of the standard fractal indicator - I already did EA by a fractal, after the test we understood why EA opened extra pending orders, the re-run was found only in visualization mode

;)

 
Urman Ru:

I have the formula in Rulang and the indicator works in Rumus, but I cannot figure out how to rewrite it in MQL5.

I am studying MQL5, looking through the library and comparing it, but so far to no avail.(

You may take your theory and go to freelancing.

Or you can slowly study documentation and look through examples

https://www.mql5.com/ru/code

 
Igor Makanu:

fractals should be searched by brute force, I posted

https://www.mql5.com/ru/forum/160683/page968#comment_13214633


but even the search by searches does not guarantee a re-run of the standard fractal indicator - I already did EA by a fractal, after the test we understood why EA opened extra pending orders, the re-run was found only in visualization mode

;)

We are talking about the indicator.

And there is no sense in an Expert Advisor to cycle through history, if the same can be done in an indicator with i+2.
Reason: