Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Candle Clear

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

    #16
    Gumphrie,

    can you tell me if you are able to do it, or you have no time for this?

    Thank You

    Comment


      #17
      Hi Sergio,


      Apologies, I'd forgotten about this as had been busy. Please find updated in first post..

      Comment


        #18
        Wick printing one pixel bigger

        Hi,

        I saw the post from baraba, but if I'm looking in my scripts, I already have that changed version.
        But, it don't make any difference, I have still wicks that are printing one pixel lower than original candles.

        What can I do about it....

        If you have an answer, please reply .

        Thanks for the effort.

        jojotrader

        Comment


          #19
          Hi jojotrader,

          I don't get that problem, are you running NT 6.5?

          Does anyone else have this problem?

          Comment


            #20
            Yes Sir,

            I do have Ninja 6.5.0.10

            Example in attachement but you barrely see it 100%....

            jojo
            Attached Files

            Comment


              #21
              Hi jojo,

              Sorry, having difficulty seeing this. So if you have a cross hair cursor, do single tick bars not overlap with the cross hair horizontal line?


              Thanks.

              Comment


                #22
                Ah, you mean the bottom wicks? I think I see that now. Are your top wicks ok?

                Comment


                  #23
                  Yes,

                  Tops wicks are ok, only bottem wicks are one pixel lower.

                  Thanks

                  Jojo

                  Comment


                    #24
                    Hi jojo,

                    Updated first post. Phew, you must have good eyesight to spot that!

                    Regards,

                    Gumphrie

                    Comment


                      #25
                      Yeah, and you have to be a very fast scriptbuilder to do that....

                      Thank you again,

                      Have a good one.

                      Jojotrader

                      Comment


                        #26
                        Great! Thank You very much!

                        Sergio

                        Comment


                          #27
                          Thanks, it's great

                          Comment


                            #28
                            is it possible to paint the inside of the candle black for an inside bar?

                            Comment


                              #29
                              Sure, if you look within the Plot override function in the code you will see that it references "ChartControl.ChartStyle.UpColor" and "ChartControl.ChartStyle.DownColor". You would change these to the colour you want, so in your case "Color.Black".

                              Within the Plot method 'while loop' you can reference OHLC values of the current bar by calling "open.Get(index)", "high.Get(index)","low.Get(index)", close.Get(index)". If you want to look at the previous bar's values use 'index-1', but always make sure that index is at least 1 to begin with.

                              As an example please find attached "ModCandleClear", the code of which you can compare to the original. It in effect runs the following pseudo code :

                              if High[0]<High[1] && Low[0]>Low[1]
                              color = black
                              Attached Files

                              Comment


                                #30
                                Has anybody modifed this indicator to allow the user to adjust the thickness of the wicks? Thx

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by PaulMohn, Today, 05:00 AM
                                0 responses
                                6 views
                                0 likes
                                Last Post PaulMohn  
                                Started by ZenCortexAuCost, Today, 04:24 AM
                                0 responses
                                6 views
                                0 likes
                                Last Post ZenCortexAuCost  
                                Started by ZenCortexAuCost, Today, 04:22 AM
                                0 responses
                                3 views
                                0 likes
                                Last Post ZenCortexAuCost  
                                Started by SantoshXX, Today, 03:09 AM
                                0 responses
                                16 views
                                0 likes
                                Last Post SantoshXX  
                                Started by DanielTynera, Today, 01:14 AM
                                0 responses
                                5 views
                                0 likes
                                Last Post DanielTynera  
                                Working...
                                X