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

have strategy calculate entries and exits on modification of price on close.

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

    have strategy calculate entries and exits on modification of price on close.

    good day to everyone,


    this should be a quick and easy question to answer.


    i want to evaluate a very simple strategy, like the sample sma cross over strategy on ordinary minute bars but having the strategy calculate not on price on close as is standard, but on a similar value to the close of heiken ashi bars ([open+low+high+close]/4).

    i have tried to insert this [open+low+high+close]/4 expression in place of close and it won't work. i get multiple error messages about the + expression applied to double expressions and converting doubles into series and so on. i also tried to define a variable for this value but couldn't get it to work either.

    i want the fast and slow sma's for every bar to be calculated on [open[0]+low[0]+high[0]+close[0]]/4 not on close[0]. i don't think this should be too hard a modification. thanks.

    #2
    Hello rtwave,

    Thanks for your reply.

    Instead of "Close" use "Weighted" price series.

    Reference: https://ninjatrader.com/support/help.../?weighted.htm
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Paul,


      thanks.


      the modification you have suggested seems to work perfectly and accomplish just what i had in mind.


      thanks again.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Started by ScottWalsh, Today, 06:52 PM
      4 responses
      36 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Today, 07:39 PM
      0 responses
      7 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Today, 03:01 PM
      2 responses
      21 views
      0 likes
      Last Post helpwanted  
      Started by cre8able, Today, 07:24 PM
      0 responses
      10 views
      0 likes
      Last Post cre8able  
      Working...
      X