Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is this simple?

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

    Is this simple?

    Hello ,

    I have this box indicator which marks the Tokyo session.

    I would like to make a strategy which takes a trade when the box breaks from so many pips from the box.

    Can someone help me do it and I will share the indi.

    The indi is not free so I cant post it publicly


    Thank you

    Basil

    #2
    Hello Blazer,

    Without knowing the price of the lines from the script, I can't give definitive answer, but I can give you the theory.

    I will use the RSI as an example

    Example -
    Code:
    //Lower line
    if(Close[0] - 10 * TickSize <= RSI(14, 3).Lines[0].Value)
    {
    //Do something
    }
    
    //Upper line
    if(Close[0] + 10*TickSize >= RIS(14,3).Lines[1].Value)
    {
    //Do something
    }
    Cal H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    156 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    76 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Working...
    X