| 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 |
|
||||
|
Quote:
If you can show me that it is, I'll program it for you. |
|
|||
|
Dude, saw your crazy magic number function, how about this...
int MagicNumberFromExpertName(string expert_name) { int magic_number = 0; //We use symbol here as an expert has to be attached to a chart for(int i=0; i < 5; i++) { magic_number = magic_number * 3 + StringGetChar(Symbol(), i); } for(i = 0; i < StringLen(expert_name); i++) { magic_number = magic_number * 3 + StringGetChar(expert_name, i); } magic_number = magic_number * 3 + Period(); return (magic_number); } Combines the symbol, the expert name & the time frame for a 'magic' number. |
|
||||
|
Quote:
thanks for sharing |
|
||||
|
WNV EA request / problem?
Hi Tradinator,
Just tried the WNV EA you made this evening. Works fine, except it does not want to enter another trade if another trade (same pair) is open or has been closed. Is this defaulted to only trade once per 24hr period? I'd like to be able to enter another trade or pair of trades immediately after the existing trades have closed. Any help appreciated. Thanks again, WNW |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple 15 min system | image3022 | Suggestions for Trading Systems | 14 | 03-14-2008 04:11 PM |
| Simple EA wanted.Always in market/reverses | schoe | Expert Advisors - Metatrader 4 | 1 | 05-28-2007 05:06 PM |