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.

diogomattoso

Members
  • Content Count

    3
  • Joined

  • Last visited

  • Days Won

    1

diogomattoso last won the day on September 22 2019

diogomattoso had the most liked content!

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • Country
    Brazil

Trading Information

  • Vendor
    No
  1. Hi guys, Can anyone help me out by porting the following code originally made to ThinkorSwim to NinjaTrader? Here it is: declare lower; input length = 20; def closeLog = Log(close[1] / close[2]); def SDev = stdev(closeLog, length)* Sqrt(length / (length – 1)); def m= SDev * close[1]; plot spike = (close[0] – close[1]) / m; spike.setPaintingStrategy(PaintingStrategy.HISTOGRAM); spike.AssignValueColor(if close > close[1] then Color.UPTICK else if close < close[1] then Color.DOWNTICK else GetColor(1)); Thanks a lot!
  2. I think there was some problem with the image I posted.. Link: http://a.yfrog.com/img339/4695/vjc.png
  3. Trading without charts... My setup... Some data were erased intentionally.
×
×
  • Create New...

Important Information

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