For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Plotting trades info
-
Hi,
Is there a way to show trade id when plotting using bt.plot?
Currently I see a lot of green/red arrows.
I can't analyze my strategy behavior this way..Thanks,
Arik -
@arikenig said in Plotting trades info:
Is there a way to show trade id when plotting using bt.plot?
No. You can always write a custom trade observer to plot
@arikenig said in Plotting trades info:
Currently I see a lot of green/red arrows.
Those are buy/sell operations and not trades. The default configuration plots trades in a different axis with blue/red dots
@arikenig said in Plotting trades info:
I can't analyze my strategy behavior this way..
The plotting functionality in backtrader is conceived as a visual aid for quick inspection. backtrader isn't a charting platform.