Re: Heiken Ashi Type Indicators

291
Hello traders and coders,

I don't know if I'm in the right section, but I would like to know if someone could translate this code (Trading view) in MQ4?
Its a sort of Heiken ashi but with less noise.

Regards,

//
study(title="Humble LinReg Candles", shorttitle="LinReg Candles", format=format.price, precision=4, overlay=true)

signal_length = input(title="Signal Smoothing", type=input.integer, minval = 1, maxval = 200, defval = 11)
sma_signal = input(title="Simple MA (Signal Line)", type=input.bool, defval=true)

lin_reg = input(title="Lin Reg", type=input.bool, defval=true)
linreg_length = input(title="Linear Regression Length", type=input.integer, minval = 1, maxval = 200, defval = 11)

bopen = lin_reg ? linreg(open, linreg_length, 0) : open
bhigh = lin_reg ? linreg(high, linreg_length, 0) : high
blow = lin_reg ? linreg(low, linreg_length, 0) : low
bclose = lin_reg ? linreg(close, linreg_length, 0) : close

r = bopen < bclose

signal = sma_signal ? sma(bclose, signal_length) : ema(bclose, signal_length)

plotcandle(r ? bopen : na, r ? bhigh : na, r ? blow: na, r ? bclose : na, title="LinReg Candles", color= color.green, wickcolor=color.green, bordercolor=color.green, editable= true)
plotcandle(r ? na : bopen, r ? na : bhigh, r ? na : blow, r ? na : bclose, title="LinReg Candles", color=color.red, wickcolor=color.red, bordercolor=color.red, editable= true)

plot(signal, color=color.white)


Re: Heiken Ashi Type Indicators

292
legat12 wrote: Tue Aug 24, 2021 6:51 pm Hello traders and coders,

I don't know if I'm in the right section, but I would like to know if someone could translate this code (Trading view) in MQ4?
Its a sort of Heiken ashi but with less noise.

Regards,

//
study(title="Humble LinReg Candles", shorttitle="LinReg Candles", format=format.price, precision=4, overlay=true)

signal_length = input(title="Signal Smoothing", type=input.integer, minval = 1, maxval = 200, defval = 11)
sma_signal = input(title="Simple MA (Signal Line)", type=input.bool, defval=true)

lin_reg = input(title="Lin Reg", type=input.bool, defval=true)
linreg_length = input(title="Linear Regression Length", type=input.integer, minval = 1, maxval = 200, defval = 11)

bopen = lin_reg ? linreg(open, linreg_length, 0) : open
bhigh = lin_reg ? linreg(high, linreg_length, 0) : high
blow = lin_reg ? linreg(low, linreg_length, 0) : low
bclose = lin_reg ? linreg(close, linreg_length, 0) : close

r = bopen < bclose

signal = sma_signal ? sma(bclose, signal_length) : ema(bclose, signal_length)

plotcandle(r ? bopen : na, r ? bhigh : na, r ? blow: na, r ? bclose : na, title="LinReg Candles", color= color.green, wickcolor=color.green, bordercolor=color.green, editable= true)
plotcandle(r ? na : bopen, r ? na : bhigh, r ? na : blow, r ? na : bclose, title="LinReg Candles", color=color.red, wickcolor=color.red, bordercolor=color.red, editable= true)

plot(signal, color=color.white)
Think this is pretty close.
These users thanked the author mrtools for the post (total 2):
Krunal Gajjar, legat12

Re: Heiken Ashi Type Indicators

294
mrtools wrote: Thu Sep 16, 2021 1:42 pm This is an attempt to translate the tradeview Heiken ashi rsi. Indicator has divergence and limit bars to hopefully make it lighter on the computer.
waoww super nice indi mrtoos........... pls can u give us option to select color for levels!!! 🙏🙏🙏
Attachments
These users thanked the author moey_dw for the post:
Jimmy
Official Forex-station GIF animator at your service 👨‍⚖️
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com 👈

Re: Heiken Ashi Type Indicators

295
mrtools wrote: Thu Sep 16, 2021 1:42 pm This is an attempt to translate the tradeview Heiken ashi rsi. Indicator has divergence and limit bars to hopefully make it lighter on the computer.
This is a superb indicator. A new RSI Divergence with additional Heiken Ashi in the subwindow which can be used to gauge trends :Shocked:
These users thanked the author Jimmy for the post:
RexVola
Are you looking for a Forex broker? FBS cuts spreads by up to 58%. Click here to begin your trading journey, today.
No commissions are earned by Forex-station.


Guide to the "All Averages" Filters (ADXvma, Laguerre etc.) 🆕
Use Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions
An easy trick for drawing Support & Resistance


IndicatorRe: Heiken Ashi Type Indicators

297
mikew6051 wrote: Thu Sep 16, 2021 1:49 am could this ha rsi oscillator indicator from trading view be converted into mt4?
HI MIKE MRTOOLS MADE THE INDICATOR IN POST ABOVE.......... U TRY IT YET OR??

mrtools wrote: Fri Sep 17, 2021 12:47 am Added the level color option.
beast............ thx bro mrtoolz it is the rsi that rsi traders must now use bcos u can use as a normal rsi but with heiken ashi thrown in............ :Fire: :Fire: :Fire:
These users thanked the author moey_dw for the post:
Jimmy
Official Forex-station GIF animator at your service 👨‍⚖️
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com 👈


Who is online

Users browsing this forum: ken0324ken, LUCAS123, Majestic-12 [Bot], Narutopips, phnthnhnm, Seznam [Bot], ssscary, Telegram [Bot] and 118 guests