Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TTM_Scalper

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    TTM_Scalper

    Code:
    #
    # TD Ameritrade IP Company, Inc. (c) 2010-2021
    # Source code isn't available.
    
    input minSwing = 0.0;
    
    plot PivotHigh = Double.NaN;
    plot PivotLow = Double.NaN;
    Is there a Ninja version of this TTM_Scalper?
    I'm not sure if its a redrawer but it seems like it works okay.
    It says "the code isnt available" but it seems like that is almost all of the code. thanks

    #2
    Hi, thanks for posting.

    I am not aware of an existing strategy or indicator in NinjaScript. One would need to be converted into NinjaScirpt language. The code you posted is making two Plots and assigning each value to Double.Nan, https://docs.microsoft.com/en-us/dot...n?view=net-6.0 (publicly available)

    This will not produce a value, or any graphics on the chart, though.

    Kind regards,
    -ChrisL

    Comment


      #3
      There is a version here although it's for NT7:



      You could ask someone on the futures.io site to convert it for you. I believe there is a thread there for people to request conversions (free).

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      574 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      333 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X