Skip to content

Instantly share code, notes, and snippets.

View g5becks's full-sized avatar

Gary Becks g5becks

View GitHub Profile
@g5becks
g5becks / godmode_indicator
Created March 26, 2023 17:18 — forked from iUmarov/godmode_indicator
GodMode Indicator in Python
# This is a non-multiexchange version of GODMODE indicator
# If you want the multi exchange version of GODMODE indicator, you need to implement willy and csi calculations too
# Original source of god mode indicator:
# https://www.tradingview.com/script/oA3U7pok-GODMODE-OSCILLATOR-FRESH-BREAD-GENERATOR-FREE-TO-USE/
import pandas as pd
import talib
channel_length = 9
average_length = 26