- Search Metals Mine
-
Kilian19 replied Dec 19, 2012There is an option to let MT4 & MT5 run as a DDE server.
MT5 beginner issues
-
Kilian19 replied Dec 19, 2012I am very interested please keep us updated. I have some minor java experience as well so I might be able to follow you in some cases

MT5 beginner issues
-
Kilian19 replied Dec 19, 2012They put a lot of work into Mql5 nd it is object orientated. You can import all windows c++ or java dlls. I don't think that there is a lot you could leave out to make the whole process simpler. You need all the mathematics expressions and the ...
MT5 beginner issues
-
Kilian19 replied Dec 16, 2012Have you ever traded it on a real account? I don't think that you will get filled for a good price and when you get filled you will have to pay really high spreads.
Trading the news with perfect timing trading system
-
MT5 beginner issues
Started Dec 16, 2012|Platform Tech|11 replies
This is my first attempt to write a code in mql5 and there are a few issues I am facing. I ...
-
Kilian19 replied Dec 12, 2012Does it make a difference if you go long 2 lots in 1 currency or 1 lot in 2 currencies? You still pay spread for 2 lots how you divide them doesn't make a difference or am I mistaken?
Correlation - Good Way to Trade?
-
Kilian19 replied Dec 11, 2012Breaking the problem down. I am not able to create a single valid bar. Here is the most simple code I can write but it still outputs the same error. Where is my mistake? #property indicator_chart_window #property copyright "" ...
Period Converter / Offline Charts and USD EUR Index
-
Kilian19 replied Dec 11, 2012The problem is not how to get into a trade. That actually doesn't really matter too much. Yes it is important but the most fatal mistakes happen while managing your trades. Humans just tend to close positions at the wrong time so it doesn't really ...
Reverse your trades = Profits
-
Period Converter / Offline Charts and USD EUR Index
Started Dec 10, 2012|Platform Tech|1 reply
I would like to create an offline chart of several different main currency indices. I don't ...
-
Kilian19 replied Apr 28, 2012I haven't found any good page to learn mql4 yet. Just try to programm stuff on your own and you will learn how to do things. If you got a question feel free to ask. The mql4 documentation is really helpfull when you are searching for a specific ...
coding help (open order only on the 1st break)
-
Kilian19 replied Apr 27, 2012url if(Close[0] > iBands (...) && Trade) { OrderSend(Symbol(), . . . . .); Trade = false; } else if (Close[0] < iBands(...) && Trade) And then Check if Trade is false and when to put it to true again. maybe something like this. double Upper = ...
coding help (open order only on the 1st break)
-
Kilian19 replied Apr 5, 2012Mhh this is too coplicated I suppose. But it will work. Take a look at MathCeil and MathFloor
EA Math Logic-Help
-
Kilian19 replied Mar 31, 2012What EA and settings are you using to get these results? I want to take a close look into it and if needed modify the code.
SWB Martingale EA
-
Kilian19 replied Mar 15, 2012If you use Renko Live Charts v 3.2 (whatever version is the newest one) there is an option to emulate online charts. There is no need to call the start function from the init function. As much as I know mql4 doesn't support an inifnite recursion ...
Please help with this EA for offline renko charts
-
Kilian19 replied Mar 12, 2012bump I just wanted to know at what point of programming you have gotten so far
? keep up the good workSwingSpot-Reloaded!
-
Kilian19 replied Mar 9, 2012I had one EA written for this strategy but since he managed to solve most of the issues I decided to take it out so people visiting this thread won't get confused.
simple trend method EA request, will pay
-
Kilian19 replied Mar 8, 2012Just some words of advice. I used to be all into martingale and I programmed a lot of EAs for those of strategies including this one. It might work for the first time but you will blow up your account before you reach the 100% gain. Modifying the SL ...
Simple Hedging
-
Kilian19 replied Mar 7, 2012minimizing the target will result in smaller gains and bigger losses. To cover this you will start to use smaller SLs which will result in more losses in a row. Just trust me it wont't work.
Simple Hedging
-
Kilian19 replied Mar 7, 2012any kind of martingale is going to blow your account sooner or later. That's it!
Simple Hedging