Skip to content

Basic EMA and RSI Stratergy #408

Answered by Krzysiek191
Sfuarf asked this question in Q&A
Discussion options

You must be logged in to vote

You need to check what are the output names for the indicators you want to use.
print(fast_ema.output_names)
Then you pick the output you want to use and add the attribute of your desire. I use pandas_ta so in my case it would be:
fast_ema.ema_crossed_above
In which 'ema' is the output...

Replies: 1 comment 4 replies

Comment options

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

@cryptoliciousdev
Comment options

@murdochfoo
Comment options

@AntonioRitucci
Comment options

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