Skip to content

Is there any way to know if RSI is uptrend or downtrend? #900

Discussion options

You must be logged in to vote

There's probably a few concepts you can try. Here's some random thoughts:

// average directional index
var results = quotes
  .GetRsi(..)
  .GetAdx(..);

// slope of smoothed RSI
var results = quotes
  .GetRsi(..)
  .GetAlma(..)
  .GetSlope(..);

Replies: 1 comment 4 replies

Comment options

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

@prasad-zenconix
Comment options

@DaveSkender
Comment options

@prasad-zenconix
Comment options

Answer selected by prasad-zenconix
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