Commit Graph
10 Commits
Author SHA1 Message Date
AkashandGitHub ac0d4729f7 Fix Supertrend strategy for NumPy 2.x compatibility
- Replaced  `np.NaN` with `None` to ensure compatibility with NumPy 2.x.
- Prevents AttributeError during backtesting in freqtrade with NumPy 2.x.
2025-11-29 18:48:26 +05:30
Stefano Ariestasia b78ef687e7 supertrend 2025-04-16 17:58:50 +09:00
Matthias bcca7d7aef Update interface version on remaining strategies 2022-07-10 15:14:30 +02:00
Matthias e705e712e7 Update strategies to new Strategy interface 2022-07-10 11:36:35 +02:00
Matthias 393b94a249 Update strategy imports 2022-05-31 06:45:10 +02:00
Juanky Soriano 2a0775a3fa Add comment to alert about the current supertrend indicator implementation 2021-06-22 10:12:22 -05:00
Juanky Soriano cccdd6d556 Introduces the possibility of hyperoptimizing parameters 2021-06-22 10:05:08 -05:00
Juanky Soriano f34101d903 Add comment about hyperoptimized parameters 2021-06-21 19:21:54 -05:00
Juanky Soriano d705981b32 Remove missleading comment about dependencies to install 2021-06-21 09:33:15 -05:00
Juanky Soriano c7ebb2c42f Includes Supertrend strategy 2021-06-20 22:22:18 -05:00