TheRumpledOne is now coding FREE indicators for MT4 - page 7

 

Hi Sir,

I trade in Indian Market. I came across a system that i would require your help to create a band based on the HIGH , LOW & Current Price.

I am much familiar with metastock coding but metatrader coding will take some time to learn it.

I have four formula based on high , low & Current price.

Formula 1 :

(YESTERDAY HIGH +YEST HIGH+ YEST LOW + CURRENT PRICE)/4

FORMULA 2:

(YESTERDAY HIGH + YEST LOW + YEST LOW+ CURRENT PRICE)/4

FORMULA 3:

(TODAY HIGH + TODAY LOW + TODAY HIGH+ CURRENT PRICE)/4

FORMULA 4:

(TODAY HIGH + TODAY LOW + TODAY LOW + CURRENT PRICE)/4

Current PRICE = Today Live MARKET Rate

these will be like four moving averge band on the chart as well as Price PANEL of all 4 points with HIGHEST on the top & Lowest on the bottom.

I wanted all the four VALUE ON TOP. If current price crossed any value of the above formula that value should turn blue & vice versa.

Thank you.

Regards,

Krishna

 

Hi Therumpledone,

Could you please help me with an indicator which I have posted in the forum, I have been trying to programme it myself without much luck.

Phillwon

 
therumpledone:
So many indicators....
 

Mt4 motherlode july 2012 has been posted

 

I have compiled many of these for MT4 BUILD 600.

 

 

Hi rumpled one, i need a indicator that is when candle cross 34 ema (which apply to HLC/3) an arrow should appear with alert (sound email alerts) is it possible

thanks in advance

amar

 
amar:
Hi rumpled one, i need a indicator that is when candle cross 34 ema (which apply to HLC/3) an arrow should appear with alert (sound email alerts) is it possible thanks in advance amar

Yes, that is possible.

 

( ((( (rsi) + ((stochm+stochs)/3) + (cci/5) + ((mfi * (2/3)) + (demarker*100) + ((wpr +100)*(2/3)) ) /6 )*(1/mom) ) - 0.31415926 ) *100)

can you code thıs open source pls

 
verturdan:
( ((( (rsi) + ((stochm+stochs)/3) + (cci/5) + ((mfi * (2/3)) + (demarker*100) + ((wpr +100)*(2/3)) ) /6 )*(1/mom) ) - 0.31415926 ) *100) can you code thıs open source pls

( ((( (rsi( A )) + ((stochm( B )+stochs( C ))/3) + (cci( D )/5) + ((mfi(E ) * (2/3)) + (demarker( F )*100) + ((wpr( G ) +100)*(2/3)) ) /6 )*(1/mom( H )) ) - 0.31415926 ) *100)

What are the values of A thru H ??

Reason: