Adaptation for the indicator platform Prorealtime v10.3 created by Gqman for the Tradingview platform.
Volume Stops is based on the increase or decrease of volume in relation to the opening and closing of the last 3 bars or candles.
Blue candles are bullish signs.
Black candles are bearish signs.
The Stop Loss is placed in the opening of the candle and is not made effective until a closing takes place piercing that level.
The openings are used as supports / resistances.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
REM VOLUME STOPS //código original para la plataforma Tradingview por Gqman //adaptación para la plataforma Prorealtime v10.3 redbar=open>=close greenbar=open<=close long1=volume[2]<volume[1] and volume[1]<volume[0] and redbar[2] and redbar[1] and greenbar[0] short1=volume[2]<volume[1] and volume[1]<volume[0] and greenbar[2] and greenbar[1] and redbar[0] long2=volume[2]>volume[1] and volume[1]>volume[0] and redbar[2] and redbar[1] and greenbar[0] short2=volume[2]>volume[2] and volume[1]>volume[0] and greenbar[2] and greenbar[1] and redbar[0] if long1 or long2 then drawcandle (open,high,low,close) coloured (0,0,255) bordercolor (0,0,0) elsif short1 or short2 then drawcandle (open,high,low,close) coloured (0,0,0) bordercolor (0,0,0) endif return |
Share this
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 :PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
Inconmensurable, formidable, extraordinario, inmejorable, sublime, inalcanzable, superior, inimitable….sin ti la bolsa no sería igual.
Continua con tu creatividad infinita, todos estamos expectantes. Mil gracias por tu dedicación.
Hola, bolsatrilera, me parece muy bueno el indicador.Se podria hacer un escreener con este indicador buscando las velas azules, gracias.
Hello,
I believe there is an error in your code line 11.
short2=volume[2]>volume[2] and volume[1]>volume[0] and greenbar[2] and greenbar[1] and redbar[0]
Instead of 2 it should be 1
short2=volume[2]>volume[1] and volume[1]>volume[0] and greenbar[2] and greenbar[1] and redbar[0]
Hello, ask for a help, please. why the indicator in my PRT is in a different area and not integrated in the chart, like in the picture? I don’t understand what I’m missing
Add it on the price chart: https://www.prorealcode.com/blog/video-tutorials/how-to-add-an-indicator-on-price-prorealtime/
Congratulations. Of all the indicators that I have been able to examine, in my opinion and for my operation, it seems to me to be the best. I saw it once for a very profitable trader who relied on institutional hand volume entry candles for these small corrections he makes in a trend. Very thankful