Forum

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

MQL5. How to insert your own indicator into the code of other indicators (probably a silly question, but still?)

Example handle_fr=iFractals(NULL ,PERIOD_CURRENT ); It means you can write your own indicator and apply it in the same way as other indicators ( iFractals, iVolumes, iMACD iVolumes iBWMFI,...) in the code of a new indicator or it is only for indicators in the reference book? iBWMFI