Cumulative Volume Delta with periods

v10.3
Cumulative Volume Delta with periods

Because it is not possible to get the bid/ask volumes into an usual timeframe (such as the 1 minute one for example), I had the idea to use the “tick by tick chart” to get them. In this kind of chart, each price movement is x ticks received.

Each time the price is higher than the previous received one, the code count the Volumes received as a positive one, same goes for a lower price received, counting as a negative Volumes.

These Volumes counts are accumulated and plotted as green and red histograms. Then a “Cumulative Delta”, which is the difference of the 2 histograms is plotted as a black line.

When the Cumulative Delta is crossing below the zero line, the bearish pressure is real, while the bullish one exist when the Delta is crossing above zero level.

I add a setting to reset the Cumulative Delta to zero each X minutes with the “minutes” parameter. So it is possible to stack many Cumulative Delta on the same chart with different “minutes” settings to get the large picture and smaller one(s).

Note: This indicator is only compatible on a ‘Tick by Tick’ chart with instruments which have Volumes.

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Matriciel • 03/21/2018 #

    Merci encore pour cet indicateur Nicolas.

    Juste pour ma formation personnelle en matière de langage PRT, je ne comprends pas ceci : minuteminute[1]
    C’est surtout le “” que je ne comprends pas.
    Peux-tu me l’expliquer S.T.P ?

  2. Nicolas • 03/21/2018 #

    Cela permet de tester si on a changé de minute sur la barre courante

  3. Mert • 03/21/2018 #

    Hello Nicolas, I do not now if this is the place to ask but I would like to ask you something. I am sure that for you it is very simple. I have a moving average in my charts. This MA changes color from red to green for an uptrend and green to red for a down trend.
    I want to have code that covers the color change so that I, for example, can use it in a trading system. Like: go long if the MA turns green. Go shot if the MA turns red. Or use it in an allert. Can you help me in that?
    Warmest regards and thanking you in advance.
    Mert

    • Nicolas • 03/21/2018 #

      This is not the right place, please open a new topic in ProOrder forum. This question has been answered many times, I’m sure you will find an answer by using our search engine (right under your avatar at the top right of the website or in the homepage).

  4. claudio1964 • 03/21/2018 #

    Hello Nicolas great indicator, I use it on prorealtime, can I have a code version for Webank T3? Webank T3 uses proealcode language but I found some problems to generate your indicator thank you vero much

    • Nicolas • 03/21/2018 #

      I think that it could work if you remove “style(histogram)” from the last line of the code.

  5. Bretty86 • 03/21/2018 #

    Great work Nicolas! Thank you!

  6. Geons • 03/21/2018 #

    Hi Nicolas! This indicator is awesome! Can you help me to modify it a little bit…I want to get the Cumulative Delta on all loaded tick bars on a chart. And not to reset every X minutes. Something like this I found on PRC forum (but don’t provide the inside code): https://www.prorealcode.com/topic/cumulative-delta/

  7. Hans63 • 03/21/2018 #

    Can you add a code that fixes the cumulative period with a start/end time?

    • Nicolas • 03/21/2018 #

      Yes that’s possible, please open a new topic in the indicators forum.

  8. Pasquale Fracicone • 03/21/2018 #

    Come andrebbe modificato il codice se volessi calcolare il Cumulative Delta ogni X Ticks

    • Nicolas • 03/21/2018 #

      That should be possible but with PRT v11.1

  9. Thally • 03/21/2018 #

    Hi Nicolas, I am trying to use your indicator on IGs Germany 30 DFB. I want to have the indicator calculate the cumulative delta for each minute and then reset. However the indicator doesn’t seem to consistently reset every minute, then length of time for each accumulation is variable and I have to reset the indicator if I want each block to be equal to 1 minute – this suggest it is working fine for historical data but has problems running in real time. Any ideas how to fix this as it is a really useful indicator otherwise

    • Nicolas • 03/21/2018 #

      It depends if a tick is received at the exact time of 1 minute elapsed since the last one. If not, then a decay may arise.

  10. Thally • 03/21/2018 #

    Thanks for the quick response Nicholas. Would you have any idea how to resolve. Manually refreshing the indicator works but is not ideal. Its a shame because its potentially a very powerful tool.

  11. Thally • 03/21/2018 #

    Do you think adjusting the below code might help?

    newperiod = minuteminute[1]
    if newperiod then
    count=count+1
    endif

    if count = iminutes then
    count=0
    volp=0
    volm=0
    endif

    If the indicator requires a tick to come in the precise moment that 1 minute has elapsed perhaps a 5 second buffer either end of the minute might facilitate this? What would be the syntax to replace ‘minute’ int he above with ‘second’? I can only find ‘CurrentSecond’ which doesn’t seem to do the job.

    • Nicolas • 03/21/2018 #

      There is no “second” instruction.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+7 more likes

Related users ' posts
Alai-n I also have the same problem that I can not solve especially on LowVolume (Yellow) ... Sorry
Mert No need to apologise, my friend. It is great code. I hope you find a solution soon. Regards.
gabri I think it's because the lookback period changes at every new bar and that means that many c...
Giuseppe68 ciao, ho provato l'indicatore e mi sembra interessante, ma in fase di backtest non riesco ad...
poldoposta veramente bello.....complimenti
rb-72 Thank you, area of twist by dilatacion of the price, missing part of the code that is not pu...
Thomas007 after reading your blog now I understand why there is only a part of your code here. I'm try...
Juanjo Hola¡¡ la estrategia se podria aplicar sobre acciones con marco temporal diario?? gracias.
rb-72 5 Minutes, 15 Minutes, The most effective 1 Hour below 0 or above 0 as a turn signal in the ...
Andraxx Interpretación de el indicador??? Gracias
TAC Bolsa Oscilador que hace una medición ponderara basado en la distancia entre precio y una media Mó...
Nicolas Better to download the file from the page and import it into your platform in order to not c...
marcov66 Hi Nicolas, thanks for sharing the VWAP Date Indicator. It is really powerful. Nevertheless,...
Nicolas Are you sure you are using the same exact date, hours, minutes, seconds for anchor?
julien1978 changing the trendDetectionLength setting does not seem to have any effect on the wave calcu...
arran i can't seem to get this indicator to work on forex pairs. it works great on indices etc. An...
Nicolas Indicator needs Volume, and there are no volumes with forex pairs with IG.
Trading_En_El_Ibex35 El screener no busca acciones que estén en máximos absolutos , busca acciones en las que el...
Andraxx lo de volumen aceptable, lo dices en relación al Ibex 35 supongo. Porque se margen de volume...
Juanjo Hola Queria preguntarte si la idea de maximos anuales es tuya, o bien está basada en el sis...
BERTJES82 Hi Nicolas, is it possible to adjust the starting date of the VWAP on the charts? Thanks in ...
Nicolas Yes, have a look there: https://www.prorealcode.com/prorealtime-indicators/vwap-date-anchored/
Dadoo Merci Nicolas!
Thomas007 Is there any way to build something similar for FX? I wonder what would be the replacement f...
Jean-Pierre Poulain When I buy and when I sell ?
Nicolas The featured image of the post do not deserve the indicator you are right, I attached other ...
Nicolas It is described in the post already :) The BUY/SELL signals are quite similar of what you ca...
Nicolas
7 years ago
jiminykricket Hi Nicolas, Its fair to say i'm a relative novice with ProRealtime and as such i am not sur...
Nicolas You can use assisted creation in probacktest, you'll get a quick overview on how to call a p...
jiminykricket Thanks Nicolas, i'll take a look
bolsatrilera
7 years ago
Volume Stops
v10.3
Volume Stops
6
Indicators
Aragorna Hello, ask for a help, please. why the indicator in my PRT is in a different area and not in...
Nicolas Add it on the price chart: https://www.prorealcode.com/blog/video-tutorials/how-to-add-an-in...
Infanta Congratulations. Of all the indicators that I have been able to examine, in my opinion and f...
Nicolas
7 years ago
Voluminator
Voluminator
0
Indicators
Nicolas
7 years ago
Nicolas Sure, please open a new topic in the probuilder forum with all specifications needed.
toni1750 Hola, funciona en P11? lo he puesto y no me sale como en la imagen. gracias.
GustavoLoboOrenstein Hello Nicolas, I have a cumulative histogram update problem, the indicator often updates ...
Nicolas That's right, in ProScreener we can't have a lookback more than 254 days. There is nothing w...
cjdevasia Hi, Nicolas,     please guide me how can i scan following conditions in pro real time  S...
Nicolas For everyone benefit, I prefer to answer coding request in the forum. Please open a new topi...
Nicolas Thanks for contributing to the "ichimoku section" of the prorealtime code library Don't he...
sourberry Thank you , this is a great indicator works beautifully. Could you kindly modify to scr...
pp_playaflamenca Excuse me,... reading your code about spanB: [ SenkouSpanBFutureW = (Highest[SenkouSpanPerio...
Nicolas
7 years ago
Better Volume
Better Volume
38
Indicators
Nicolas Don't add it on the price, but like an oscillator in a separated window instead.
Keyeming Hello Nicolas; not sure to undersntad line 167, and in the video I d'ont remember that the a...
Nicolas I don't know, this code is 6 years old and I made a 1:1 translation of the provided code by ...

Top