Miscellaneous Dumb Questions – All EAs

Ask your basic questions confidently here. Flaming is not allowed. Sympathetic help is the order of the day.
Post Reply
User avatar
Alpenkorps
Trader
Posts: 213
Joined: Thu Dec 15, 2011 4:03 am

Re: Miscellaneous Dumb Questions – All EAs

Post by Alpenkorps »

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
User avatar
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

Post by SteveHopwood »

Khalaad wrote:
Alpenkorps wrote:Base currency for the whole basket. Steve mentioned this on the thread, and supposed to change the name with next update.
Thank you. :)

So, when one is increasing, or decreasing, the lot size this will need to be changed accordingly. :|

Khalid
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. :lol: The lower your lot size, the lower the cash tp should be.

If the EA looks promising, I shall link the two automatically. Early days.

:D
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.
jjasper7
Trader
Posts: 87
Joined: Mon Mar 19, 2012 11:44 pm
Location: Mesa,AZ (near Phoenix)

Re: Miscellaneous Dumb Questions – All EAs

Post by jjasper7 »

is there a way to search the forum for downloads other than looking at each individual post?
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

Reading Set Files

Post by Mike »

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.
Image
Image
User avatar
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

Post by SteveHopwood »

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 served ;-) but I am absolutely not sure.
Hehe. Neither am I, and I coded it. :lol:

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.

:D

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.
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

Re: Reading Set Files

Post by Mike »

SteveHopwood wrote:
Mike wrote:I am struggling with the interpretation of reads of set files....
Is there some rule? My guess is: last comes, first served ;-) but I am absolutely not sure.
Hehe. Neither am I, and I coded it. :lol:

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.

:D

Edit: I just thought to add the user guide; the answer is probably in there.
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.)
Mike
Image
Image
garyfritz

Re: Reading Set Files

Post by garyfritz »

Mike wrote: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.
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.

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!" :lol:)
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

Re: Reading Set Files

Post by Mike »

garyfritz wrote:
Mike wrote: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.
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.

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!" :lol:)
Yes, that is what I try to do, but ...

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
Image
Image
garyfritz

Re: Miscellaneous Dumb Questions – All EAs

Post by garyfritz »

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. :D
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

Re: Miscellaneous Dumb Questions – All EAs

Post by Mike »

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. :D
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.
You do not have the required permissions to view the files attached to this post.
Image
Image
Post Reply

Return to “EA's for Dummies.”