Reversal Trading System - page 70

 
d_thorpey:
Hi Kaveh

What are the zones today?

Thanks

Hi Guys

Today ZONE

BUY ZONE=1.2700-10

SELL ZONE=1.2770-80

Kaveh

 

What will you do when the market starts to trend?

 

Hi Guys

Please help for this CODE.

Thx Kaveh

Files:
 

I Found this code (R-Sqared)..

Hi.

I Found this indicator but this is for Tradestation, need translate to MQL4.

------------------------------------------------------------------------

Type: Function, Name: coeffR

Inputs:

Length(Numeric);

Vars:

X(0),

UpEQ(0),

LowEQ1(0),

LowEQ2(0),

LowEQT(0);

X = BarNumber;

UpEQ = Summation(X * Close, Length) - (Length * Average(X, Length) * Average(Close, Length));

LowEQ1 = Summation(Square(X), Length) - (Length * Square(Average(X, Length)));

LowEQ2 = Summation(Square(Close), Length) - (Length * Square(Average(Close, Length)));

IF LowEQ1 * LowEQ2 > 0 Then

LowEQT = SquareRoot(LowEQ1 * LowEQ2);

IF LowEQT 0 Then

CoeffR = UpEQ / LowEQT;

Type: Indicator, Name: R-Squared

Inputs:

Length(30),

Smooth(1),

Trend(.7),

NoTrend(.3),

RunLen(10);

Vars: R(0),

SquareR(0),

AvgSqrR(0);

R = coeffR(Length);

SquareR = Square(R);

IF Smooth > 0 Then

AvgSqrR = Average(SquareR, Smooth)

Else

AvgSqrR = SquareR;

Plot1(AvgSqrR, "AvgSqrR");

Plot2(Trend, "Trend");

Plot3(NoTrend, "NoTrend");

IF MRO(AvgSqrR > Trend, RunLen, RunLen) -1 OR

MRO(AvgSqrR < NoTrend, RunLen, RunLen) -1 Then Begin

Plot4(AvgSqrR, "Running");

Alert = True;

End;

----------------------------------------------------------------------------

Regards......

 
EFX:
Hi.

I Found this indicator but this is for Tradestation, need translate to MQL4.

------------------------------------------------------------------------

Type: Function, Name: coeffR

Inputs:

Length(Numeric);

Vars:

X(0),

UpEQ(0),

LowEQ1(0),

LowEQ2(0),

LowEQT(0);

X = BarNumber;

UpEQ = Summation(X * Close, Length) - (Length * Average(X, Length) * Average(Close, Length));

LowEQ1 = Summation(Square(X), Length) - (Length * Square(Average(X, Length)));

LowEQ2 = Summation(Square(Close), Length) - (Length * Square(Average(Close, Length)));

IF LowEQ1 * LowEQ2 > 0 Then

LowEQT = SquareRoot(LowEQ1 * LowEQ2);

IF LowEQT 0 Then

CoeffR = UpEQ / LowEQT;

Type: Indicator, Name: R-Squared

Inputs:

Length(30),

Smooth(1),

Trend(.7),

NoTrend(.3),

RunLen(10);

Vars: R(0),

SquareR(0),

AvgSqrR(0);

R = coeffR(Length);

SquareR = Square(R);

IF Smooth > 0 Then

AvgSqrR = Average(SquareR, Smooth)

Else

AvgSqrR = SquareR;

Plot1(AvgSqrR, "AvgSqrR");

Plot2(Trend, "Trend");

Plot3(NoTrend, "NoTrend");

IF MRO(AvgSqrR > Trend, RunLen, RunLen) -1 OR

MRO(AvgSqrR < NoTrend, RunLen, RunLen) -1 Then Begin

Plot4(AvgSqrR, "Running");

Alert = True;

End;

----------------------------------------------------------------------------

Regards......

Hi

Please send a screenshot of this CODE ,15mins chart.(eur/usd) from Tradestation.

Thx Kaveh

 
kaveh:
Hi Guys

Today ZONE

BUY ZONE=1.2700-10

SELL ZONE=1.2770-80

Kaveh

Hi Kaveh,

Are these zone the same for today?

Thanks

 
d_thorpey:
Hi Kaveh,

Are these zone the same for today?

Thanks

Hi

Not same before Big news i refresh this ZONE wait till US DATA (FCB).

Maybe today break eur summer range.

Kaveh

 

Hi Guys

Try this ZONE for FCB.

BUY ZONE=1.2620-30

SELL ZONE=1.2750-60

Take care

Kaveh

 
kaveh:
Hi Guys

Try this ZONE for FCB.

BUY ZONE=1.2620-30

SELL ZONE=1.2750-60

Take care

Kaveh

Not much activity yesterday. Will these zones be OK for the ECB rate announcement too?

 

Hi

Wait till ECB data .

lastday markets die before FCB !!!!!!!.

Kaveh