TAC Volume MACD TIMING v1

v10.3
TAC Volume MACD TIMING v1

Multi-Indicator that combines several indicators to automate the movement of the price and trend based on the average of the entire volume distribution.

Wave: Average of the whole distribution of the volume in histogram form that measures the distance with the price, this provides in histogram mode the strength of the value based on the volume and marks the high point in the Histogram of the price reversal.

Timing: Recognizes all movements of the MACD indicator and lists them based on the trend obtained from the MACD and Wave indicators.

Bullish Trend

  • Timing 1: Bullish Momentum
  • Timing 2: Correction of Bullish Impulse
  • Timing 3: Possible Reversal of the “Bearish” trend, Pause Trading
  • Timing 4: Possible Reversal of the trend, Pause Trading

– The Timing 3 bullish trend will not work.

– The Timing 4 is a Timing of Pause, being this Timing the one that marks the bullish impulse in a market ceiling can be a trap. We have to wait for Timing 1 to confirm the continuation of the bullish momentum so as not to have a reversal of the movement and possible change of trend.

Bearish Trend

  • Timing -1: Bearish Momentum
  • Timing -2: Bullish Momentum of the Bearish trend
  • Timing -3: Possible Reversion of the trend, Pause Trading
  • Timing -4: Possible Continuation of the trend, Pause Trading

Documentation link

https://www.tiburonesdealetacorta.com/2019/03/tac-volume-macd-timing.html

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. Andyswede • 03/25/2019 #

    Splendid! Thanks:)

  2. swapping • 03/25/2019 #

    Nice job Bolsa 😉

  3. Juanjo • 03/25/2019 #

    Hola ¡¡¡ ..Muy buen trabajo, tengo una duda; en en codigo y visualmente, en ocasiones aparece : Timing: 3 – , ..esto es lo mismo, que Timing: -3?? Gracias por el indicador.

    • TAC Bolsa • 03/25/2019 #

      Gracias Juanjo, El Guion despues de número es pausa o indecisión de la tendencia y se da en los siguientes Timing,.

      Timing : 3 –
      Timing : -3 –
      Timing: 4 –
      Timing -4 –

  4. Juanjo • 03/25/2019 #

    Gracias. He hecho una modificación para q aparezca en el gráfico del precio

  5. Polnet • 03/25/2019 #

    Hay posibilidad de cambiar el Timing en el indicador, hay veces que se solapan con las medias

    • TAC Bolsa • 03/25/2019 #

      Seguramente es por copiar el código pon Espacios como te muestro.

      ” Timing:

      DRAWTEXT(” Timing: #TIMING# ▲”,barindex,hh1/sd,SansSerif,Bold,20)coloured(0,128,0)

  6. TAC Bolsa • 03/25/2019 #

    Ponle 30 Espacios entre la Comilla y el Timing:

    DRAWTEXT(“——————-Timing: #TIMING# ▲”,barindex,hh1/sd,SansSerif,Bold,20)coloured(0,128,0)

    reemplaza los guiones por espacios por lo que sea al copiar el texto le quita los espacios

  7. Polnet • 03/25/2019 #

    Solucionado, gracias

  8. Jan Wind • 03/25/2019 #

    Hallo Tac Bolsa,

    Thanks a lot for your coding above.
    As I am personally not very charmed of the MACD (delayed crossings), I adjusted the code and deleted the MACD calculation and simply replaced it for a weighted average.(see below)

    The average of the adjusted average volume seems to show good reversals of short term trends, if the average starts increasing from the lowest point, the probability of a succesful long position are reasonable. I am using it for 5 minutes trading, but also for trend watching on daily charts, and more timeframes inbetween.

    The Button ADD PRT Code does not function for me, so I copied my adustment below.
    ///////////////////////////////////////////////////////////////////////
    REM TAC Volume TEMA
    ////////////////////////////////////////////////////////////////////////
    iter = 60 //interations
    WA = 28 //wa of volume adjusted average

    zero=0 //null line in graph
    lv1=0
    lv2=0

    //Volume adjusted Average
    for i= 0 to iter do
    lv1=lv1+close[i]*Volume[i]
    lv2=lv2+Volume[i]
    next
    lv=lv1/lv2
    Wave = (close – lv)
    TWave = weightedaverage[WA](Wave)

    if Wave>=0 then // setting color red or green of histogram
    rm=0
    gm=128
    bm=0
    else
    rm=128
    gm=0
    bm=0
    endif
    if TWave>=TWave[1] then // setting color red or green of histogram
    ra=0
    ga=128
    ba=0
    else
    ra=128
    ga=0
    ba=0
    endif

    return Wave coloured (rm,gm,bm) style (histogram) as “Wave”, zero as “zero”, TWave coloured (ra,ga,ba) style(line,3) as “AvWave”

    • TAC Bolsa • 03/25/2019 #

      Thank you, Jan

      Any modification is good reference if it helps us win in the market.

  9. marcov66 • 03/25/2019 #

    Hi, it seems a very useful indicator. Unfortunately the link here for the full explanation does not work https://www.tiburonesdealetacorta.com/2019/03/tac-volume-macd-timing.html //// Thanks for sharing it again. Marco

  10. TACBOLSA • 03/25/2019 #

    Discontinued indicator. we are sorry.

    • Azzuerus • 03/25/2019 #

      Bonjour,
      je teste et j’utilise vos indicateurs depuis plusieurs années, et ils me sont devenus indispensables dans mes prises de décisions.
      Merci vraiment pour votre partage;
      Désireux de suivre de près la suite, est-il possible de m’autoriser à accéder à votre Blog ?
      Merci beaucoup.

avatar
Register or

Likes

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

+2 more likes

Related users ' posts
Lotech123 Thanks for this indicator. Working on a 3 M timeframe with the DJI, it can produce some inte...
JSTAR PRODUCTIONS Hi there, I downloaded the Indicator but the indicator does not show up on my charts. Am...
JSTAR PRODUCTIONS Hi, Worked it out. Thanks
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
8 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
CavalierDeCesDames Bonjour Nicolas, Thanks for your use full job. I tried this indicator on a shorter timefram...
Nicolas You are welcome. I'm glad you like it.
Bolbo It does not appear over the price indicator on V11. Thanks in advance.
Nicolas
8 years ago
Loop Hi All! Would it be possible to have the same indicator with the MACD calculated with the DE...
Nicolas Why not, but do you think it would make such a noticeable difference?
Loop Good question Nicolas! That's why I was curious to check it! MACD based on DEMA is usually m...
bolsatrilera
8 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...
supertiti Thanks you so much Lucassen
dreif123 hi, copied the above code, not working on 10.3 the system says "return can only be used at ...
LUCASSEN Hallo , i have no problem , and i have the same versie 10.3, maybe you can ask Nicolas, tha...
Nicolas
8 years ago
Nicolas Para cambiar los colores del histograma, deben usarse las variables r, gyb entre las líneas ...
leofib Hello, I was looking for a MACD Histogram with red and green bars according to the value of ...
Helgart Hi, it's great to have this option of having a histogram coloured based on rising or fall...
Nicolas
8 years ago
Voluminator
Voluminator
0
Indicators
SAM
8 years ago
Nicolas
8 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
8 years ago
Jurik MACD
Jurik MACD
1
Indicators
ramonjp Hi Nicolas, this sentence is correct?? ftmp0 = (1-falpha)*price + falpha*tmp0[1] I thi...
bolsatrilera
8 years ago
MACD MIRROR
MACD MIRROR
0
Indicators
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
9 years ago
soulintact Thank you very much Nicolas for this great indicator. I have tried to apply it to a trading ...
laitus No funciona este indicador ¿¿?? ¿Alguien sabe por qué?
Nicolas
9 years ago
Better Volume
Better Volume
39
Indicators
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 ...
Alai-n https://emini-watch.com/free-stuff/volume-indicator/
Nicolas
9 years ago
ALMA MACD
ALMA MACD
7
Indicators
Arnaud HALVICK Great indicator, thank you!
JMat45 Hi Nicolas, just reviewing this indicator and noticed that you have double assigned the vari...
Nicolas That would not make any difference because the code is read from top to bottom.
Nicolas
9 years ago
Nicolas You will find the VWAP code from PRT here: https://www.prorealcode.com/topic/is-there-any-wo...
keks Thanks for sharing this wonderful code. Is there a way to draw a horizontal line to plot pre...
taklause Hello, just one question, can it be that this indicator does not work on ProRealTime v12? T...

Top