Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw horizontal line at the value of an indicator at the prior closing

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

    Draw horizontal line at the value of an indicator at the prior closing

    Hello
    How can one draw on the chart and use in the strategy builder horizontal lines corresponding to the prior day closing values of VWAP and its 3 std bands, (or any other indicator) either just for the current day (as shown on the attached image) or optionally leaving them on the chart also for the following days as long as they remain naked.
    Thanks.

    Click image for larger version

Name:	ES 09-19 (15 Minute) 2019_07_01 (10_03_06).png
Views:	1077
Size:	135.7 KB
ID:	1062432

    #2
    Hello guidoisot,

    Thanks for your post.

    While the strategy builder could be used to access some of the elements of what you want to do, it would be beyond the strategy builders capabilities to accomplish your goals. What you want to do can be accomplished through ninjascript.

    Regarding, "... horizontal lines corresponding to the prior day closing values of VWAP and its 3 std bands, (or any other indicator) either just for the current day... " In Ninjascript (or strategy Builder), on the first bar of the session, you could capture the previous bar values of the VWAP lines which would be the end of session values that could then be plugged into a Draw.Line() method where (In Ninjascript) you could then draw the line from the start of the session to the end of the session, in the strategy builder you could draw the line from the previous bar to the current bar repeatedly. I've attached a screenshot example of this using just the upper and lower STD 1 lines from session to session, as drawn by the strategy builder.

    Regarding, "...optionally leaving them on the chart also for the following days as long as they remain naked." In Ninjascript, this option would add significant complexity but again could be done through Ninjascript. An example of such would be the Swing Rays indicator available in the NT user apps.

    If you would like this strategy/indicator created for you, we can provide references to 3rd party coders who would be able to meet your needs.

    Click image for larger version

Name:	guidoisot-1.PNG
Views:	918
Size:	138.0 KB
ID:	1062447

    Comment


      #3
      Thank you.

      Comment


        #4
        Originally posted by guidoisot View Post
        Thank you.
        I believe Harry may have such an indicator that plots previous day's (sessions, etc.) vwap levels (may even have a free version) with exposed values, just ask him here or check LizardIndicators.com.

        Cheers!

        Comment


          #5
          Originally posted by guidoisot View Post
          Hello
          How can one draw on the chart and use in the strategy builder horizontal lines corresponding to the prior day closing values of VWAP and its 3 std bands, (or any other indicator) either just for the current day (as shown on the attached image) or optionally leaving them on the chart also for the following days as long as they remain naked.
          Thanks.
          Basically you would need to add additional plots to the indicator and set the values as needed.

          We have a MTF version of the VWAPs available that allows for displaying the VWAPs of the prior 3 days (you also may select other days or cumulated VWAPs over a N day period). Furthermore you may display the closing values of the standard deviation bands for the prior day. A screenshot is attached below.

          All plots are exposed and can be used with the strategy builder. The indicator has also been tested with Bloodhound.


          Click image for larger version

Name:	ES 09-19 (15 Minute) 2019_07_01 (10_04_14).png
Views:	1012
Size:	229.9 KB
ID:	1062628

          Please contact me via PM or at lizardindicators.com for further information.

          Comment


            #6
            Hello
            Thank you for your replies.
            What I am trying to get, at the end, is an alert from the market analyzer when price breaks the prior day (or 2 days ago) closing value of the outer border of either one of the 3 STD vwap zones. So far I have been able to get 3 STD rays extending to infinite on the right hand side, but I haven't found a way to tell the SB of extending these horizontal rays just until the end of the current day, point A, or until the end of the second day after the close, point B.
            Then I should be able to move the logic obtained by the SB, possibly applied also to other indicators and not only to vwap bands, into an indicator and finally into a MA column.
            Thank you.

            in the meantime .. I could get the closing ETH - WVAP lines plotted on the chart, but I couldn't find out how to make these lines compatible with the Strategy Builder and the Market Analyzer.
            Can anyone show how to modify the attached indicator in order to get that ?
            Thank you.

            Click image for larger version

Name:	ES 09-19 (7 Minute) 2019_07_10 (17_28_17).png
Views:	1090
Size:	125.0 KB
ID:	1063684
            Last edited by guidoisot; 07-10-2019, 01:35 PM.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            558 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            324 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            101 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            545 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            547 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X