CatFx50 - page 48

 
BrunoFX:
es un método excelente, aclamación

Hi, BrunoFX!

We are having a gorgeous time indeed. But sooner than later we'll have to lose.

You'll see. So, trade it with care.

(Bruno, gracias. No existe el sistema mágico o infalible. Manéjalo con cuidado.)

Nina

 

Hi, buddies!!!!!!!!!!!!!!!!!

Entries: Update 10:50CET.

EURUSD, bought at 1.2064 (08:30CET). Made a high at 1.2083. +19 pips.

USDCHF, sold at 1.2823 (08:30CET). Made a low at 1.2809. +14 pips.

GBPUSD, bought at 1.7632 (08:00CET). Made a high at 1.7715. +83pips.

TOTAL at 10:50CET: +116 pips.

Nina

Enjoy!

Nina

 
Kalenzo:
I had a NET CONNECTION problem and missed morning trades ... it's so sad...

Anyway i've slowed somekind of exit strategy and here it is:

(I would like to post a new version of CatFX50K - with dont miss trades but after forum upgrade i cannot attach anything to my posts... )

So my exit is like this:

1) start trade

2) when profit is 30p move sl to be

3) form there use ts 30p

4) when profit will reach 60p move sl to 55p

5) if price still goes up and is above 60p then use ts 15p

and exit on stop.

Here is the code for a long trade:

//MOVE SL

if((Bid-OrderOpenPrice()/Point) >= 30 && (Bid-OrderOpenPrice()/Point) <= 32)

{//2 pips margin

//move SL to BreakEven

GlobalVariableSet(Symbol()+" CatSL",OrderOpenPrice());

}

else if((Bid-OrderOpenPrice()/Point) > 32 && (Bid-OrderOpenPrice()/Point) < 60)

{//SET TS to 30 pips

if(GlobalVariableGet(Symbol()+" CatSL") < Bid-30*Point)

{

GlobalVariableSet(Symbol()+" CatSL",Bid-30*Point);

drawStopLine(Bid-30*Point,"CatSL",LightPink,5,0);

}

}

else if((Bid-OrderOpenPrice()/Point)>=60 && (Bid-OrderOpenPrice()/Point)<=62)

{//2 pips margin

//move SL to 55 PIPS profit

GlobalVariableSet(Symbol()+" CatSL",OrderOpenPrice()+55*Point);

}

else if((Bid-OrderOpenPrice()/Point)>62)

{//change TS to 15 pips

if(GlobalVariableGet(Symbol()+" CatSL") < Bid-15*Point)

{

GlobalVariableSet(Symbol()+" CatSL",Bid-15*Point);

drawStopLine(Bid-15*Point,"CatSL",LightPink,5,0);

}

}

What do U think about it?

Hi, Kalenzo!

Let's try it!

Talk to Newdigital about your problems with posting.

I must go out now. See you.

Nina

 

I had a NET CONNECTION problem and missed morning trades ... it's so sad...

Anyway i've slowed somekind of exit strategy and here it is:

(I would like to post a new version of CatFX50K - with dont miss trades but after forum upgrade i cannot attach anything to my posts... )

So my exit is like this:

1) start trade (initial SL 34p)

2) when profit is 30p move sl to be

3) form there use ts 30p

4) when profit will reach 60p move sl to 55p

5) if price still goes up and is above 60p then use ts 15p

and exit on stop.

Here is the code for a long trade:

//MOVE SL

if((Bid-OrderOpenPrice()/Point) >= 30 && (Bid-OrderOpenPrice()/Point) <= 32)

{//2 pips margin

//move SL to BreakEven

GlobalVariableSet(Symbol()+" CatSL",OrderOpenPrice());

}

else if((Bid-OrderOpenPrice()/Point) > 32 && (Bid-OrderOpenPrice()/Point) < 60)

{//SET TS to 30 pips

if(GlobalVariableGet(Symbol()+" CatSL") < Bid-30*Point)

{

GlobalVariableSet(Symbol()+" CatSL",Bid-30*Point);

drawStopLine(Bid-30*Point,"CatSL",LightPink,5,0);

}

}

else if((Bid-OrderOpenPrice()/Point)>=60 && (Bid-OrderOpenPrice()/Point)<=62)

{//2 pips margin

//move SL to 55 PIPS profit

GlobalVariableSet(Symbol()+" CatSL",OrderOpenPrice()+55*Point);

}

else if((Bid-OrderOpenPrice()/Point)>62)

{//change TS to 15 pips

if(GlobalVariableGet(Symbol()+" CatSL") < Bid-15*Point)

{

GlobalVariableSet(Symbol()+" CatSL",Bid-15*Point);

drawStopLine(Bid-15*Point,"CatSL",LightPink,5,0);

}

}

What do U think about it?

 

Anybody planning to do an EA with the catfx50k indicator? or is it not woth the effort because this system doesn't work well in automatic mode?

Sada

 
sadaloma:
Anybody planning to do an EA with the catfx50k indicator? or is it not woth the effort because this system doesn't work well in automatic mode? Sada

I've got an EA - it works fine.

Idea is great - it's worth to create an EA.

Look on the screen - it realy works fine, so U can create one for yourself too

Files:
catfx50ea.gif  67 kb
 

CatFX50EA

Hi Kalenzo,

Have looked for download of Ea and cannot find it, can you post it.

tks

leighton

 
leightonbeaty:
Hi Kalenzo,

Have looked for download of Ea and cannot find it, can you post it.

tks

leighton

Of course.

I will post it - when It will be tested and ready to use.

I wrote this expert today - about 5 hours ago - so it's fresh code yet.

 

Today isn't a good day for a trade - mabye it's becouse it's FRIDAY 13'th???

Files:
firday_13.gif  60 kb
 

Nina - RU reversing an order on a opposite signal?