TAC Volume MACD TIMING screener

Category: Screeners By: TACBOLSA Created: March 25, 2019, 3:15 PM
March 25, 2019, 3:15 PM
Screeners
2 Comments

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
///////////////////////////////////////////////////////////////////////
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")

 

Download
Filename: TAC-Volume-MACD-TIMING-SCN.itf
Downloads: 285
TACBOLSA Master
Analista independiente y programador de indicadores.
Author’s Profile

Comments

Logo Logo
Loading...