Skip to content

When using machine learning models, how can I use my own INDICATOR data that I have already computed, instead of computing it in real time? #15

Answered by edtechre
yys123 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @yys123,

You can add the indicator data as columns to your DataFrame and register them using pybroker.register_columns(). For an example, refer to the rsi column in the Creating a Custom Data Source notebook.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@yys123
Comment options

@edtechre
Comment options

@yys123
Comment options

@edtechre
Comment options

Answer selected by edtechre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants