Scan the market in search of better timing depending on our trading
is based on the Indicator “TAC Volume MACD TIMING“.
Documentation link
https://www.tiburonesdealetacorta.com/2019/03/tac-volume-macd-timing.html
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.
Beari sh 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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
/////////////////////////////////////////////////////////////////////// REM TAC Volume MACD TIMING-SCN REM TAC Volume MACD TIMING-SCN | SCREENER REM 01.09.2011 REM TAC @ www.tiburonesdealetacorta.com REM Sharing www.tiburonesdealetacorta.com //////////////////////////////////////////////////////////////////////// timeframe (daily) lv1=0 lv2=0 n=60 for i= 0 to n do lv1=lv1+close[i]*Volume[i] lv2=lv2+Volume[i] next Wave=lv1/lv2 pc=12 pl=26 ps=9 REM MACD hh=exponentialaverage[pc](close) - exponentialaverage[pl](close) REM Signal hh1=exponentialaverage[ps](hh) //POSITIVO IF HH>=0 and HH>HH1 and Wave>Wave[5] THEN SENAL=1 ENDIF IF HH>=0 AND HH<HH1 and Wave>Wave[5] THEN SENAL=2 ENDIF IF HH<=0 AND HH<HH1 and Wave>Wave[5] THEN SENAL=3 ENDIF IF HH<=0 AND HH>HH1 and Wave>Wave[5] THEN SENAL=4 ENDIF //NEGATIVO IF HH<=0 and Wave<Wave[5] THEN SENAL=-1 ENDIF IF HH<=0 and HH>HH1 and Wave<Wave[5] THEN SENAL=-2 ENDIF IF HH>=0 and HH>HH1 and Wave<Wave[5] THEN SENAL=-3 ENDIF IF HH>=0 and HH<HH1 and Wave<Wave[5] THEN SENAL=-4 ENDIF TIMING = SENAL SCREENER (TIMING AS "Timing") |
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
THANK YOU!!!!!
que relaccion tiene la numeración de las barras del 1 al 10 que tiene cada número
Tengo dos valores de timming 1,las barras de un valor están en el 7 y el otro en 9 y pico.
Cual de los dos tiene mejor salud
Gracias