View RSS Feed

mql5

  1. Two Stochastic Custom Filling Alert

    by , 06-01-2022 at 01:48 AM
    Two Stochastic Custom Filling Alert - indicator for MetaTrader 5

    Name:  alerttwo1.png
Views: 131
Size:  20.7 KB

    Two iStochastic (Stochastic Oscillator, STO) indicators - 'Fast' and 'Slow' (more precisely, the 'Main' lines of these indicators) in one subwindow. Areas are filled between lines. The level settings are included in the input parameters - it can be useful when used in an Expert Advisor and when visualizing in a strategy tester. Added Notifications when crossing lines (Sound,
    ...
    Tags: metatrader5, mql5, mt5 Add / Edit Tags
    Categories
    Uncategorized
  2. Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor

    by , 05-11-2022 at 05:48 AM
    Name:  resources1.png
Views: 121
Size:  7.9 KB

    We already have our custom indicator working, that is, our object class is already functioning, and since this is an object class, we can easily transfer it to other models. However, simply declaring and trying to use the class in our EA won't make things work the same as in our custom indicator, and the reason is that we don't have subwindow capability in our EA. But then the idea came: "What if we use an already compiled and working custom indicator
    ...
    Tags: metatrader5, mq5, mql5, mt5 Add / Edit Tags
    Categories
    Uncategorized