Load Indicator from EA?

 
Hello,

Can someone provide me the syntax to load an Indicator from an EA? (and maybe a code example how to read the computed values of the Indicator from the EA).

Thanks!
-charliev
 
See MetaEditor dictionary - Technical Indicators calls
 
Hello,

Can someone provide me the syntax to load an Indicator from an EA? (and maybe a code example how to read the computed values of the Indicator from the EA).

Thanks!
-charliev


charliev,
Try this article!
http://www.metatrader.info/node/40
 
Hello,

Can someone provide me the syntax to load an Indicator from an EA? (and maybe a code example how to read the computed values of the Indicator from the EA).

Thanks!
-charliev


charliev,
Try this article!
http://www.metatrader.info/node/40


Thanks CoderGuru! Maybe this could be another lesson in your MQL4 Course.
-charliev
 
CodersGuru,

My Indicator uses Buffers 0-3, how do I return 4 values? My Indicator also uses a separate window, but isn't displaying (though Journal says it loaded successfully).

Thoughts?
-charliev
 
CodersGuru,

My Indicator uses Buffers 0-3, how do I return 4 values? My Indicator also uses a separate window, but isn't displaying (though Journal says it loaded successfully).

Thoughts?
-charliev


I see, you use the last 2 parameters for buffer# and bar# and return a single (double) value... Is there any way to get the Indicator to display (programatically) other than dragging it to the window?

-charliev
 
CodersGuru,

My Indicator uses Buffers 0-3, how do I return 4 values? My Indicator also uses a separate window, but isn't displaying (though Journal says it loaded successfully).

Thoughts?
-charliev


I see, you use the last 2 parameters for buffer# and bar# and return a single (double) value... Is there any way to get the Indicator to display (programatically) other than dragging it to the window?

-charliev


charliev,

Could I see the code!
Reason: