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.

elbone

Members
  • Content Count

    3
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • City
    Odessa
  • Country
    United States
  • Gender
    Male

Trading Information

  • Vendor
    No
  1. A nice feature in Ninja 7 is the ability to put multiple data series on the same chart. In the attached image we have Tick, Trin and Adv - Dec Issues all plotted on the same panel as if they were indicators. Kinetick is the data feed. See panel 2. The blue bars are nyse tick. The orange dots are a simple indicator to show when tick hits an arbitrary extreme. The red line is symbol JINT.Z from Kinetick. (NYSE NET ISSUES) The magenta line is an indicator that reverses the Trin so it displays on a similar scale to Tick. protected override void OnBarUpdate() { Double xx = Close[0]; xx = 1000 * (- Math.Log (xx)); RTPlot.Set(xx); } Actual Trin is also plotted on panel 2 but the numbers are very small compared to the scale and it is set to transparent.
  2. The indicator is locked. I do not know any of the logic.
  3. Does anyone recognize this indicator? It was a freebie with some EA promotion last year. I would like to code something similar. It changes color based on some long/short logic. They called it Trend_Magic.
×
×
  • Create New...

Important Information

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