Search results

  1. Murthy

    Pinbar Detector

    Hello Enivid, Below is the EA code used by me to call the Indicator Mode_Bearish = iCustom(Symbol(),0, "PinbarDetector", 0,true,false,false,0.33,0.4,true,false,false,0.1,0.5,1,0,0.1, 0,1); Mode_Bullish = iCustom(Symbol(),0, "PinbarDetector"...
  2. Murthy

    Pinbar Detector

    Thank you Enivid for the prompt reply. In case of Bullish, buffer #1 returning value other than 2147483647.0. In case of Bearish, buffer #0 returning value other than 2147483647.0. based on above values i designed my EA and it works to capture Bullish / Bearish.
  3. Murthy

    Pinbar Detector

    Hello Enivid. Appreciate your hard work. Could you please let me know how to call this indicator from EA? What the value will return to EA in case of Bearish / Bullish?