TradingView
auroagwei
11 May 2019 06:14

Minimal Godmode 2.1 

Bitcoin / DollarBitfinex

Açıklama

// Acknowledgments:
// Original Godmode Authors:
// @legion, @LazyBear, @Ni6HTH4wK, @xSilas
// Drop a line if you use or modify this code.
// Godmode 3.1.4: @SNOW_CITY
// Godmode 3.2: @sco77m4r7in and @oh92
// Godmode3.2+LSMA: @scilentor
// Godmode 4.0.0-4.0.1: @chrysopoetics
// Jurik Moving Average: @everget
// Constance Brown Composite Index RSI: @LazyBear
// Wavetrend Oscillator: @fskrypt
// TTM Squeeze: @Greeny
// True TSI/RSI: @cI8DH and @chrysopoetics
// Laguerre RSI (Self-Adjusting Alpha with Fractals Energy): @everget
// RSI Shaded: @mortdiggiddy

// Minimal Godmode v2.0:
// 6 BTC pairs/exchanges (instead of 11) to reduce loading time from the pinescript security() function
// Volume Composite for engine calculation
// TTM Squeeze on Wavetrend Signal
// Constance Brown Composite Index RSI (CBCI)
// TrueTSI (Godmode 4.0.0 implementation)
// Laguerre RSI (LRSI)

// Minimal Godmode v2.1:
// Removed TTM Squeeze and Volume Composite
// EMA for Wavetrend Signal
// Multi-exchange for BTC no longer the default
// mg engine toggle for CBCI, Laguerre RSI, and TTSI
// Wavetrend Histogram component toggle

Sürüm Notları

color fix
Yorumlar
Mister_Sparkle
Maybe I'm stupid, but how does one utilize this minimal godmode v2.1?
dpanday
Does it repaint?
auroagwei
@dpanday, it shouldn't on historical data, but the tradeoff for an indicator like this that has less lag is that it will signal even before the current bar is closed with live trading
TossicoIndipendente
Really liking this tool! congrats!
MartinWeb
why did you remove the parts from the "normal" GM and how is it then different to use?
levith
lrsi:= CU + CD != 0 ? 100 * CU / (CU + CD) : CU / (CU + CD)
what is mean?
Trader_Mike_
Dope indicator, thanks for sharing
Daha Fazla