Suggestions for Trading System - page 8

 

Kalenzo

for MacdHISTOGRAM, not for ...only Macd

HistogramMacd=((MMfast-MMSlow)-Signal)

Highest[22](HistogramMacd) ?

Thanks

 

Mladen ...podrias conectarte con TeamView ?

Thanks

 

para Mladen

Podrias meter una condicion mas en ElderTripleRantalla

for buy :

Close[lastbar]>highest[22](high-3.5*AverageTrueRange[22](DTR))

for sell :

Close[lastbar]<lowest[22](low+3.5*AverageTrueRange[22](DTR))

high=high today

low=low today

REM CalculoDTR

DTR1=(high-low[1])

DTR2=abs(high-close[1])

DTR3=abs(low-close[1])

DTR12=MAX(DTR1,DTR2)

DTR=Max(DTR12,DTR3)

low[1] =low yesterday

close[1]=close yesterday

Thanks

Files:
 

Trading in 3 steps

For ---encod---METATRADER

Getting in and out after 3 Candles maximum (if it goes well .. ok, if not out)

REM Programacion_11

PDS11=14

PDS21=5

PDS31=3

{PDS41=5}

PDS51=3

if Close> Average[PDS11](Close) THEN

x11=STD[PDS11](close)

ELSE

x11=(-1)*STD[PDS11](close)

ENDIF

{x21=((summation[PDS31](x11-lowest[PDS21](x11)))/summation[PDS31](highest[PDS21](x11)-lowest[PDS21](x11)))*100}

x31=x11*AverageTrueRange[5](close)

x41=((summation[PDS31](x31-lowest[PDS21](x31)))/summation[PDS31](highest[PDS21](x31)-lowest[PDS21](x31)))*100

{StochExSD=ExponentialAverage[PDS51](x21)}

StochExATR=ExponentialAverage[PDS51](x41)

REM Programacion_12

x1=(Close-LinearRegression[40](close))

if x1>x1[1] THEN

x2=1

ELSE

x2=0

ENDIF

if x1>x1[1] THEN

x3=x1-x1[1]

ELSE

x3=0

ENDIF

if x1<x1[1] THEN

x4=1

ELSE

x4=0

ENDIF

if x1<x1[1] THEN

x5=x1[1]-x1

ELSE

x5=0

ENDIF

s=20

x6=(summation[s](x3))*(summation[s](x2))

x7=(summation[s](x5))*(summation[s](x4))

x8=100-(100/(1+(x6/(x7+0.00001))))

REM Programacion_13

if Close< ExponentialAverage[40](Close) THEN

Value11=(((Low-ExponentialAverage[40](Low))/Close)*100)*(((AverageTrueRange[14](close))/Close)*100)

ELSE

Value11=(((High-ExponentialAverage[40](High))/Close)*100)*(((AverageTrueRange[14](close))/Close)*100)

ENDIF

Value22=Average[3](Value11)

z1=LinearRegressionSlope[5](StochExATR)

z2=LinearRegressionSlope[5](x8)

z3=LinearRegressionSlope[5](Value22)

y1=LinearRegression[40](close)

y2=AverageTrueRange[14](close)

y3=((y1-close)/y2)*-3

w=z1+z2+z3+y3

LineaZero=0

LineaSobrecompra=+25

LineaSobreventa=-25

uExtrem=ExponentialAverage[40](w)+STD[200](w)

lExtrem=ExponentialAverage[40](w)-STD[200](w)

RETURN w as "ABCpasos__ACC_P(ATR", LineaZero as "LineaZero", LineaSobrecompra coloured(204,0,153) as "Linea+25", LineaSobreventa coloured(204,0,153) as "Linea-25", uExtrem as "uExtrem", lExtrem as "lExtrem"

Files:
 

identify the following indicators?...

May you help to identify the following indicators?... or websites

that are inside and outside the Chart

Files:
ergocci.gif  20 kb
 

And...identify the following indicators?...

May you help to identify the following indicators?... or websites

that are inside and outside the Chart

Files:
nlitrend.gif  21 kb
 

Sub Chart ElderImpul M15, In the same Chart ElderImpul H1

Mladen may you do

Sub Chart ElderImpul M15, In the same Chart ElderImpul H1

thanks

 

Filtro para Elder Treple Screen

Como lo normal del libro es :

Cuando la tendencia principal esta ALCISTA , ForceIndex2ForceIndex2[ayer] y BearPower13BearPower13[ayer]

Pues yo creo que no siempre ForceIndex2 y bearPower13 llega por debajo de 0 y con la ayuda de Mladen pienso que hay que meter un "Filtro ", que reprezente un acercamiento a 0(Zero ) y no necesario por debajo de zero.

 

Filtro para Elder Treple Screen --con la ayuda de Mladen

Como lo normal del libro es :

Cuando la tendencia principal esta ALCISTA , ForceIndex2ForceIndex2[ayer] y BearPower13BearPower13[ayer]

Pues yo creo que no siempre ForceIndex2 y bearPower13 llega por debajo de 0 y con la ayuda de Mladen pienso que hay que meter un "Filtro ", que reprezente un acercamiento a 0(Zero ) y no necesario por debajo de zero(me refiero a los dos "FoeceIndex2 y bearPower 13").

y a reves :

Cuando la tendencia principal esta BAJISTA, ForceIndex2>o y ForceIndex2o y BullPower13<BullPower13[ayer]

De asemenea queria pedirle a Mladen que no se olvide a poner 2 flechas en ElderTripleScreen :

Cuando :

Close corta por arriba ElderSafeZone poner una "flecha", o Signal"

otro signal cuando :

Close corta por abajo ElderSafeZone.

PrimeraImag. : ElderSafeZone

SegundaImag.Con negro en BearPower(acercandose a zero)

... para poder finalizar este indicador, y transformarlo en un sistema y quien sabe , ...un EA.

 
Reason: