Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

price line line

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

    price line line

    Hi,

    I want to ask if there is a way to show a horizontal line for the active price line?

    For example, I can change the colour for the last price on the right hand side of the chart but I would like a horizontal line that follows this marker.

    Thanks for your time

    #2
    Please look in the Indicators section. I know there was one posted there.

    It is called Priceline Indicator V2

    Last edited by eDanny; 06-23-2009, 10:02 PM.
    eDanny
    NinjaTrader Ecosystem Vendor - Integrity Traders

    Comment


      #3
      Considering how simple and useful this is I think NinjaTrader should allocate the 5 minutes and include a price line as a standard feature in NT7.

      Comment


        #4
        Originally posted by Elliott Wave View Post
        Considering how simple and useful this is I think NinjaTrader should allocate the 5 minutes and include a price line as a standard feature in NT7.
        Yep, I was surprised that NT didn't have this option. Maybe in NT7 (if it comes out at all )

        > eDanny, thank you!

        Comment


          #5
          I will forward the suggestion to include it as a standard feature to our development team and ask them if they can add this to the list of future considerations.

          Thank you for your feedback.
          JasonNinjaTrader Customer Service

          Comment


            #6
            I downloaded this indicator, for some reason, it doesn't work on Pnf Charts.. .anyone willing to help?

            Comment


              #7
              I was told its because its the way pnf charts are designed, it gets stuck at the last price. Is there anything i can do to the code to have it update on each incoming tick?

              Comment


                #8
                I had the same problem on P&F charts. I changed the code for the PriceLine_Indicator and it now works on my P&F charts.

                I commented out the DrawHorizontalLine line in the OnBarUpdate() method and add this method:

                Code:
                protected override void OnMarketData(MarketDataEventArgs e) 
                			{
                				if (e.MarketDataType == MarketDataType.Last)
                				DrawHorizontalLine("Current_price",e.Price,LineColor,HorizLineStyle,line_Size);
                			}

                Comment


                  #9
                  Thank you very much for taking for your help. I sincerely do appreciate someone was nice enough to comment on this..But unfortunately my programming skills suck. Where do I input that extra line? Do i need to delete anything else( is that what you mean by commented out)?

                  I'm also assuming this works on beta 21..

                  Thanks again


                  so i googled it and commented out means you add // before the sentence..

                  When i do that on that line, i still get errors...

                  Do you mind doing a copy paste of the complete code on here please?
                  Thanks
                  Last edited by playafh69; 09-19-2010, 04:15 AM.

                  Comment


                    #10
                    Check your private messages.

                    Comment


                      #11
                      thanks.. i already replied to your message

                      Comment


                        #12
                        Originally posted by ghoti View Post
                        Check your private messages.
                        hi ghoti, did you ever find the horizontal line price marker? I really miss this tool after switching from another charting package. If you did find this tool could you send it to me please. Thanks Paul

                        Comment


                          #13
                          Hi there

                          I downloaded the PriceLine Indicator for NT7 and I have the same problem: constant line when i plot it with Range bars. I tried to edit the .cs and insert what suggested by ghoti in post #8 but not its saying "The type or namespace name 'MarketDataEvenArgs' could not be found (are you missing a using directive or an assembly reference?) "

                          Clearly Im not a programmer and I looked at the Help but I have no clues as to which DLL I should import. Any help?

                          Regards

                          Comment


                            #14
                            Hello michael fantoni,

                            The PriceLineWH indicator should work on range charts without having to add the code from ghoti.

                            Can you please remove the current PriceLineWH indicator via Control Center-->Tools-->Edit NinjaScript-->Indicator.

                            Subsequently re-import it.


                            When I test it on my end, it functions as expected, see screenshot.
                            Attached Files
                            JasonNinjaTrader Customer Service

                            Comment


                              #15
                              Thank you very much Jason!

                              Regards

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by strategist007, Today, 07:51 PM
                              0 responses
                              2 views
                              0 likes
                              Last Post strategist007  
                              Started by StockTrader88, 03-06-2021, 08:58 AM
                              44 responses
                              3,968 views
                              3 likes
                              Last Post jhudas88  
                              Started by rbeckmann05, Today, 06:48 PM
                              0 responses
                              5 views
                              0 likes
                              Last Post rbeckmann05  
                              Started by rhyminkevin, Today, 04:58 PM
                              4 responses
                              58 views
                              0 likes
                              Last Post dp8282
                              by dp8282
                               
                              Started by iceman2018, Today, 05:07 PM
                              0 responses
                              6 views
                              0 likes
                              Last Post iceman2018  
                              Working...
                              X