indicador de divergencia Bollinguer %B
Forums › ProRealTime foro Español › Soporte ProBuilder › indicador de divergencia Bollinguer %B
- This topic has 6 replies, 4 voices, and was last updated 6 months ago by Iván.
-
-
04/26/2024 at 5:09 PM #231972
Estaría muy agradecido si me pudiesen adaptar este indicador MACD a un indicador de divergencia Bollinger %B.
https://www.prorealcode.com/topic/macd-divergence-indicator-with-histogram/#
Gracias,
04/29/2024 at 8:09 AM #232010Aqui tienes la divergencia entre el indicador %bollinger y el precio.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152N=40///N is the number of bars to look back for a divergence. Normal values are 20-40. Must be the same in both indicators//% BollingerbollUp=BollingerUp[20](close)bollDw=BollingerDown[20](close)Pboll = (close-bolldw)/(bollUp-bollDw )*100IF (BarIndex > 10+1+N) THEN///divergencia bajistaIF (Pboll[1]>Pboll AND Pboll[1]>Pboll[2]) THENextremum2=Pboll[1]extremum1=highest[N](Pboll)preciomax2=close[1]preciomax=Highest[N](close)IF(extremum2<extremum1 AND preciomax2>preciomax[1]) THENfor i=1 to Nif Pboll[i]=extremum1 thenzz=idrawsegment (barindex[1], Pboll[1], barindex[zz], Pboll[zz]) coloured(200,0,0)endifnextendifendif///divergencia alcistaIF (Pboll[1]<Pboll AND Pboll[1]<Pboll[2]) THENextremum22=Pboll[1]extremum11=lowest[N](Pboll)preciomin2=close[1]preciomin=lowest[N](close)IF(extremum22>extremum11 AND preciomin2<preciomin[1]) THENfor i2=1 to Nif Pboll[i2]=extremum11[1] thenzz2=i2drawsegment(barindex[1], Pboll[1], barindex[zz2], Pboll[zz2]) coloured(0,200,0)endifnextENDIFENDIFendifreturn Pboll as "%Boll", 0 as "0"04/30/2024 at 10:59 AM #232072Good ask and better answer. A little treasure. Thanks.Buena pregunta y mejor respuesta. Un pequeño tesoro. Gracias.
04/30/2024 at 4:57 PM #232100Publica solo en el idioma del foro en el que publicas. Por ejemplo, inglés solo en foros en inglés y español solo en foros en español. Gracias 🙂
05/01/2024 at 3:13 PM #232146Gracias Iván:
Lo estuve probando y cumple mis expectativas, ya te seguía en algunos videos tuyos por cierto muy buenos para intentar coger algo de conocimientos de este mundo maravilloso que es la bolsa.
05/02/2024 at 5:02 PM #232203No sé si formulo esta pregunta bien, o la tendría que formular en el apartado de Screeners.
Le voy a molestar una vez más, se podría adaptar el indicador anterior a un Screener Bollinger %B también. Teniendo en cuenta el archivo adjunto.05/06/2024 at 8:00 AM #232355 -
AuthorPosts
Find exclusive trading pro-tools on