Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Power of Three (PO3)

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

    #16
    There were a few different suggestions regarding the po3 indicator including the one I posted. One was available for download, another is code you can copy, and mine was a .cs file.

    Comment


      #17
      Originally posted by neveral0n3 View Post
      is this po3 indicator available to download? also looking for something like t00 degrees for nt8



      Comment


        #18
        Click image for larger version

Name:	Screenshot 2025-03-15 105333.png
Views:	157
Size:	17.8 KB
ID:	1337806 I've been trying to figure out how to add more of the HTF bars to the side of the screen but I can't figure it out.​ Like instead of a single hourly bar, have 3 of them. Anyone know what I can add to make that happen?
        Attached Files
        Last edited by Noongun; 03-15-2025, 02:06 PM.

        Comment


          #19
          Hey guys - indicator has alot of potential. Like Noongun mentioned how do I add multiple candles 3-4 to the right side? Also the Hex color pallete doesnt update when I add different colors to the candles to match my existing theme.

          Comment


            #20
            Originally posted by neveral0n3 View Post
            Hey guys - indicator has alot of potential. Like Noongun mentioned how do I add multiple candles 3-4 to the right side? Also the Hex color pallete doesnt update when I add different colors to the candles to match my existing theme.
            Is this the indicator I made? If it is you would need to replace the code in OnStateConfigure

            TextBrush = xTextBrush;
            UpCandleOutlineBrush = xUpCandleOutlineBrush;
            DownCandleOutlineBrush = xDownCandleOutlineBrush;
            WickBrush = xWickBrush;
            UpCandleFillBrush = xUpCandleFillBrush;
            DownCandleFillBrush = xDownCandleFillBrush;​

            I had originally hard coded the brush colors and forgot to change that part.

            Originally posted by Noongun View Post
            Click image for larger version  Name:	Screenshot 2025-03-15 105333.png Views:	0 Size:	17.8 KB ID:	1337806 I've been trying to figure out how to add more of the HTF bars to the side of the screen but I can't figure it out.​ Like instead of a single hourly bar, have 3 of them. Anyone know what I can add to make that happen?
            It is possible. And it would look similar to what you are doing? You would just need to keep track of a set of OHLC doubles for every candle you are trying to add. You would just use the data from the higher time frame to get that data and index it appropriately. You would also need to determine where you wanted to place said candle. If you are not using any price data, then you can use the candle body start point and subtract an offset, in a similar way to how the first candle is already set up. Using prints would help you understand how adding and subtracting would affect how the rectangles are positioned.
            Attached Files
            Last edited by rockmanx00; 03-15-2025, 07:42 PM.

            Comment


              #21
              Originally posted by rockmanx00 View Post
              It is possible. And it would look similar to what you are doing? You would just need to keep track of a set of OHLC doubles for every candle you are trying to add. You would just use the data from the higher time frame to get that data and index it appropriately. You would also need to determine where you wanted to place said candle. If you are not using any price data, then you can use the candle body start point and subtract an offset, in a similar way to how the first candle is already set up. Using prints would help you understand how adding and subtracting would affect how the rectangles are positioned.
              Do you mind sharing please the latest with the 3 candles if already updated? Adding codes for the 3 candles is way beyond me.

              Comment


                #22
                Click image for larger version

Name:	image.png
Views:	113
Size:	39.1 KB
ID:	1337822

                If you're ok with uglier candles and worse code: Unlimited candles, 50% retrace point, strat candle type and ATR.

                Comment


                  #23
                  Originally posted by MiCe1999 View Post


                  If you're ok with uglier candles and worse code: Unlimited candles, 50% retrace point, strat candle type and ATR.

                  Thank you very much. This is brilliant!

                  Comment


                    #24
                    Yeah I have no idea how to code this.

                    Comment


                      #25
                      Originally posted by rockmanx00 View Post

                      Is this the indicator I made? If it is you would need to replace the code in OnStateConfigure

                      TextBrush = xTextBrush;
                      UpCandleOutlineBrush = xUpCandleOutlineBrush;
                      DownCandleOutlineBrush = xDownCandleOutlineBrush;
                      WickBrush = xWickBrush;
                      UpCandleFillBrush = xUpCandleFillBrush;
                      DownCandleFillBrush = xDownCandleFillBrush;​

                      I had originally hard coded the brush colors and forgot to change that part.



                      It is possible. And it would look similar to what you are doing? You would just need to keep track of a set of OHLC doubles for every candle you are trying to add. You would just use the data from the higher time frame to get that data and index it appropriately. You would also need to determine where you wanted to place said candle. If you are not using any price data, then you can use the candle body start point and subtract an offset, in a similar way to how the first candle is already set up. Using prints would help you understand how adding and subtracting would affect how the rectangles are positioned.


                      Is there any way you can release this version of the code? Would essentially be doing us a favor but im struggling with ninjascript a bit. Thanks in advance

                      Comment


                        #26
                        Originally posted by danwcw View Post


                        Thank you very much. This is brilliant!
                        agreed brilliant thankyou

                        Comment


                          #27
                          MarginMultiCandlesticks3.cs : Added Fibonacci retracement lines and ability to shift the candles so few indicators can be used on the same chart. It's not optimized for performance, be sure to validate that it works on your PC.


                          Attached Files
                          Last edited by MiCe1999; 04-05-2025, 09:04 AM.

                          Comment


                            #28
                            Originally posted by MiCe1999 View Post
                            MarginMultiCandlesticks3.cs : Added Fibonacci retracement lines and ability to shift the candles so few indicators can be used on the same chart. It's not optimized for performance, be sure to validate that it works on your PC.
                            Was about to reach out hoping for the same but you did it already. Thank you so much. It's a dream come true to have multiple TFs on the same chart. The Fib is an ingenius addon. Looking forward to future improvements Thank you again.

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by iantriestrading, Yesterday, 01:39 PM
                            5 responses
                            26 views
                            0 likes
                            Last Post iantriestrading  
                            Started by trendisyourfriend, 05-25-2023, 09:54 AM
                            10 responses
                            169 views
                            0 likes
                            Last Post Curerious  
                            Started by iantriestrading, Today, 04:12 PM
                            0 responses
                            16 views
                            0 likes
                            Last Post iantriestrading  
                            Started by Adamel, Today, 03:47 PM
                            0 responses
                            13 views
                            0 likes
                            Last Post Adamel
                            by Adamel
                             
                            Started by raysinred, 04-06-2025, 01:52 PM
                            15 responses
                            137 views
                            0 likes
                            Last Post NinjaTrader_Helom  
                            Working...
                            X