Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.34 KB

⚙ 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

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