- Search Crypto Craft
-
Kilian19 replied Feb 10, 2015you need to provide the mql4 file and you should state what changes you would like to be made to the code.
SSSR_v3_EA Journal
-
Kilian19 replied Feb 6, 2015Thanks this could come in handy some day
A fixed script for importing data from Yahoo finance to MT4
-
Kilian19 replied Feb 3, 2015I am looking into stock market trading for about 6 years and into forex/futures for roughly 5 I think. (with a few breaks in between) It's about staying in the game once the market does not happen to be in your favor. I am really really happy if I ...
How many on here have been traders for at least 5 years?
-
VPS | External Server | EA setup
Started Feb 3, 2015|Platform Tech|6 replies
I am just wondering where you guys host your code and how you secure it against certain risks ...
-
Kilian19 replied Feb 3, 2015He already told you how to do it. You can either just remember the last traded direction or look into the history of the client this will guarantee you, that it will also work after a restart of the terminal. //feetch direction for(last orders) { ...
Need help with coding
-
Kilian19 replied Jan 22, 2015Here is how I did it. It's probably not the best way to do it but it achieved everything I wanted it to do: I am not a fan of all those weird dll calls. I was never really successful using named pipes in java (even thought that might be the clean ...
MT4/5 and C++ or Java interface
-
Kilian19 replied Jan 3, 2015Happy new year and thank you for your contribution so far.
Pair Strength Analyzer indicator
-
Kilian19 replied Dec 26, 2014I am really interested in Hedge and Correlation Strategies read this thread and a thread at aktienboard and have put a lot of time into analyzing correlation strategies. The problem I faced with them is that even though currencies are correlated ...
Hedge and Correlation Strategy
-
Kilian19 replied Dec 20, 2014would you be so kind and provide the mql4 files of the indicators presented? It enables us to try around with small modifications and to look at what actually happens there
.Renko Bounce Trade
-
Kilian19 replied Dec 9, 2014I am also interested in machine learning and I have read probably almost all accessible papers on NN and SVM implementation for financial predictions. Just a heads up, a lot of papers are written about prediction of indices and me trying to apply ...
Machine Learning with algoTraderJo
-
Kilian19 replied Nov 16, 2014an idea would be to disable all not needed pairs in the market view. This should lead to mt4 not attempting to download the current feed of those pairs. Usually the internet usage of metatrader isn't that high though. The only occasion I experienced ...
Data usage from MT4
-
Kilian19 replied Nov 6, 2014sneaky sneaky
Entry and exit rules are always really interesting to look into but in my opinion money management is the most important part of any trading strategy. I will get some more in research in regards to account compounding and risk ...As simple as possible: 00 level trading
-
Kilian19 replied Oct 27, 2014Yes I am using build 711. I had a feeling that similar code used to work in the past. I will just swap to an older platform for the moment.
AccountBalance in visual backtester
-
AccountBalance in visual backtester
Started Oct 27, 2014|Platform Tech|3 replies
I haven't used mql4/5 for a long time and wanted to write an indicator to show me the ...
-
Kilian19 replied Sep 8, 2014That means you want the last closed bar's ash value (as well as the current open ash value) to be in the direction of the trade?
As simple as possible: 00 level trading
-
Kilian19 replied Sep 3, 2014The creation part is really really clear. Probability calculations is another thing to be honest. Sounds straightforward but there are just a gazillion small different way about how to do that and that is true for every step in the logic. I stopped ...
Fractals, ZZ & the Pissing Dog
-
Kilian19 replied Sep 3, 2014I didn't know what kind of arrow you wanted to have so I just put a simple arrow on the chart which shows the direction of the current bar (or did you want to have an arrow over the candle where it shows the change of the indicator?). I have not yet ...
As simple as possible: 00 level trading
-
Kilian19 replied Sep 2, 2014Rm up is already exhausted so probably no trading today. Do you have any rules how you handle those situations if the market already spiked that early during the day? For now I would stay away but just because I am inexperienced with this method.
As simple as possible: 00 level trading
-
Kilian19 replied Aug 9, 2014I actually have 4 colors on the chart. The red arrow means that the signal will be down starting next bar and blue vice versa (drawn at the end of the bar). I mark the actual fractal of every leg I try to predict (cyan box) which is 1 bar before or ...
Fractals, ZZ & the Pissing Dog