Recent content by tmazanec

  1. T

    iCustom MT4

    I believe that I figured it out using: SignalBuffer[i]=iMAOnArray(MainBuffer,72,DPeriod,0,MODE_SMA,i); You can make MainBuffer = anything that you want so this should suffice.
  2. T

    iCustom MT4

    Question regarding MT4: I have built a custom indicator: "Y" within the code Y = ( (S - e575) ); I would now like to find the moving average of Y, much like %D to %K in stochastics. I've tried: DSI = iMA("Y",0,72,1,MODE_SMA,PRICE_CLOSE,0); DSI = iCustom (NULL,0,"Y",0,1,0); Neither works...
  3. T

    chart pattern setups alert

    GFTforex.com is saying that they offer that now.
Top