Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

⚡️ Improve new trend detection hilbert transform by using SAR #79

Conversation

raftersvk
Copy link
Contributor

@raftersvk raftersvk commented Jul 1, 2021

Even better result than before by using SAR as trend direction detection.
together with following config :
"trading_during_trends": {
"buy_trades_when_downwards": false,
"buy_trades_when_sideways": false,
"buy_trades_when_upwards": true,
"sell_trades_when_downwards": false,
"sell_trades_when_sideways": true,
"sell_trades_when_upwards": true
}

total profit
image

best profit with number of trades > 100 (shorter duration)
image

@Rikj000 Rikj000 added Feature - Enhancement Update or improvement to existing feature Planned Planned feature, improvement or bugfix (not being worked on yet) labels Jul 2, 2021
@Rikj000 Rikj000 added this to the v0.13.0 milestone Jul 2, 2021
@Rikj000 Rikj000 linked an issue Jul 2, 2021 that may be closed by this pull request
@Rikj000 Rikj000 added In Progress This is being worked on and removed Planned Planned feature, improvement or bugfix (not being worked on yet) labels Jul 3, 2021
@Rikj000 Rikj000 changed the base branch from main to development July 3, 2021 10:47
@Rikj000 Rikj000 linked an issue Jul 3, 2021 that may be closed by this pull request
@Rikj000 Rikj000 merged commit be0f7a3 into Rikj000:development Jul 3, 2021
@Rikj000
Copy link
Owner

Rikj000 commented Jul 3, 2021

Hilbert Transform + SAR Trend Detection merged! 🥳

@Rikj000 Rikj000 removed the In Progress This is being worked on label Jul 3, 2021
@raftersvk raftersvk deleted the improve-new-trend-detection-hilbertTransform branch July 4, 2021 18:18
@Rikj000 Rikj000 changed the title Improve new trend detection hilbert transform by using SAR ⚡️ Improve new trend detection hilbert transform by using SAR Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature - Enhancement Update or improvement to existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐞 Even out triggering of Buy & Sell signals 🐞 Better core trend indicator for trend detection
3 participants