|
iCustom - How can i get the value from Custom Indicator?
Hello everyone,
This is my first post on this forum . I try to edit Heiken Ashi Ma indicator to myIndicator and use one simple EA script (once_per_candle) to get a value from myIndicator.
Yes, i know can use iCustom, but how setting i must use with iCustom to get that value.
Indicator -myIndicator
----------------------
i want this indicator return value of Trend. I declare trend as extern string trend
EA -once_per_candle
--------------------
Every period (for this script i use M15 timeframe), script will get a trend value from myIndicator.
Please anyone help me to help how to get that value?
|