Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

TipsyTzar

Members
  • Content Count

    4
  • Joined

  • Last visited

Everything posted by TipsyTzar

  1. Sorry, I've been sick this week. Here it is (EL Code): { Chaikin's Volatility } inputs: Price1(High), Price2(Low), Length(10), ROCLen(12) ; vars: ChaikinVolty(0); ChaikinVolty = RateOfChange ( XAverage( Price1 - Price2, Length ) , ROCLen ) ; Plot1( ChaikinVolty, "Chaikin" ); Plot2(0);
  2. Does anyone have Chaikin's Volatility indicator for TS? I'd like to test it as a filter, but can't seem to find the code anywhere -- not skilled enough to program that level of code myself. Tx
  3. Blue Ray, those look great. Would you be able to code (for TS) the slower MA's (the two dotted ones)? It makes for a great study for a beginner like me (as well as learning how to code). Thanks!!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.