Quote:
Originally Posted by stace
Hi there. I would like to increase performance of this EA.
Long time ago there was OZFXDAILY system. I think someone remember this manual strategy.
So then there was built EA called OZFX DAILY i dont exactly remeber the name of this EA.
So i clearly remember the MM there.
They were cutting profits step by step.
For example here we have fixed TP and SL is good but sometimes you loose much pips. For example if you rewiev current GOLD screenshot. There are quite big amount of pips gone away if we take only 20 pips TP.
So i would like that programmist will take a look on this.
For example we can make Level of TP for example 5 times. SO here is like we do:
LEts trade 1 standart lot. We will have 5 steps of TP. So 1 lot divide of 4 will be 0.2
1. TP - 20 pips and ea takes first lot 0.2 and immediately puts BE +1.
2. 40 - pips lot 0.2 closed in profit.
3. 60 - pips lot 0.2 closed in profit.
4 and 5 left lots it will be 0.4 goes by trailing.
So here we will increase the performance so first day ea took 20 pips and goes to BE +1
then it can be ea will take 20 pips and pair flies in our direction so we can take already more pips.
I hope this is clear.
|
hi stace.
I've modified the EA,
Perhaps i'm not a damn good coder, but I hope it will increase the performance as you said before
Quote:
Originally Posted by daet
Primajaya, what does the 'rangepoint' setting do...?
Thanks
|
Actually You may use this EA from TF M15 to Daily TF, but when you use this EA in lower Period, you may find that High and Low of previos bar is less than stop level, so the EA cannot send stop order.
Because of that, if the distance of high and low is less than the stoplevel, we will make adjustment for the distance by using range point
hope it helps
Pj,