For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Plot Buy/Sell on actual price instead of above and below candles?
-
Hi,
I noticed that the plotting for the Buy and Sell markers have a bit of "margin", I often run tests on intraday data (1-minute interval) and would like to plot the Buy and Sell on the exact Buy/Sell price (or Close price if that's easier)
I haven't quite figured out how I can adjust the plotting and it's only me who seems to have this "issue". I have tried Backtrader and Backtesting libs and they do this out-of-the-box so it doesn't seem to be any coding mistakes.
Here is an example, it's daily candles in this case but still demonstrates the "issue". The sell marker is above the candle and the Buy market is below the candle.
Does anyone have any input on this matter?
Thanks a bunch!