View RSS Feed

mql5

Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor

Rate this Entry
by , 05-11-2022 at 05:48 AM (395 Views)
      
   
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 and call it from the EA using the iCustom command?
----------------

more...

Submit "Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor" to Google Submit "Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor" to del.icio.us Submit "Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor" to Digg Submit "Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor" to reddit

Tags: metatrader5, mq5, mql5, mt5 Add / Edit Tags
Categories
Uncategorized

Comments