stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

What are the meaning of these?
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1442
Page 1 of 1
Author:  rajases [ Wed Jan 30, 2013 8:01 am ]
Post subject:  What are the meaning of these?

What are the meaning of these?

TrailingStart
TrailingStop
TrailingStep
BreakEvenGain
BreakEven
Author:  Jemook [ Wed Jan 30, 2013 9:08 am ]
Post subject:  Re: What are the meaning of these?

rajases wrote:What are the meaning of these?

TrailingStart
TrailingStop
TrailingStep
BreakEvenGain
BreakEven
Hi - can we get a bit more context? What's the name of the EA that you got these from?
Author:  rajases [ Thu Jan 31, 2013 4:15 am ]
Post subject:  Re: What are the meaning of these?

Hi,

I have attached the EA that I was looking for the meanings. I got this EA from http://www.tradingsystemforex.com as a elite member.

Thanks
Author:  bourgenot [ Thu Jan 31, 2013 10:57 am ]
Post subject:  Re: What are the meaning of these?

hello, can you help us for settings this EA, i am lost, thank you very much ! pierre
Author:  garyfritz [ Thu Jan 31, 2013 11:11 am ]
Post subject:  Re: What are the meaning of these?

Your best bet would be to go back to http://www.tradingsystemforex.com/ and ask them for some documentation of their EA. There's no way for us to decipher a closed/compiled ex4 file. (It's possible to decompile the ex4, but that will be uncommented gibberish code, and won't tell us anything without painstaking and difficult interpretation of the gibberish.)
Author:  rajases [ Thu Jan 31, 2013 2:07 pm ]
Post subject:  Re: What are the meaning of these?

Hi

I got the PM that http://www.tradingsystemforex.com/ mod has died and that forum is also about die too.
Sorry for the ex4. I have now attached the mq4 version and pls tell us the parameters meanings. I find it this forum is active and looks everyone is professional. If this is not okay to ask the question here then pls let me know where to ask the question?

Thanks!
Author:  garyfritz [ Thu Jan 31, 2013 5:43 pm ]
Post subject:  Re: What are the meaning of these?

As you might expect, trailingstart is the pips required to activate the trailing stop, trailingstop is the trailing stop (# pips behind max favorable price), etc.

Code: Select all

extern double trailingstart=0; // profit in pips required to enable the trailing stop
extern double trailingstop=0;  // trailing stop
extern double trailingstep=1;  // margin allowed to the market to enable the trailing stop
extern double breakevengain=0; // gain in pips required to enable the break even
extern double breakeven=0;     // break even
But it looks like it has several modes of operation -- basket stops, ATR-scaled stops, stops based on the H-L range, etc. These are specified by setting params like tstfactor, tsfactor, begfactor, and befactor, etc.

It would take a fair amount of time to dig into this thing and reverse-engineer what it's doing, even though it is fairly cleanly written. I suspect somewhere on the forum there is a description of it, probably better than I would come up with from reading the code. Especially since I don't have time to read the code.
Author:  rajases [ Fri Feb 01, 2013 3:25 pm ]
Post subject:  Re: What are the meaning of these?

Thanks
All times are UTC Page 1 of 1