Is there an EA based on a buffer value(s) of an indicator? - page 2

 
Neal_Van:
I looked this code over and it appears to be an indicator? I want to use iCustom as an expert / automated trade to modify the order / stop loss.....  I appreciate your help but I don't think this will work with as an expert?

No it is not, it is an expert that calls specified indicator by:

if(iCustom(Symbol(),PERIOD_CURRENT,"BinaryArrow",1,0)!=EMPTY_VALUE)

to read it's buffer values i had the impression that's what you were trying to do.

 
Marco vd Heijden:

No it is not, it is an expert that calls specified indicator by:

to read it's buffer values i had the impression that's what you were trying to do.

partially.  i want to use the buffer values as stop loss and target points and I'm unclear what function to use to do it. . 
 
Neal_Van:
partially.  i want to use the buffer values as stop loss and target points and I'm unclear what function to use to do it. . 
Please visit https://www.mql5.com/en/docs/indicators/icustom
Documentation on MQL5: Technical Indicators / iCustom
Documentation on MQL5: Technical Indicators / iCustom
  • www.mql5.com
Technical Indicators / iCustom - Reference on algorithmic/automated trading language for MetaTrader 5
 
I can provide a kind of a high-end solution for you. If you want, drop me a pm. 
Reason: