freqtrade Autocomplete Search Box with File Drop

Search:


Ranking:

Latest Comments
Re: VWAPStrategy_14 - Strategy - Freqtrade Strategy Ninja
Seems overfitted: in btcusdt spot (binance) won't make a trade in the timeframe 2022.04.08-2023.12.05
by: Sictransitte on Thursday, 27 March 2025, 18:51:09
Re: hedgestrat - Strategy - Freqtrade Strategy Ninja
Curious whether anyone has tried pair hedging with freqtrade similar to this toy algorithm.
by: Bryant Suen on Wednesday, 12 March 2025, 07:51:10
Re: freqtrade_1 - Strategy - Freqtrade Strategy Ninja
argrelextrema from NumPy identifies local maxima and minima by comparing each point to its neighbors (defined by order=5, meaning 5 points before and after). This introduces a potential lookahead issue !
by: Duong Nguyen on Tuesday, 4 March 2025, 10:26:58
Re: g_83_20 - Strategy - Freqtrade Strategy Ninja
argrelextrema from NumPy identifies local maxima and minima by comparing each point to its neighbors (defined by order=5, meaning 5 points before and after). This introduces a potential lookahead issue
by: Duong Nguyen on Tuesday, 4 March 2025, 10:22:43
Re: E0V1E_70 - Strategy - Freqtrade Strategy Ninja
Stop wasting your time on this strategy!Using trade.min_rate introduces lookahead bias in backtesting. On top of that, custom_stoploss in backtesting closes trades at much higher prices than it would in live mode.
by: bigbug on Thursday, 27 February 2025, 00:42:28

Please keep in mind that backtesting only displays a picture of the past and may not be very accurate depending on the strategy.
However, it could still give you a trend or indication during a specific market condition.

A lot of strategies introduce lookahead bias

Backtests are conducted every month, analyzing the performance of the previous month's data. Please note that only the
first class in a strategy file is currently supported for backtesting.



   Freqtrade Strategy Ninja - Powered by Freqtrade