tayabar.blogg.se

200 ema crossing 50 ema
200 ema crossing 50 ema










200 ema crossing 50 ema

Mashortcolor4 = mashort4 >= mashort4 ? color.olive : color.maroon Mashortcolor3 = mashort3 >= mashort3 ? color.olive : color.maroon Mashortcolor2 = mashort2 >= mashort2 ? color.olive : color.maroon Mashortcolor1 = mashort1 >= mashort1 ? color.olive : color.maroon ShowLine = input(false, title='Display EMA Line')Įma1 = input(true, title='Show EMA Cloud-1')Įma2 = input(true, title='Show EMA Cloud-2')Įma3 = input(true, title='Show EMA Cloud-3')Įma4 = input(true, title='Show EMA Cloud-4')Įma5 = input(true, title='Show EMA Cloud-5')Įmacloudleading = input.int(0, minval=0, title='Leading Period For EMA Cloud')Ĭloudcolour1 = mashort1 >= malong1 ? #036103 : #880e4fĬloudcolour2 = mashort2 >= malong2 ? #4caf50 : #f44336Ĭloudcolour3 = mashort3 >= malong3 ? #2196f3 : #ffb74dĬloudcolour4 = mashort4 >= malong4 ? #009688 : #f06292Ĭloudcolour5 = mashort5 >= malong5 ? #05bed5 : #e65100 Showshort = input(false, title='Show Short Alerts') Showlong = input(false, title='Show Long Alerts') emacloudleading = input(50, minval = 0, title = "Leading Period For EMA Cloud") lengthlong = input(200, minval = 2, title = "Long EMA Length") lengthshort = input(8, minval = 1, title = "Short EMA Length") plot(out2, color=red, offset=ma_offset) plot(out1, color=green, offset=ma_offset) res = input(title="Resolution", type=resolution, defval="240") Ma_offset = input(title='Offset', defval=0) Ma_len10 = input(title='Long EMA5 Length', defval=200) Ma_len9 = input(title='Short EMA5 Length', defval=180) Ma_len8 = input(title='Long EMA4 Length', defval=89) Ma_len7 = input(title='Short EMA4 Length', defval=72) Ma_len6 = input(title='Long EMA3 Length', defval=50) Ma_len5 = input(title='Short EMA3 Length', defval=34) Ma_len4 = input(title='Long EMA2 Length', defval=13) Ma_len3 = input(title='Short EMA2 Length', defval=5) Ma_len2 = input(title='Long EMA1 Length', defval=9) Ma_len1 = input(title='Short EMA1 Length', defval=8) Matype = input.string(title='MA Type', defval='EMA', options=) Video hereĬheers, EMA Clouds - modified version of Ripster47 EMA clouds", shorttitle="TQ", overlay=true) Video of descriptive video of EMA clouds here. Cloud 2 = 5-13 EMA cross, Cloud 3 = 34-50 EMA cross If anyone can either point me in a direction to get help, or help me in the comments, it will be greatly appreciated. My suggestions are 3min, 10min, 1hour, 1 day and 1 week. I also want a variable of what timeframe it is based upon. What Im struggling with is adding alerts and arrows pointing where the trendreversing start, and where it ends.īull = When EMA cloud 2 crosses OVER EMA cloud 3īear = When EMA cloud 3 crosses UNDER EMA cloud 3. It is based on several EMAs moving, and making a cloud(like a ichimoku cloud) and spotting trend reversing. The trendsystem Im using is the all mighty Ripster Clouds.

200 ema crossing 50 ema

I have around 1.5 year of experience trading. Trying to learn Pine script here to optimize my trading strategy.












200 ema crossing 50 ema