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 • 92 days ago #

      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
Nicolas 1. yes 2. maybe yes?! 3. why not?
patapouf Bonjour Nicolas. Je viens de découvrir cet indicateur, que je trouve bien intéressant Mais...
Nicolas Tu peux modifier le paramètre "scalefactor" pour adapter la hauteur des barres à ton graphiq...
bolsatrilera EM MONEY FLOW INDEX + ALERTS //@version=3 // on platform Tradingview by DreamsDefined //a...
Carlos Garcia Enorme. Gracias!
Andraxx Buen indicador.... Gracias
TAC Bolsa All indicators share some code of other TAC indicators that improve the functioning of this ...
ramonjp Hi Tac, Great job. Please, can you provide latest code version of this indicator without ...
Tze Khai Lim Hi Tac, pls provide latest code version of this indicator. Thanks in advance.
TAC Bolsa Estas equivocado al 99,9%. La correlación entre las series de precios y volúmenes las des...
Domenec Si hablas de un indice regional como el Ibex es posible que sea asi yo nunca lo he operado y...
TAC Bolsa Regional de Mostoles, en una cosa tienes razón mejor dejarlo aquí...
GUCCI ONE Bonjour, Nicolas. Pourriez-vous m'aider à transformer cet indicateur en screener, svp ? Merci
Nicolas disponible ici: https://www.prorealcode.com/topic/divergences-screener/
julien1978 hello to all, i recently discovered this indicator. would it be possible to add the detectio...
Xusto Hello, Fully Agree, I will update it with your advice. Btw Can would you like share you co...
Niklas johansson hägglund do you now if it's possible to use this strategy with this code in tradingview also?
Alexander9 This code for metastock ?, can for amibroker . Thanks
AGTrader Interesante, muy visual Doc. Felicidades!!!
Andraxx simplemente impresionante Dom...te sigo en youtube. Me ha gustado tu canal. Gracias por comp...
TACBOLSA
6 years ago
luxrun Thank you so much Tac BOLSA, I can not post the picture tonight I'll try tomorrow. I loaded ...
TAC Bolsa A new version of TAC Volume HPI DIV10.4 is available. that marks the divergence In the fo...
Raymundo Buenas tardes. Como puedo descargar algunos indicadores de esta pagina ?
mangiaragni Buongiorno io non riesco a visualizzare nessun tipo di volume , mi torna sempre una linea dr...
Nicolas Assicurati che lo strumento che stai guardando abbia dei volumi! È il caso?
Carlos Garcia If price tags the lower BBand, look for IIIX has positive values to enter a trade. Converse...
Thally Thanks for the quick response Nicholas. Would you have any idea how to resolve. Manually ref...
Thally Do you think adjusting the below code might help? newperiod = minuteminute[1] if newperi...
Nicolas There is no "second" instruction.
Toto le Heros Thanks Nicolas. I read somewhere that in the calculation, we should round the value of the A...
Nicolas aADX = round(adx[10])
ak5hay2 Works like crazy on bitcoin. Use different timeframes. Thanks a lot Doc!!!
richyowen Hi, great code thanks. Very new to this forum. Is there a way to add a 100point target on an...
lisamitch50 Morning all, Just backtested on quite a few instruments, worked well on backtesting, but tel...
YvesRobert Merci beaucoup Nicolas. Existe t'il un petit programme qui permet de tracer sur la graphe en...
Nicolas Oui il y a celui ci: https://market.prorealcode.com/product/prt-renko/?lang=fr
YvesRobert Bonjour Nicolas, j'ai une question technique à te poser. Je visualise souvent le cours en RE...
GenesisEX Thank you all for your contributions this is a great submission. Thanks for your inputs.
tino Bonjour nicolas. Je ne parviens pas à recopier le screener de l'indicateur. Auriez vous la g...
Nicolas Quel screener svp? C'est dans un des sujets du forum? Merci de fournir le lien.
gabri Ha ragione in computer, ho sbagliato io BullAD = summation[period](ADvolbull*((Close-Low) –...
marcov66 Perfetto! Funziona. Grazie di tutto!
SkrHugo Bonjour, J'essaye d'utiliser le script avec le graphique renko mais sa ne marche pas, quelq...
Tonicejudo Hola Nicolas, a ver si me puedes ayudar. Hay un indicador que se llama volumen stop de bolsa...
Nicolas Utilice los foros para hacer preguntas no relacionadas con la página actual ...
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

Top