You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Trading in 3 steps
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"
identify the following indicators?...
May you help to identify the following indicators?... or websites
that are inside .....the Chart
Thanks
In the same Chart ElderImpul H1 , Sub Chart ElderImpul M15
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
bebeshel
In one of our conversation I told you that AverageTrueRange[14](close)(so average true range of a close) does not exist.
Probably different trading platforms allow different things but believe me that calculating an average true range of a close has no meaning at all. Hence, since all the variables are tied up, the last values of the calculation are questionable (deciphering what does exactly AverageTrueRange of a close return on another trading platform is yet another problem which would be required to know what exactly is calculated)
regards
Mladen
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"hi Mladen,
can i have SSA [gann hilo activator] of the heiken ashi .. with alerts .. please ?
cheers
Piters
Sorry I do not fully understand me,...i am speak for, following :
Perdone creo que no me e echo entender bien ,...yo ablo de siguiente
Es el mismo que as uzado en TTiEstochEx_v2, it is the AverageTrueRange[5]
Thanks
Here is the message that has just been posted:
***************
bebeshel
In one of our conversation I told you that *AverageTrueRange[14](close) *(so average true range of a close) does not exist.
Probably different trading platforms allow different things but believe me that calculating an average true range of a close has no meaning at all hence, since all the variables are tied up, the last values of the calculation are questionable (deciphering what does exactly AverageTrueRange of a close returns on another trading platform is yet another problem which would be required to know what exactly is calculated)
regards
Mladen
for Mladen
En lugar de ATR usa : Close corta arriba /abajo ElderSafeZonepara las "2 signa" , de ElderTriplePantalla
One more from the Elder series :
Elder auto envelope. For time frames greater than or equal to weekly it switches to that time frame period deviations calculation, otherwise the deviation is changed on the beginning of the new week (Sunday or Monday depending on broker data - if broker has Sunday data it will switch on Sunday) To turn of the FastEma, set the FastEmaPeriod to less than 1
PS: "deviations" are not standard deviations of a price, so the comparison to it will not holdThis indicator is very good https://www.mql5.com/en/forum/general
There are as many very good indicators coded so I will need to re-view some manual systems posted in elite section. Especially BrainTrading Semi-Manual EA for M30 timeframe (3 images on this post are from this system with this new indicator; 4th image is from well-working trading system - elite section too).