Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ChikoSpan cross

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

    ChikoSpan cross

    Can anyone help me with a code to place a mark/arrow/dot on the current bar when the ChikoSpan cross outside below/above the ichimoku cloud? (I know the cross is lagging 26 bars but I still need to know about the cross on current bar that)

    Thanks in advance.

    Tzachi

    #2
    Hello Tzachi,
    Unfortunately we do not do custom NinjaScript coding.

    I will however leave the thread open for any of our forum member for their valuable inputs.

    You can also contact any of our NinjaScript consultants. You can get the list of our NinjaScript consultants from here http://www.ninjatrader.com/partners#...pt-Consultants
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Joydeep,

      Thx. I hope some members here will be able to help with my request.

      Comment


        #4
        That what I try to do - have a signal on current bar when Chikou cross out from the cloud (26 bars back) but it does not work.

        if (CrossAbove(TSIchimoku(9,26,52).ChikouSpan,IchiCloud(9,26,52).SenkouSpanA,1))

        DrawDot.......

        Any ideas why its not working?

        Comment


          #5
          We're unfortunately not really familiar with these custom indicators and how they would be designed to work / return their values, but if you say you're dealing with lagged values, would the lookback period for the cross perhaps be needed to increased?

          Comment


            #6
            Thx Berrtand. How about just a signal when the ChikouSpan line crosses above or below the cloud at the regular Ichimoku indicator? Any tips?

            Comment


              #7
              Hello Tzachi,
              A crossover code using the Ichimoku cloud indicator as found in the below link, will be like


              Code:
              if (CrossAbove(IchiCloud(9,26,52).SenkouSpanA, IchiCloud(9, 26, 52).SenkouSpanB, 1 ))
              	this.DrawDot("dot" + CurrentBar, false, 0, Low[0], Color.Blue);
              Please let me know if I can assist you any further.
              JoydeepNinjaTrader Customer Service

              Comment


                #8
                Joydeep,

                Many thanks but I am looking for a signal on current bar when the ChikouSpan line cross of the cloud (above and below) not the cross of the Span A&B.

                Any idea?

                Comment


                  #9
                  Hello Tzachi,
                  Can you please send the indicator to support[AT]ninjatrader[DOT]com

                  Also please send a screenshot depicting where exactly you want to signals to be.

                  I look forward to assisting you further.
                  JoydeepNinjaTrader Customer Service

                  Comment


                    #10
                    Joydeep,

                    Can we mark a dot under the current bar when the ChikouSpan line cross out the cloud lines(above and below, 26 bars back) using the NT7 ichimoku indicator?

                    Comment


                      #11
                      Any ideas?

                      Comment


                        #12
                        Hello Tzachi,
                        Unfortunately I do not have access to the indicator ChikouSpan. Can you send it to support[AT]ninjatrader[DOT]com

                        Also please send a screenshot depicting where exactly you want to draw the dot.


                        Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.

                        I look forward to assisting you further.
                        JoydeepNinjaTrader Customer Service

                        Comment


                          #13
                          Joydeep,

                          Applied your input and advice. PERFECT. Great job and exactly what I was trying to do for over 10 days. Well Done. GREAT customer service.

                          Tzachi.

                          Comment


                            #14
                            Someone could help me in Ichimoku cloud to plot 2 bars in advance? For example, if we are going to scroll our mouse forward then there will be a plot of the indicator?

                            Comment


                              #15
                              Hello edward_bell,
                              If you try setting the displacement property to 2 then are you able to plot the values in future.

                              Please refer to the attached screenshot which further demonstrates the Displacement property.
                              Attached Files
                              JoydeepNinjaTrader Customer Service

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                              0 responses
                              579 views
                              0 likes
                              Last Post Geovanny Suaza  
                              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                              0 responses
                              334 views
                              1 like
                              Last Post Geovanny Suaza  
                              Started by Mindset, 02-09-2026, 11:44 AM
                              0 responses
                              101 views
                              0 likes
                              Last Post Mindset
                              by Mindset
                               
                              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                              0 responses
                              554 views
                              1 like
                              Last Post Geovanny Suaza  
                              Started by RFrosty, 01-28-2026, 06:49 PM
                              0 responses
                              551 views
                              1 like
                              Last Post RFrosty
                              by RFrosty
                               
                              Working...
                              X