VWAP Aspect Slope Indicator request

Forums ProRealTime English forum ProBuilder support VWAP Aspect Slope Indicator request

Viewing 7 posts - 16 through 22 (of 22 total)
  • #54418

    CandleVolume is already available directly in the platform as a customized price style in the platform. 

    #237424

    Hi @Nicolas

    Was it done any indicator out of this? The aspect slope looks still looks really intresting!

    I have the indicator as a Tradestation and TOS import file if this could help. But not the clean code.

    /

    #237432

    As per the description of the shared code: “distance relative to VWAP, expressed in standard deviations”, so it is the Z-score of VWAP, other indicator made upon this: Z-Score Distance From VWAP

    #237445

    Okey,

    The original aspect slope have even a slope measure buildt in this description at there homepage.

    “Measure and monitor the slope of intraday VWAP to gauge the intensity of price moves in either direction.
    Aspect is first and foremost a confirmation tool, which we’ve incorporated into our approach to help assess the quality of potential setups (and likelihood of continuation) as they develop.”

    Adjustable lookback period for slope calculation

    Multiple different display styles

    Sensitivity presets for different market types

    Customizable sensitivity input for full user control

    DevWidth and Position (Z-Score) modes on TOS and TV

    Is this something that is possible to make without the original code?

    #237464

    This is more or less what you can do with the code shared in this post: https://www.prorealcode.com/topic/vwap-aspect-slope-indicator-request/#post-54277

    change the “p” settings for “Adjustable lookback period for slope calculation”

    modify the “Slopelength” and “coefficient” settings (in the code) for “Customizable sensitivity input for full user control”

    coefficient appropriate settings:
    Small_Cap:
    coefficient = 5;
    ETF_or_Index:
    coefficient = 3;
    Futures:
    coefficient = 2;

    #237465

    I managed to code something else, but without nice colors and levels displayed though, here it is:

     

    #237527

    Thank you Mr. @Nicolas !

    You and your team doing a great work.

    Best regards.

Viewing 7 posts - 16 through 22 (of 22 total)

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