Search found 44 matches

Re: MACD indicators for MT4

MACD with deviations bands (it used to be called "bb macd" long time ago and was sold - and still is - for some serious $ :)). This version has the latest set of prices, and the deviations are with or without sample correction (along with some more additions - simply we have more drawing ...

Digital Filter indicators for MT4

Hello all,  Inspired by MrTools, i decided to have a dedicated thread for digital filter as i dont think we have one yet. Digital filters are really simple, as you can see from the code itself. One of the digital filters that i like is SATL. and i have also attached FATL and RSTL for your review If ...

Re: Point of Balance iCustom

Hi Mladen, i wasnt trying to change anything, just wasnt sure of the correct syntax. I finally managed to get it to work by  iCustom(NULL,0,"Point of balance - histo mtf nmc","Current time frame",12,10,PRICE_CLOSE,true,1,i+1)); I still wasnt sure why buffer 0 didnt work, but buff...

Re: Point of Balance iCustom

hmm, i tried the following: (iCustom(NULL,0,"Point of balance - histo mtf nmc","Current time frame",12,10,1,true,0,i+1)); (iCustom(NULL,0,"Point of balance - histo mtf nmc",0,12,10,PRICE_CLOSE,true,0,i+1)); (iCustom(NULL,0,"Point of balance - histo mtf nmc",&q...

Return to the advanced search