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

ALR 2.0 Trade Manager
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3792
Page 2 of 11
Author:  PontusLSE [ Sat Aug 16, 2014 9:55 am ]
Post subject:  ALR 2.0 Trade Manager

Okay, great :) Awesome work by the way!
Author:  Dewey McG [ Sun Aug 17, 2014 11:45 am ]
Post subject:  ALR 2.0 Trade Manager

I have been trying to test this all week. As luck would have it even just throwing random trade on my demo, every trade went into profit and I was never able to activate the trade manager. Hopefully I will be able to do some testing this week.
Author:  Radar [ Sun Aug 17, 2014 12:05 pm ]
Post subject:  ALR 2.0 Trade Manager

Dewey McG » Sun Aug 17, 2014 9:15 pm wrote:I have been trying to test this all week. As luck would have it even just throwing random trade on my demo, every trade went into profit and I was never able to activate the trade manager. Hopefully I will be able to do some testing this week.
All I can do is LOL!
Author:  SpiderX [ Sun Aug 17, 2014 1:44 pm ]
Post subject:  ALR 2.0 Trade Manager

Dewey McG » Sun Aug 17, 2014 7:45 pm wrote:I have been trying to test this all week. As luck would have it even just throwing random trade on my demo, every trade went into profit and I was never able to activate the trade manager. Hopefully I will be able to do some testing this week.
The best ALR is the one you dont have to use :smile:

Cheers
Author:  SpiderX [ Sun Aug 17, 2014 3:33 pm ]
Post subject:  ALR 2.0 Trade Manager

Hi

v1.01 is in post 1

v1.01
-Bug fixes to ALR logic
-Additional variables carried over from ALR EA

Code: Select all

extern double ALR_TargetPercentProfit  = 0.1;
extern double ALR_MaxPercentLoss       = 7.5;
ALR_TargetPercentProfit to determine % profit desired at ALR progression. 0% means lot sizes grow slower and things are safer.
ALR_MaxPercentLoss to determine maximum amount of lost acceptable. Once 7.5% net losses are hit, the ALR progression stops.

Unfortunately, there is no way to backtest this.
Assuming the code is carried over correctly from the EA, and the EA has backtested quite well...
Hope we are alright. :)

cheers
Author:  Dewey McG [ Mon Aug 18, 2014 3:19 am ]
Post subject:  ALR 2.0 Trade Manager

For anyone wondering still which is better, please look at this post where I did a back test using the same EA strategy comparing ALR I versus ALR II: http://www.stevehopwoodforex.com/phpBB3 ... 975#p97975
Author:  blazecrown [ Tue Aug 19, 2014 3:52 am ]
Post subject:  ALR 2.0 Trade Manager

Dewey McG » Sun Aug 17, 2014 7:45 pm wrote:
I have been trying to test this all week. As luck would have it even just throwing random trade on my demo, every trade went into profit and I was never able to activate the trade manager. Hopefully I will be able to do some testing this week.


The best ALR is the one you dont have to use :smile:

Cheers
true... hahaha... :lol:
Author:  blazecrown [ Tue Aug 19, 2014 4:18 am ]
Post subject:  ALR 2.0 Trade Manager

hi Spider,

thanks for directing me to this thread... first off:

can you please help us understand (or is it just me?) about these default variables:

CriminalIsECN --- true
RequiredMarginPercentile --- 1000.0
AllowedSpreadMultiplier --- 1.4

thanks...
Author:  SpiderX [ Tue Aug 19, 2014 7:43 am ]
Post subject:  ALR 2.0 Trade Manager

blazecrown » Tue Aug 19, 2014 12:18 pm wrote:hi Spider,

thanks for directing me to this thread... first off:

can you please help us understand (or is it just me?) about these default variables:

CriminalIsECN --- true
RequiredMarginPercentile --- 1000.0
AllowedSpreadMultiplier --- 1.4

thanks...
Hi

All these parameters are inherited from Steve's/Tommaso shell.

CriminalIsECN for ECN brokers who require 2 stage order sending
RequiredMarginPercentile -check how much margin is left in your account, any less and stops trading
AllowedSpreadMultiplier - There is a auto calculation of the average spread of the broker. If there is a sudden spike in the spread, the EA should stop trading...but my guess is this is not valid for the Trade Manager since it works via pending.

This reminds me that some of these variables may not be used...and probably need to be removed.
Will have more updates...

Cheers
Author:  blazecrown [ Tue Aug 19, 2014 1:17 pm ]
Post subject:  ALR 2.0 Trade Manager

All these parameters are inherited from Steve's/Tommaso shell.

CriminalIsECN for ECN brokers who require 2 stage order sending
RequiredMarginPercentile -check how much margin is left in your account, any less and stops trading
AllowedSpreadMultiplier - There is a auto calculation of the average spread of the broker. If there is a sudden spike in the spread, the EA should stop trading...but my guess is this is not valid for the Trade Manager since it works via pending.
thanks for the clarification Spider...
This reminds me that some of these variables may not be used...and probably need to be removed.
Will have more updates...
agree... it's beautiful when it's clean, simple but powerful... :idea:
All times are UTC Page 2 of 11