Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Help to program this Pivot Formula

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

    Help to program this Pivot Formula

    Hi,
    Please, is there someone who can write the Ninja program for this Pivot Formula?:
    R4 = (H - L) X 1.1 / 2 + C

    R3 = (H - L) X 1.1 / 4 + C

    R2 = (H - L) X 1.1 / 6 + C

    R1 = (H - L) X 1.1 / 12 + C

    S1 = C - (H - L) X 1.1 / 12

    S2 = C - (H - L) X 1.1 / 6

    S3 = C - (H - L) X 1.1 / 4

    S4 = C - (H - L) X 1.1 / 2
    Last edited by barrosco; 09-08-2009, 07:11 AM.

    #2
    barrosco,

    Unfortunately we do not offer custom programming services, but you can definitely try one of these 3rd party NinjaScript Consultants who do: http://www.ninjatrader.com/webnew/pa...injaScript.htm
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Maybe this...

      Hi barrosco,

      maybe you can do it yourself within a couple of minutes:
      - first create a new indicator
      - edit the NT pivots indicator (you cannot save changes)
      - copy the entire code of the NT pivots indicator to your new indicator
      - rename the indicator (line 24 after "public class")
      - replace lines 139 to 145 with your formula (not possible for R4 and S4)
      - save via F5
      - try your indicator

      Good luck.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      5 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      14 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Yesterday, 07:51 PM
      0 responses
      13 views
      0 likes
      Last Post strategist007  
      Started by StockTrader88, 03-06-2021, 08:58 AM
      44 responses
      3,982 views
      3 likes
      Last Post jhudas88  
      Working...
      X