Search found 8 matches

Re: MT4 Indicator requests and ideas

hi dear mrtools can you add interpolation calculation to this indicator? when im choosing 1D for timeframe2, i want to see the indicator data of the current day, normally it will show after the higher candle close. also note that this indicator data is different when you are in a lower timeframe ...

Re: MT4 Indicator requests and ideas

hi masters. i have a request. this indicator (pvt+) posted in this forum, but i need a parabolic averaging instead of simple moving average on chart so right now it is like this : 22.png and i want it something like this one (it's parabolic marsi macd) 1.png so the color change upon crossing the ...

Re: MT4 Indicator requests and ideas

Sorry but there is no way this doesn't repaint oc = (close[i-1]-open[i-1]); oc_2 = GetClsOpn(oc); ss = c1*(oc_1+oc_2)/2.+c2*ExtFMBuffer[i-1]+c3*ExtFMBuffer[i-2]; Anyway tried adding coloring to it and not working. Going to try and do a non-repainting version for us here. thank you very much 💕

Return to the advanced search