Re: MT4 Indicators with alerts/signals

2005
FBI wrote: Thu Oct 25, 2018 2:54 am I am not 100% sure, but I think this a non-repainter, alerts would be nice to confirm that, message and sound.
Thank You.

MA_BBands_v3.3.mq4

GBPUSDM1.png
Aside from the comments of a poster
Though i am zero in coding matters but i remember,once expert explained it is using "minus shift values"

double MAUP1 = iMA(NULL,0,MAPeriod,-25,MODE_SMA,PRICE_HIGH,i);
double BB_UP = iBands(NULL,0,BB_Period,Bands_Deviations,0,PRICE_HIGH,MODE_UPPER,i+6);
double MA_HIGH = iMA(NULL,0,HiLow_Find_Period,0,MODE_LWMA,PRICE_HIGH,i);

double MADN1 = iMA(NULL,0,MAPeriod,-25,MODE_SMA,PRICE_LOW,i);
double BB_DN = iBands(NULL,0,BB_Period,Bands_Deviations,0,PRICE_LOW ,MODE_LOWER,i+6);
double MA_LOW = iMA(NULL,0,HiLow_Find_Period,0,MODE_LWMA,PRICE_LOW,i);

double SEC_UP = iMA(NULL,0,9,-7,MODE_SMA,PRICE_HIGH,i);
double SEC_DN = iMA(NULL,0,9,-7,MODE_SMA,PRICE_LOW,i);
Attachments
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.


Re: MT4 Indicators with alerts/signals

2008
mntiwana wrote: Thu Oct 25, 2018 4:53 am
Aside from the comments of a poster
Though i am zero in coding matters but i remember,once expert explained it is using "minus shift values"

double MAUP1 = iMA(NULL,0,MAPeriod,-25,MODE_SMA,PRICE_HIGH,i);
double BB_UP = iBands(NULL,0,BB_Period,Bands_Deviations,0,PRICE_HIGH,MODE_UPPER,i+6);
double MA_HIGH = iMA(NULL,0,HiLow_Find_Period,0,MODE_LWMA,PRICE_HIGH,i);

double MADN1 = iMA(NULL,0,MAPeriod,-25,MODE_SMA,PRICE_LOW,i);
double BB_DN = iBands(NULL,0,BB_Period,Bands_Deviations,0,PRICE_LOW ,MODE_LOWER,i+6);
double MA_LOW = iMA(NULL,0,HiLow_Find_Period,0,MODE_LWMA,PRICE_LOW,i);

double SEC_UP = iMA(NULL,0,9,-7,MODE_SMA,PRICE_HIGH,i);
double SEC_DN = iMA(NULL,0,9,-7,MODE_SMA,PRICE_LOW,i);
Yeah, I don`t know too, and looks like those bands does not repaint or what you think ?

Re: MT4 Indicators with alerts/signals

2009
FBI wrote: Thu Oct 25, 2018 5:19 am It is not like heavy repainter if it repaints, I haven`t seen yet any...and here is last signal with trend and exit when price goes outside lower band, 30 pips.

GBPUSDM1.png
There are only 2 statements. Repaint or no Repaint so there is no in between. As you know well you are seeing this because it's a nice downtrend but what if it's not.


Who is online

Users browsing this forum: Amazon [Bot], Banzai, Facebook [Crawler], Google [Bot], Grapeshot [Bot], IBM oBot [Bot], Jimmy, kvak and 64 guests