Moving Average Slope Indicator

Comments

4 comments

  • E. J. Cerejo

    Specially the Hull moving average

     

    0
    Comment actions Permalink
  • Tiki Dave

    Aloha! I tried a color change on the plot to see what happens and it looks a bit gnarly - there are breaks in the line and it's thicker than the width in settings.  Wondering if someone from Tradovate can weigh in on if this is "as designed", or tips on the code to use?  

     

    Relevant code below:

    return {
      value,
      style: {
        value: {
          color: value > priorValue ? 'green' : 'red'
        }
      }
    }

    1
    Comment actions Permalink
  • Travis

    Hey Dave!  Thanks for giving it a shot!

    0
    Comment actions Permalink
  • Huxley171

    It would be great to have this feature (or some other slope illustration) as on option for other indicators as well, such as MACD and Slow Stochastic Oscillator.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk