- Search Crypto Craft
-
Kilian19 replied Jun 3, 2015If you use EventSetTimer and the OnTimer Event you don't need to wait for ticks to arrive anymore to process code in an EA allowing you to execute your logic at the second you specified. url .
AmazingEA: Straddle Trading Expert Advisor
-
Kilian19 replied Jun 3, 2015I can contribute criticism a lot of people don't want to hear. We are pretty good at analyzing market cycles aren't we lets analyze the system thread lifetime cycle found here at ff. If we take a look at any strategy proposed during the past years ...
Forex Master Trillionaires Club
-
Kilian19 replied Jun 2, 2015And here we go. Let the indicator and filter madness begin!

Forex Master Trillionaires Club
-
Kilian19 replied Jun 2, 2015Do we really have "enough prove"? This is an backtest of this ea starting 2010. You see that you make no money for 4 years in a row. Everything beneath a 30.000$ account would have blown using the minimal size of 0.01 lots. I am not sure if everyone ...
Forex Master Trillionaires Club
-
Kilian19 replied Jun 2, 2015Isn't that an ordinary trailing stop?
Trailing stop EA for both profit and loss
-
Kilian19 replied Jun 2, 2015May I ask how you trail profits? If you do it as you trail an SL you tp will never be reached as it just gets trailed more and more. An illustration would help but currently no one knows exactly what you want.
Trailing stop EA for both profit and loss
-
Kilian19 replied Jun 2, 2015Increasing calculation power is the very last measure you should take. The true calculation decrease comes in optimizing the algorithms. You can see the effect of algorithm optimization really nicely if you try to calculate a Fibonacci number ...
Any tips for a faster executing EA?
-
Kilian19 replied Jun 1, 2015I am sorry for the mistakes I made there.
Would you be so kind and try this version? For me it is working....MyCodeCorner
-
Kilian19 replied Jun 1, 2015Okay I fixed it for now. cja proposed a single line fix via pn which seems to work perfectly. Thank you for that. I will upload the new version in a second. I do not know what I clanged in the during the version that this bug occurred but good catch ...
MyCodeCorner
-
Kilian19 replied May 31, 2015EDIT: nvm you already defined draw section at the beginning. It's really hard to read code like this.
Straight Lines indicator
-
Kilian19 replied May 31, 2015Edit: Never mind abokwaik seems to be working on it. ------------------------- As I already stated: I am willing to code you every ea you want for free with fancy dll calls, gui and everything the mql4 language is able to achieve but please give me ...
Forex Master Trillionaires Club
-
Kilian19 replied May 31, 2015I will take a look at everything tomorrow. I just returned from holiday and weekends is dedicated to trade preparation for next week. But I am afraid that I might not be able to change what you are requesting. Mt4 only allows us to draw chart ...
MyCodeCorner
-
Kilian19 replied May 31, 2015if you want to trade news you should not use a stealth tp as the ea will need time to send the actual stop loss order to the broker resulting in unnecessary slippage. Do some reading on the topic price time priority. Even if this does not apply to ...
Need help with pre-news hedging EA
-
Kilian19 replied May 25, 2015Okay. I will be gone until the end of the week and and be a bit busy after that but during the next week I will implement the pseudo trade feature and release it here. Happy trading.
MyCodeCorner
-
Kilian19 replied May 25, 2015Oh there might have slipped something when I cleaned up the code. I will take a look at it again and upload a revised version later this night
In the meantime you simply could delete line 262 and it might work. No time to chekc right nowMyCodeCorner
-
Kilian19 replied May 25, 2015I will put up the new version PA Backtester version in a second. image Here I will attach the old original version if for some reason the new one does not work. (I reached the upload limit for the first post). Please read the change log for an ...
MyCodeCorner
-
Kilian19 replied May 25, 2015Arbitrage is not possible for the retail client using different mt4 accounts as the difference is really small. I have put enough time into this subject to tell you this. Latency arbitrage, if done profitably will result in your account being ...
Is it possible to overlay another broker's quotes in mt4?
-
Kilian19 replied May 25, 2015That is a pretty good idea. I haven't thought about it since I mostly do not use indicators with indicator windows but I will see what I can do to resolve this issue. We will have to create a label for every sub window we have but it's defiantly ...
MyCodeCorner
-
Kilian19 replied May 25, 2015Yes I have been able to run a batch file from mt4. DLL imports have to be allowed. url #import "shell32.dll" int ShellExecuteW(int hwnd,const string Operation,const string File,const string Parameters,const string Directory,int ShowCmd); #import ...
File Monitor Utility