Miscellaneous Dumb Questions – All EAs
- Alpenkorps
- Trader
- Posts: 213
- Joined: Thu Dec 15, 2011 4:03 am
Re: Miscellaneous Dumb Questions – All EAs
Base currency for the whole basket. Steve mentioned this on the thread, and supposed to change the name with next update.
Take my love, take my land, Take me where I cannot stand
I don't care, I'm still free, You can't take the sky from me
I don't care, I'm still free, You can't take the sky from me
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Miscellaneous Dumb Questions – All EAs
Yes. The higher your lot size, the more dosh you should aim for - not a lot of point in shooting for a $2 profit when trading 1 lot size.Khalaad wrote:Thank you.Alpenkorps wrote:Base currency for the whole basket. Steve mentioned this on the thread, and supposed to change the name with next update.![]()
So, when one is increasing, or decreasing, the lot size this will need to be changed accordingly.![]()
Khalid
If the EA looks promising, I shall link the two automatically. Early days.
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
-
jjasper7
- Trader
- Posts: 87
- Joined: Mon Mar 19, 2012 11:44 pm
- Location: Mesa,AZ (near Phoenix)
Re: Miscellaneous Dumb Questions – All EAs
is there a way to search the forum for downloads other than looking at each individual post?
- Mike
- Trader
- Posts: 272
- Joined: Sun Dec 11, 2011 12:30 pm
- Location: Italy
Reading Set Files
I am struggling with the interpretation of reads of set files. To make my point, let me take an example from the Beast, with a demonstrative setup:
Line 1 rec=----Recovery----
Line 2 UseRecovery=1
Line 3 Start_Recovery_at_trades=2
Line 4 Use1.1.3.3Recovery=1
Line 5 Use1.1.2.4Recovery=0
Line 6 Use1.2.6Recovery=1
Line 4 says: use recovery 1.1.3
Line 6 says: use recovery 1.2.6
The EA executes recovery 1.2.6
and
Line 7 rts=Recovery trailing stop
Line 8 UseRecoveryTrailingStop=0
Line 9 AutomateRtsChoice=1
Line 10 RecoveryTrailingStopAt=10
Line 11 RecoveryStopLossLineColour=255
My read is
Line 8 says: do not use Rts
Line 9 says: do use Rts following some rule within the EA's code
and I do not know which one is executed. Is there some rule? My guess is: last comes, first served
but I am absolutely not sure.
Line 1 rec=----Recovery----
Line 2 UseRecovery=1
Line 3 Start_Recovery_at_trades=2
Line 4 Use1.1.3.3Recovery=1
Line 5 Use1.1.2.4Recovery=0
Line 6 Use1.2.6Recovery=1
Line 4 says: use recovery 1.1.3
Line 6 says: use recovery 1.2.6
The EA executes recovery 1.2.6
and
Line 7 rts=Recovery trailing stop
Line 8 UseRecoveryTrailingStop=0
Line 9 AutomateRtsChoice=1
Line 10 RecoveryTrailingStopAt=10
Line 11 RecoveryStopLossLineColour=255
My read is
Line 8 says: do not use Rts
Line 9 says: do use Rts following some rule within the EA's code
and I do not know which one is executed. Is there some rule? My guess is: last comes, first served
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Reading Set Files
Hehe. Neither am I, and I coded it.Mike wrote:I am struggling with the interpretation of reads of set files. To make my point, let me take an example from the Beast, with a demonstrative setup:
Line 1 rec=----Recovery----
Line 2 UseRecovery=1
Line 3 Start_Recovery_at_trades=2
Line 4 Use1.1.3.3Recovery=1
Line 5 Use1.1.2.4Recovery=0
Line 6 Use1.2.6Recovery=1
Line 4 says: use recovery 1.1.3
Line 6 says: use recovery 1.2.6
The EA executes recovery 1.2.6
and
Line 7 rts=Recovery trailing stop
Line 8 UseRecoveryTrailingStop=0
Line 9 AutomateRtsChoice=1
Line 10 RecoveryTrailingStopAt=10
Line 11 RecoveryStopLossLineColour=255
My read is
Line 8 says: do not use Rts
Line 9 says: do use Rts following some rule within the EA's code
and I do not know which one is executed. Is there some rule? My guess is: last comes, first servedbut I am absolutely not sure.
Without looking at the code, I would say that line 9 allows TB to calculate the trailing stop distance, but to use it you need UseRecoveryTrailingStop=1 (i.e. 'true'). Try it to check it out.
Edit: I just thought to add the user guide; the answer is probably in there.
You do not have the required permissions to view the files attached to this post.
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
- Mike
- Trader
- Posts: 272
- Joined: Sun Dec 11, 2011 12:30 pm
- Location: Italy
Re: Reading Set Files
Thanks - I will reread the manual and continue to try different settings. (The Beast really works, MarcelloT's settings perfoms slightly better than Fxozgirl's and I am trying to understand why.)SteveHopwood wrote:Hehe. Neither am I, and I coded it.Mike wrote:I am struggling with the interpretation of reads of set files....
Is there some rule? My guess is: last comes, first servedbut I am absolutely not sure.
![]()
Without looking at the code, I would say that line 9 allows TB to calculate the trailing stop distance, but to use it you need UseRecoveryTrailingStop=1 (i.e. 'true'). Try it to check it out.
Edit: I just thought to add the user guide; the answer is probably in there.
Mike
-
garyfritz
Re: Reading Set Files
The order of the parameters is irrelevant. You could scramble them in any order and it wouldn't change anything. What counts is how the EA is programmed to LOOK at those parameters, and that you can only tell by reading the code.Mike wrote:and I do not know which one is executed. Is there some rule? My guess is: last comes, first servedbut I am absolutely not sure.
I'd suggest you just avoid setting conflicting parameters. Then the behavior should be pretty clear. ("Doctor, Doctor, it hurts when I do this!" "Then don't do that!"
- Mike
- Trader
- Posts: 272
- Joined: Sun Dec 11, 2011 12:30 pm
- Location: Italy
Re: Reading Set Files
Yes, that is what I try to do, but ...garyfritz wrote:The order of the parameters is irrelevant. You could scramble them in any order and it wouldn't change anything. What counts is how the EA is programmed to LOOK at those parameters, and that you can only tell by reading the code.Mike wrote:and I do not know which one is executed. Is there some rule? My guess is: last comes, first servedbut I am absolutely not sure.
I'd suggest you just avoid setting conflicting parameters. Then the behavior should be pretty clear. ("Doctor, Doctor, it hurts when I do this!" "Then don't do that!")
So if I put
Line 7 rts=Recovery trailing stop
Line 8 UseRecoveryTrailingStop=0
Line 9 AutomateRtsChoice=1
Line 10 RecoveryTrailingStopAt=10
I would not know what will happen,
when I set
Line 7 rts=Recovery trailing stop
Line 8 UseRecoveryTrailingStop=1
Line 9 AutomateRtsChoice=1
Line 10 RecoveryTrailingStopAt=10
rts will most likely be set automatically. BUT will RecoveryTrailingStopAt=10 interfere
To be sure, do I have to use the following setting?
Line 7 rts=Recovery trailing stop
Line 8 UseRecoveryTrailingStop=1
Line 9 AutomateRtsChoice=1
Line 10 RecoveryTrailingStopAt={EMPTY}
Well, that's what I will try
As both of you suggest, most likely I cannot avoid setting conflicting parameters without going into reading the code, it's just that I am afraid of it.
Garyfritz and Steve, thanks for your time and patience
-
garyfritz
Re: Miscellaneous Dumb Questions – All EAs
I can't tell. There are multiple versions of Beast. The version you have apparently doesn't match the user guide Steve posted, since the guide doesn't even list RecoveryTrailingStopAt. Post the EA or a pointer to it and maybe I can figure out what Steve was doing in there. 
- Mike
- Trader
- Posts: 272
- Joined: Sun Dec 11, 2011 12:30 pm
- Location: Italy
Re: Miscellaneous Dumb Questions – All EAs
I have MarcelloT's version and the last version before Hanover. I attach MarcelloT's version and thank you very much for the effort you take.garyfritz wrote:I can't tell. There are multiple versions of Beast. The version you have apparently doesn't match the user guide Steve posted, since the guide doesn't even list RecoveryTrailingStopAt. Post the EA or a pointer to it and maybe I can figure out what Steve was doing in there.
You do not have the required permissions to view the files attached to this post.