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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      27 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      283 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      280 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      131 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      90 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X