Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backtesting-analysis - show signal candle indicators for exit signals #8902

Open
darioneto opened this issue Jul 13, 2023 · 6 comments
Open
Labels
Enhancement Enhancements to the bot. Get lower priority than bugs by default.

Comments

@darioneto
Copy link

darioneto commented Jul 13, 2023

Describe your environment

  • Operating system: Docker__
  • Python Version: __Python 3.11.4
  • CCXT version: __ccxt==3.1.44
  • Freqtrade Version: __docker-2023.6.dev-e16c433c

In reference to backtesting analysis I can only see signal candle indicators for buy signals. Is it possible to extract also signal candle indicators for sell signals (indicator values on signal candles)?

@darioneto darioneto added the Question Questions - will be closed after some period of inactivity. label Jul 13, 2023
@xmatthias
Copy link
Member

it's .. not immediately clear what you're looking for if i'm honest.

backtesting-analysis is looking at enter-reasons - and you can do the same for exit-reasons if that's what you're asking
If not - then please try to phrase your question differently, or more in detial what you're getting on the entry side, but not on the exit side.

@froggleston
Copy link
Contributor

backtesting-analysis won't currently store exit signal candle data, only entry signals. This might be implemented in future.

@darioneto
Copy link
Author

I was referring to this doc: https://www.freqtrade.io/en/stable/advanced-backtesting/
running freqtrade backtesting-analysis with --exit-reason-list appears to provide only parameters in detail with entry for each indicator not exits. (each value for every indicator where the trade was taken) indeed a useful feature.

@froggleston
Copy link
Contributor

Yes, that's correct.

@xmatthias
Copy link
Member

Seems like something worth pursuing.
Marking it as enhancement for now - shouldn't be too difficult to implement, either.

@xmatthias xmatthias added Enhancement Enhancements to the bot. Get lower priority than bugs by default. and removed Question Questions - will be closed after some period of inactivity. labels Jul 22, 2023
@xmatthias xmatthias changed the title Outputting signal candle indicators for sell signals backtesting-analysis - show signal candle indicators for exit signals Jul 22, 2023
@darioneto
Copy link
Author

Appreciate your input on this, It would be a very useful feature in the toolset if possible to integrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhancements to the bot. Get lower priority than bugs by default.
Projects
None yet
Development

No branches or pull requests

3 participants