Skip to content

ahmet/jesse-indicators

 
 

Repository files navigation

⚙ Custom indicators for Jesse

Custom indicators for Jesse trading framework, mostly ports from TradingView, and a simple strategy to show how to work with some of them.

MA Streak

Port of: MA Streak Can Show When a Run Is Getting Long in the Tooth

Moving Average Cross

Port of: Moving Average Cross

Momentum Pinball

Port of: Momentum Pinball

Zero-Lag Exponential Moving Average

Can receive a custom source array.

Zero Lag Keltner Channels

Port of: Zero Lag Keltner Channels

Zero Lag Bollinger Bands

This is Bollinger Bands (BB) with Zero Lag Moving Average (ZLEMA as base).

Percent Change Channel

Percent Change Channel is like KC unless it uses percentage changes in price to set channel distance. Original presented here. Example of signal you can find in IndicatorsPreview.

Bulk import

The script provides a way to bulk import the candles for all defined trading pairs. Thanks to macd2 user.

To start, set up: exchange, start_date, and pairs inside the bulk_import.py file, then type:

python bulk_import.py

FinTA (Financial Technical Analysis)

See FintaExamples strategy to see how to connect third party technical indicators library FinTA. In FinTA, there're some indicators that are not on the official Jesse's list.

To run, type: jesse backtest 2020-12-01 2020-12-31 --debug

Forum

About

Custom indicators for Jesse's trading framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%