- Search Metals Mine
-
asasa replied Sep 1, 2010The part of the log that you have posted is not meaningful. Please post the entire log (do not take a screenshot of your desktop with the log file open but attach to your post the entire txt log file).
Trend Follower 5 Minute System
-
asasa replied Sep 1, 2010The EA clears all the state variables and removes the existing orders when the freshstart parameter is set to true and the latest reason for uninitialization was "expert removed from chart". So if the latest reason for EA uninitialization was ...
Trend Follower 5 Minute System
-
asasa replied Sep 1, 2010In this case the stop/target were initially really tight but correctly calculated, the EA tried to send the order, the server answered "invalid price" because in the meanwhile it had changed of 9 pips, the EA recovered from this error by resending ...
Trend Follower 5 Minute System
-
asasa replied Sep 1, 2010Yes, do it for all of your charts where you have attached the EA. If it still doesn't work please post here the complete log file where the error occurs and I will know for sure what it is going on. I suggest you to use the EA on only one chart ...
Trend Follower 5 Minute System
-
asasa replied Aug 31, 2010When you attach the EA to a chart, set the parameter "freshstart" to true. This will clear the state variables and parameters that the EA always saves and reloads from file. I included this option because when operating in real time one generally ...
Trend Follower 5 Minute System
-
asasa replied Aug 31, 2010Ok, this is the information I was referring to. From the log file, I see the EA tried to send a sell order with 10-pip stop loss and 64-pip target (nearest daily pivot point). Everything is ok under this point of view. The wrong part is that you set ...
Trend Follower 5 Minute System
-
asasa replied Aug 31, 2010Most probably the stop loss was too near to the current price and the calculation of the 1% risk has led to such lot calculation. A possible solution can be to force the stop loss to be at a distance not less than a fixed amount of pips (the EA must ...
Trend Follower 5 Minute System
-
asasa replied Aug 31, 2010Error code 134: Not enough money. You don't have enough money in your account for opening new trades.
Trend Follower 5 Minute System
-
asasa replied Aug 30, 2010Well, the strategy (rated 5 stars from the users) is not mine. I have just written the EA for testing and trading automation purposes. As you have written, backtests don't look that good (didn't know before writing the EA...). Even if my backtests ...
Trend Follower 5 Minute System
-
asasa replied Aug 30, 2010Trend Follower Wicker v1.0.1 EA — Here you go, find here attached the new version of Trend Follower Wicker EA (v1.0.1). It fixes the bug already mentioned. Please read carefully the instructions included at the beginning of the source code ...
Trend Follower 5 Minute System
-
asasa replied Aug 30, 2010Great, you found a bug in my EA! I will soon fix the problem and post an updated version of the EA. Setting a fixed amount of lots for orders is not my current priority, but I can work on this (not immediately). With the current version of the EA ...
Trend Follower 5 Minute System
-
asasa replied Aug 27, 2010Tread is correct. Another way to do this: Tools -> Options -> Expert Advisors -> Allow Live Trading
Trend Follower 5 Minute System
-
asasa replied Aug 27, 2010Trade is not allowed in your MT4 client. This is not a problem related to the EA. Please enable this option in your client.
Trend Follower 5 Minute System
-
asasa replied Aug 26, 2010The latest weeks have been particularly good for breakout systems (as we can see for the FSP method of trading). We cannot say the same for the previous period. I would be really careful to judge enthusiastically this system based only on the most ...
Looser Trading System (Version 0.01-1/3)
-
asasa replied Aug 26, 2010The original exit rules were not that clear, that one was my interpretation.
Trend Follower 5 Minute System
-
asasa replied Aug 26, 2010Yes, this is the way it is supposed to work. I wouldn't underestimate the importance of that information, it shows you in real time what the EA is doing and lets you understand if the EA in behaving correctly. Maybe in your case the situation seems ...
Trend Follower 5 Minute System
-
asasa replied Aug 25, 2010The original rules for exiting positions are not that clear, therefore I decided to implement the following: - half the position is closed at the nearest pivot point, calculated with the standard formulas for daily pivot points - all the existing ...
Trend Follower 5 Minute System
-
asasa replied Aug 25, 2010The compiler cannot find the include file "EAHelper v1.0.6.mqh". I see that the EA file in your computer is named in a wrong way, with "%20" in place of " ". If it is the same for the include file, of course the compiler is not able to find it. Go ...
Trend Follower 5 Minute System
-
asasa replied Aug 25, 2010What are you trying to compile? The mqh or the mq4 file? Can you please post a screenshot of the MetaEditor with the result of the compilation?
Trend Follower 5 Minute System
-
asasa replied Aug 19, 2010You are right, this is the way to go.
History Center - Import CSV tick data