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 elderan, Today, 08:03 PM
      0 responses
      0 views
      0 likes
      Last Post elderan
      by elderan
       
      Started by algospoke, Today, 06:40 PM
      0 responses
      10 views
      0 likes
      Last Post algospoke  
      Started by maybeimnotrader, Today, 05:46 PM
      0 responses
      8 views
      0 likes
      Last Post maybeimnotrader  
      Started by quantismo, Today, 05:13 PM
      0 responses
      7 views
      0 likes
      Last Post quantismo  
      Started by AttiM, 02-14-2024, 05:20 PM
      8 responses
      169 views
      0 likes
      Last Post jeronymite  
      Working...
      X