request: variation on wave volume chart

Forums ProRealTime English forum ProBuilder support request: variation on wave volume chart

Viewing 9 posts - 1 through 9 (of 9 total)
  • #67379

    Is this the place to request coding?

    https://www.jigsawtrading.com/2014/12/11/swing-charts-cumulative-delta-ninjatrader/

    This is the display I’d like to emulate.  Very similar to codes already avaliable in the library, but the display is different (overlaid on price chart with swing volume and price excursion displayed).

    Hope you can help, Nicolas.  Thanks.

    #68248

    Paging Nicolas…. 🙂

    #68309

    Sorry, but I’m quite busy and still until the end of the Month I think..

    Your request seems easy to do though, you can copy/paste the code of the Wave volume indicator from the library and adjust the x,y coordinates to display on the price chart (x coordinate should be the same, as it is barindex).

    1 user thanked author for this post.
    #68341

    Thanks Nicolas.  I’m trying but making a mess of it.

    Anyone else like to help?

    #68342

    Post what code you have so far … makes it easier for any helpers as they don’t have to go looking via links etc.

    Something may leap out as we look at the code?

    1 user thanked author for this post.
    #68348

    Post what code you have so far … makes it easier for any helpers as they don’t have to go looking via links etc. Something may leap out as we look at the code?

    Thanks GraHal,

    Currently, this just plots Zigzag when applied to the price pane.  Everything I change seems to mess it up.

    I’d like to have the CumV reflected in the thickness of the zig line.  Big CumV = thick line, small cumV = thin line.  I think that would make it really easy to assess the market in a glance.  Slightly different to the original request, but better in my view.

     

     

    #68350

    The pseudocode would be something like:

    T = line thickness

    If cumV < 10 then T = 1

    If cumV >10 and <20 then T = 2

    If cumV >20 and <30 then T = 3

    Plot zigzig with line thickness of T.

     

    It looks great on a chart, but coding it is hard for me.

     

    #68352

    You got an example chart to post on here to temp the super-coders (not me) !!?? 🙂

    #68353

    I have it on Amibroker, but when I try it on PRT, the available line thicknesses won’t allow much of a difference in thickness.  SO I’m glad you asked.  I don’t think it will work.

     

Viewing 9 posts - 1 through 9 (of 9 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login