@blonc said in drawdown per trade in def notify_trade()::
I know you can get drawdown in the analyzer as wellbut that seems to just be the max drawdown
Wrong knowledge then. Docs - Analyzers
Quoting from the DrawDown docs:
Methods: - ``get_analysis`` Returns a dictionary (with . notation support and subdctionaries) with drawdown stats as values, the following keys/attributes are available: - ``drawdown`` - drawdown value in 0.xx % - ``moneydown`` - drawdown value in monetary units - ``len`` - drawdown length - ``max.drawdown`` - max drawdown value in 0.xx % - ``max.moneydown`` - max drawdown value in monetary units - ``max.len`` - max drawdown length