| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Money Management with Multiple Expert Advisors
How can we add or subtract to the number of lots traded in an equal fashion as balance increases or decreases on a percentage basis on an Expert Advisor program like wujun1982's 5_7_2aH1 that has 6 different EAs on the same account? Right now the 5_7_2aH1 defaults to 1 Minilot on a standard Acct, .1 Minilot on a Mini Acct and with Micros set on a Mini Acct 0.03. What can be done with this many EAs trading at the same time? Can we, at least manipulate the numeric value of these trades manually to get the exact numbers we need instead of being satisfied with these static numbers mentioned above? Thanks for your help, Les
lehammondpsf@yahoo.com |
|
||||
|
Quote:
Check out the documentation I updated recently here. |
|
|||
|
Lots traded automatically in relation to Acct balance
For instance in the 5_6_03, by changing the figure next to MaximumRisk under General Settings, lots traded compared to Acct balance is managed automatically. On a Mini Acct, a setting of 5.1 would trade Approx 25%, 2.04 would trade 10%, etc. A standard Acct would get the same result by moving the decimal place to the left as .51 and .204. Is there a simple way to duplicate these settings in 5_7_2a?
Thanks, Les |
|
||||
|
Quote:
The money management section changed a little in 5.7.1 . The fields remain the same and work same way. Only the name of the fields changed. You can find the old names below and the new names above. 5.7.2a extern string C_Function_Y = "====== U_MM Money Management decreases lotsize in a losing streak ====="; extern bool U_MM = true; //Money management extern double U_Lots = 1; //Money management will override setting extern double U_MaxRisk = 0.05; // extern int U_DecreaseFactor = 0; // extern bool U_AccIsMicro = false; //Micro means 0.01 lot size is allowed 5.6.03 extern double Lots = 1; extern double MaximumRisk = 0.05; extern int DecreaseFactor = 0; extern bool MM = true; extern bool AccountIsMicro = false; What changed. In 5.7.1 and carried on into 5.7.2a This code from 5.6.3 was replaced with this code if(lot<U_MinLot) lot=U_MinLot; //Dmitry_CH Add 5.7.1It should behave the same , but the 5.6.3 code occasionally had errors. extern double U_MinLot = 00.01; //Set to be micro safe by default, maybe this should change extern double U_MaxLot = 99.00; //Set to previous max value by default Last edited by Pcontour; 03-18-2007 at 12:29 AM. |
|
||||
|
I found the reason for why settings with Fast slower than Slow were profitable. The Filter wanted only negative values! There is a potential conversion that can be done, but it would also be looking for "higher negatives" if I believe. We could hit the "Fast slower than Slow" settings if we do an on/off toggle, but I do think Fast faster than Slow settings are still likely better - when we get them. Phoenix6 doesn't filter the settings at all...
|
|
||||
|
5.7.2.w
Quote:
. Thank you in advance for your assistance !
__________________
"A discovery is said to be an accident meeting a prepared mind." Albert Szent-Gyorgyi |
|
||||
|
Quote:
|
|
||||
|
Quote:
__________________
"A discovery is said to be an accident meeting a prepared mind." Albert Szent-Gyorgyi |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| forex data converters | newdigital | Tools and utilities | 53 | 09-05-2008 10:18 AM |
| Phoenix 2007 (new thread) | Hendrick | Phoenix | 1326 | 03-27-2008 10:34 PM |
| Phoenix is here! | Hendrick | Phoenix | 374 | 02-06-2008 03:26 PM |
| Phoenix optimization | Prankie | Phoenix | 173 | 10-17-2007 07:24 AM |
| Phoenix 6 Expert vs Simple | daraknor | Phoenix | 79 | 04-11-2007 01:09 AM |