| 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:
PHP Code:
|
|
|||
|
Quote:
Code:
double iIND2( string symbol, int timeframe, int period, int mode, int shift) string symbol is NULL for the current symbol; int timeframe is 0 for current timeframe; int period is 0 b/c I don't need anything to be calculated, they simply have to be crossing one another; int mode is MODE_MAIN b/c that indicator has both MAIN and SIGNAL modes; int shift is 0 for the phase shift b/c I don't need to be looking at any previous value of that indicator. What seems wrong? Last edited by bdht; 01-26-2008 at 12:28 AM. |
|
|||
|
When I backtest my EA, it gives out error message
Code:
2008.01.25 19:39:02 TestGenerator: unmatched data error (high value 1.4674 at 2008.01.24 11:23 and price 1.4675 mismatched) Code:
2008.01.25 19:49:30 TestGenerator: unmatched data error (volume limit 85 at 2008.01.17 22:45 exceeded) Last edited by bdht; 01-26-2008 at 01:23 AM. |
|
|||
|
Time Function -- HELP
I use a EA on 5M time frame, i would like to change the time to make the OPEN ORDER... i have to much trade in the same time( on multiple curency, on the same account)..... like .....add 30 or 60 seconde after the 5 Minute bar
Here is the part of the EA.... i think.... need to be change PHP Code:
PHP Code:
for your HELP |
|
|||
|
my First EA, the start() Function will not be called....
i build in the function Alert() in init("init") + deinit("deinit") + start("start")
init + deinit its ok but start() will not called. not called in Backtesting to in Parameters i selected "Allow Life trading" i dont understand what is wrong thanks for your helb Thomas |
|
|||
|
Maybe you should read over your question(?) again - you could actually look at it as a rhetorical post!
Anyway, the error are caused by price mis-matches between different timeframes - not really a problem unless you get loads of these. To get rid of them you would need to delete and re-generate the pairs that give problems, via the History center. Your TP question makes no sense. |
|
||||
|
Newdigital or anyone else:
I have an EA that says: "Trades Authorized On EURUSD Only!" on chart comment. How can I get it to trade on other pairs? How do I change the code in EA to trade on other paris? Thanks in advance! Last edited by fxgrm; 02-13-2008 at 01:31 PM. |
![]() |
| Bookmarks |
| Tags |
| forex, trendenvelopes_v3 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MT4 (Basic) Questions | stepwise | Metatrader 4 | 6 | 09-22-2008 03:22 AM |
| Basic Indicator Question | waaustin | Metatrader Programming | 8 | 04-02-2008 03:54 PM |
| Need Help Understanding Basic MQL logic | Emerald King | Expert Advisors - Metatrader 4 | 7 | 02-27-2007 10:59 AM |
| Very basic coding help needed | camisa | Questions | 1 | 05-08-2006 06:36 PM |