TradingView
checkm8
19 apr 2018 05:06

Godmode - checkm8's Revamp 

Bitcoin / United States DollarCoinbase

Descrizione

Hello and welcome to my revamp of the famous Godmode 3.1 oscillator (originally created by LazyBear, xSilas, and Ni6HTH4wK).

I wanted to create a version that improved on some of the flaws of the initial code, mainly being the use of multi-exchanges, as well as the code from the original oscillator as shown below:

godmode(src) => avg(tci(src),csi(src),mf(src),willy(src))
tradition(src) => avg(tci(src),mf(src),rsi(src, n3))

wt1 = multi?avg(godmode(src0),godmode(src1),godmode(src2),godmode(src3),godmode(src4)):tradition(src0)
wt2 = sma(wt1,6)

As you can see, the original versions of Godmode did not actually utilize the Godmode function within their scripts if you were not running the multi-exchange function. I have fixed that. This version is fully dynamic and not restricted to any particular asset or exchange pairing.

In addition, I have added the following features in the "Input" settings:

- An option to switch between the "Godmode" (avg(tci(src),csi(src),mf(src),willy(src))) calculation and "Tradition" (avg(tci(src),mf(src),rsi(src, n3))), as explained above

- The ability to switch from the original (High + Low + Close)/3 source to (High + Low)/2, (High + Open + Close + Low)/4, and just Close

- Pre-made lengths to use for the Godmode oscillator, with the option to customize and set your own

- Selection of the type of MA used for the lagging Godmode line, with options of EMA, SMA, WMA, and RMA, as well as the length used in the calculation

- The ability to enable smoothing of the leading Godmode line, with options of EMA, SMA, WMA, and RMA, as well as the length used in the calculation <-- This is awesome

- New overextensions, with different colors being displayed at 25 & 75, 20 & 80, 15 & 85, and 10 & 90 (similar to overextensions on RSI)

- The ability to display the overextensions as background color, as well as dots along the oscillator (as per original copy). There are also pre-made color schemes for the overextensions, to save you some time.

Please make yourselves comfortable with the customization settings, as they were designed to make your life easier!

_______________________________________________________________________________________

The original Godmode 3.1 can be found at the page linked below:

tradingview.com/script/HL3vqXUM-Godmode-Oscillator-fresh-bread-generator-free-to-use/


_______________________________________________________________________________________

If you have any questions or suggestion, feel free to reach out!

All the best and happy trading! :D

_______________________________________________________________________________________

Special thanks to:

- Original authors: LazyBear, xSilas, and Ni6HTH4wK

- Suggestions: ETCBTC, WillowGoLightly, and mobitz

- Moral support: ETCBTC
Commenti
robswc
Hey! do you have any recommendations for the settings/your personal favorites? I've been using this script for awhile and trying your revamp, just wondering what works best!
checkm8
I usually use the settings as set by default selection and enable smoothing, I find it paints a better picture.
robswc
@checkm8, thanks for the info!
one more question, how do you do the "drop down" selections in Pine? I couldn't find the type for input :/
manicorpfx
Can I have access to the source script please? Thanks
mitnick2018
can u give me access, thanks !
scarf
Ha, excellent use of color themes!
TensorTom
was hoping to study source of this one
Altro