technical icon indicating copy to clipboard operation
technical copied to clipboard

Various indicators developed or collected for the Freqtrade

Results 18 technical issues
Sort by recently updated
recently updated
newest added

The CMF only seems to return a negative number or NaN.

Is it possible to develop an indicator to identify 3 consecutive MFI peaks while the price holds between them? https://tradingstrategyguides.com/day-trading-cryptocurrency/ It can be configured to capture X number of peaks...

Enhancement

There is still ATR differences with TradingView built-in indicator. Following issue https://github.com/freqtrade/technical/issues/26 when it was fixed, now there is difference again.

...on our 'basic' function, SMA Below, SMA20 was used on the 'standard' freqtrade dataframe with 500 (actually 499) rows, with ohlcv data). Snippet used for measurements (I simply inserted it...

Updated PMAX indicator: 1. added normalize ATR option 2. added fill_na option 3. removed multiple for loops and use only one: speedup

Removing Hardcoding values and repeated indexing, Implementing Numpy fxn

### **Name : Tradingview "Trend Regularity Adaptive Moving Average"** - Pinescript Author : LuxAlgo - Link : [https://www.tradingview.com/script/p8wGCPi6-Trend-Regularity-Adaptive-Moving-Average-LuxAlgo](https://www.tradingview.com/script/p8wGCPi6-Trend-Regularity-Adaptive-Moving-Average-LuxAlgo) - Args : dataframe : Pandas Dataframe timeperiod : TRAMA length source...