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
All jurik volty : all_jurik_volty_nmc.mq4
Originally it was posted here : https://www.mql5.com/en/forum/general
Range oscillator : range_oscillator_-_mtf_nmc.mq4
Originally posted here : https://www.mql5.com/en/forum/general
casaliss
Here you goUpdated version posted here : https://www.mql5.com/en/forum/general
regards
Mladen
Hi Mladen
MTF And
Interpolate ThanksStochastic different pairs 1.3 from here: https://www.mql5.com/en/forum/general made compatible with new mt4 builds.
Stochastic - floating levels advanced mtf + shift from here: https://www.mql5.com/en/forum/general made to be compatible with new mt4 builds
:)
First of all I can not make them change colors. To make 2 lines have non repainting 3 colors (since it would need 3 colors for each line : up, down, and neutral) I would need 10 drawing buffers and in metatrader 4 it is impossible due to its limit of 8 drawing buffers.
First I thought to add "arrows" (something like this : but it is (in my opinion) unreadable. So came up with this solution which I feel is acceptable. When just one value is over or bellow the limits you choose, then the color of the underlying histogram is gray. When both are over or bellow in the same direction then the histogram changes to appropriate color. So it look like these 2 (one is a "normal" one and the other is a multi time frame example PS; in order to get the histogram drawn like that, values are "shifted down" by 50, so the level 76.4 becomes 26.4 and level 23.6 becomes (23.6-50) = -26.4. You can adjust those levels using UpLevel and DownLevel parametersregards
Mladen
thanks mladen also its better now
mladen is it possible if you allowed the addition of a saturations (sell or buy) to the indicator
forexample if one of pair cross 76.4 become green line
and if anothor pair cross 23.6 become red line
thanksupdated version posted here: https://www.mql5.com/en/forum/general
Not difficult but you just have to take care when multi time frame is in question to avoid shifting when calculating values. Attached the one with floating levels so you can see ho can it be done correctly even even multi time frame is question
Dear coders, I've got a question. Is it possible to shift an indicator like MAs ?
What to put in the code if it's not too complicated to do it by ourselves ?
Could I have an example with the stochastic oscillator ?
Thanks a lot.updated version posted here: https://www.mql5.com/en/forum/general
Mladen, could you please code the attached indicator as a histogram.
Thank you very much in advance!
Mladen, could you please code the attached indicator as a histogram. Thank you very much in advance!
Wojtek
Here you go : ema_variation__filter_2_mtf_histo.mq4
Squize_MA averages zones mtf from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds, and upgraded with now a total of 20 moving average types.