Announcement

Collapse
No announcement yet.

Volume tick box on chart

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

  • Volume tick box on chart

    Hi all,

    I've seen a volume tick box on the actual chart next to the current candlestick on a eSignal chart. I have not been able to find it anywhere on eSignal! Can anyone help me?

    Thank you
    WatchmanZulu

  • #2
    Hi,

    Would an EFS for tick bar count work? Here's a thread on that subject.

    Thanks.

    P.S. moved this thread from QCharts to eSignal so the right audience can assist.

    Comment


    • #3
      Tick Volume in chart

      Hi ScottJ,

      Received your e-mail link on the tick Volume. Thank you for responding quickly
      and giving me the link, It works fine, It is what I was looking for, except the tick box is one candle stick over to the right.

      Thanx,
      WatchmanZulu

      Comment


      • #4
        Re: Tick Volume in chart

        WatchmanZulu
        If you want the counter to be drawn in line with the last bar then open the efs with the Editor (Tools-> EFS-> Editor... from the main menu) and replace the first parameter of the drawTextRelative() command which is set to 1 with a 0 ie
        PHP Code:
        drawTextRelative(0,1,vCounterColor.bluenullText.RELATIVETOTOP"Arial"12"counter"); 
        Save the efs and reload it in the chart
        Alex


        Originally posted by watchmanzulu
        Hi ScottJ,

        Received your e-mail link on the tick Volume. Thank you for responding quickly
        and giving me the link, It works fine, It is what I was looking for, except the tick box is one candle stick over to the right.

        Thanx,
        WatchmanZulu

        Comment


        • #5
          Tick box

          Hi Alexis,

          Thank you for responding to my request.
          I changed the setting in the EFS to (0).
          After reloading the indicator it shifted to the left and now works great.

          Thanx again,
          WatchmanZulu

          Comment


          • #6
            Re: Tick box

            WatchmanZulu
            You are most welcome and thank you for letting me know that the suggestion worked
            Alex


            Originally posted by watchmanzulu
            Hi Alexis,

            Thank you for responding to my request.
            I changed the setting in the EFS to (0).
            After reloading the indicator it shifted to the left and now works great.

            Thanx again,
            WatchmanZulu

            Comment

            Working...
            X