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

From EasyLanguage to Ninjascript

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

    From EasyLanguage to Ninjascript

    Hi, I'm new on NinjaScript.
    I'm learning of the use of Strategy Builder.
    How can I convert the simple following "Power Language" script ?
    I try but I probably can't find right way. Thanks.

    input:MyTime(0);
    if Time >=MyTime and Time<MyTime+55 then buy next bar at market;

    #2
    Hello donric,

    Thanks for your post and welcome to the NinjaTrader forums!

    I do not know EasyLanguage so I could not provide a solid interpretation of the easy language code you posted but it appears to be a time filter to allow you to select a particular time and that the code check the time of the bar to see if it is greater than or equal to the time you entered and less than the time you entered plus 55 (I do not know if that 55 is second, minutes, ticks, etc.

    In the help guide of the strategy builder, they have provide an example of using a time filter. Please see: "How to create time comparisons" in this page of examples: https://ninjatrader.com/support/help...on_builder.htm

    To further build your understanding of the strategy builder, you can attend our free live webinar training this Thursday (tomorrow) at 4:00 PM EST, here is a link to that sign up: https://ninjatrader.com/Webinar/Strategy-Builder-301 where you can ask questions.

    If you are unable to attend or would like to get started immediately, here is a link to a previous recording of the webinar: https://www.youtube.com/watch?v=HCyt...ZmVnauWXkWe0Nf

    Finally, the help guide on the strategy builder is also a good reference: https://ninjatrader.com/support/help...gy_builder.htm
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bortz, 11-06-2023, 08:04 AM
    47 responses
    1,609 views
    0 likes
    Last Post aligator  
    Started by jaybedreamin, Today, 05:56 PM
    0 responses
    9 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    19 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    6 views
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    16 views
    0 likes
    Last Post Javierw.ok  
    Working...
    X