CatFx50 - page 798

 
keynes:
can u post your indicators and template pls again? because old links doesnt work...

If I were lazy to read the thread, I would not have found better!

FerruFx

 

Hi,我做了一些改进

sorry,I NO English

Files:
001.jpg  397 kb
002.jpg  349 kb
 
wuhentk:
sorry,I NO English

Hi too...

 

Today Morning

Hi, a have a signal today morning at Cable, somewhere about open 7:30. StepMA clear long and we wait for a EMAcross but, there is a day pivot level. Someone who take this one too?

 

Thr firt day within

Hi mates, so my first day with this metod was pretty good. +14 +32 +14 -21 +32 +14 -2 +5. I know, it was not with all the rules, i use EMA4 and EMA8 more, but it'll be better and better. Today's night very chopy so we expect some great signal. Good day

 
 

Hi!

Again, pundits have failed miserably. All or almost all of them were forecasting the end of $ weakness. Exactly the same that all those working or appearing on CNBC say everyday: "the worst is over". Gorgeous.

And today, eurusd has made a high at 1.5946. And oil has hit 147,32$. Amazing.

1.5840 - 1.5750 are the levels we need to take into account now on EURUSD. While above, EU should hit 1.6019 again on its way to 1.6088 if they do not intervene.

Once there, if it is the case, we'll talk.

 

TIME BOX (hi/low between the time) & SPECIFIC TIME TO TRADE

nina:
Hi, Linuxser! Those will do fine. THX.

1) Global :

//The box between spesific time

extern string periodBegin = "00:00";

extern string periodEnd = "10:00";

//Just the time to trade after the box

extern int TimeZone = 0; // Difference between server time and local time

extern string TimeTrade1 = "09:00"; // Local time of opening orders

extern string TimeFinish1 = "23:00"; // Local time of closing pending orders

2) Under The Start :

datetime OpenTime1 = StrToTime(TimeTrade1) + TimeZone*3600;

datetime CloseTime1 = StrToTime(TimeFinish1) + TimeZone*3600;

//----- Solar Range

datetime dtTradeDate=TimeCurrent();

datetime dtTimeBegin, dtTimeEnd;

double dPriceHigh, dPriceLow, sarCurrent, sarPrevious;

int iBarBegin, iBarEnd;

dtTimeBegin = StrToTime(TimeToStr(dtTradeDate, TIME_DATE) + " " + periodBegin);

dtTimeEnd = StrToTime(TimeToStr(dtTradeDate, TIME_DATE) + " " + periodEnd);

iBarBegin = iBarShift(NULL, 0, dtTimeBegin);

iBarEnd = iBarShift(NULL, 0, dtTimeEnd);

dPriceHigh = High;

dPriceLow = Low [Lowest (NULL, 0, MODE_LOW , iBarBegin-iBarEnd, iBarEnd)];

3) Then the ordersend :

BuyOpen = ( Bid == dPriceHigh //Buy when price hits high of that box

&& (TimeCurrent() >= OpenTime1 && TimeCurrent() <= CloseTime1) //Only trade within the spesific time

);

SellOpen = (

Ask == dPriceLow //Sell when price hits high of that box

&& (TimeCurrent() >= OpenTime1 && TimeCurrent() <= CloseTime1)

);

4) Actually I trade using your system and the time box.

THANKS.

 

Sorry forgot the full ea

nina:
Hi!

Lets see if you could help me.

I'm looking for an EA that place trades according to a box time.

For instance:

I'd like to trade the high or the low of a box that goes from 10 to 11:59 or from 8 to 13:59 or whatever.

EA should have stops, trailing and target. Know where could I find it?

THX

Here's the EA. Do not know if it's right or wrong.

Try it anyway.

Thanks.

Files:
c240_v8.mq4  10 kb
c240_v8.ex4  10 kb
 

Helo Nina,

Can you comment about Euro Please !

Thank you

B