Notifications
Clear all
Topic starter
The standard chart settings for Hernan's Bebemon Trading System. Trading signals not implemented below. You can learn more by visiting them at BOH Society.
// Bebemon Trading System Settings
Set BBB = BBB(Close,50,.2,simple)
Set BBT = BBT(close,50,.2,simple)
Set BBM = bbm(close,50,.2,simple)
Set EMA = ema(close,90)
Set RSI = rsi(close,30)
plotrange(BBM,BBT,dodgerblue,main)
plotrange(BBM,BBB,dodgerblue,main)
plot(ema,line,blue,main)
plot(rsi,line,white,RSI)
plotrange(55,70,lightsalmon,rsi)
plotrange(70,75,orangered,rsi)
plotrange(50,55,green,RSI)
plotrange(30,50, lightgreen,RSI)
plotrange(25,30,green,RSI)
This topic was modified 5 years ago 2 times by Mike
Posted : 05/05/2021 5:58 pm
