Skip to content

Display Pivot points #816

Answered by kernc
botradingblog1 asked this question in Q&A
Nov 24, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I think in your case the separate chart might be displaying small circles, but they are few and tiny?

In any event, you should be able to use Strategy.I with params:

self.I(indicator_func, ..., scatter=True, overlay=True)

This will plot indicator as scatter plot (non-nan values are points) and overlay it over OHLC plot.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@botradingblog1
Comment options

@botradingblog1
Comment options

Answer selected by botradingblog1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants