- Search Crypto Craft
-
Kilian19 replied May 24, 2015If someone really wanted to do it you could get the indicator name and sub window using the following url url url afterwards you could parse the mql4 indicator file locking out for the "input" keyword and get the inputs datatypes as well as ...
I will code your EAs and Indicators for no charge
-
Kilian19 replied May 24, 2015I am busy today. I will take a look at this thread again tomorrow and reply to everything.
MyCodeCorner
-
Kilian19 replied May 23, 2015In this case you do not have to reinstall the terminal you can simply delete the indicator file and everything should work correctly again. I suppose it is working for the people posted above. At least no one else has contacted me so far that it ...
MyCodeCorner
-
Kilian19 replied May 23, 2015Already the first error tells us what is wrong. image . Usually the date drop list should be already included in the installation. image file -------------------------------------------------- To the date time I posted earlier When you added ...
MyCodeCorner
-
Kilian19 replied May 23, 2015Great I could help
That is because it is an indicator. Just put it in the indicator folder and you should be good. With the new changes to mt4 you can basically do everything in an indicator which you can do in an EA except trading and since you ...MyCodeCorner
-
Kilian19 replied May 23, 2015Its an EA I privately use which I won't share or make public I am sorry. While it's true that smaller time frames look really similar to higher time frames scaling a strategy up or down is not always possible. for example when you take in ...
Is there any EA that really works in a live account?
-
MyCodeCorner
Started May 22, 2015|Platform Tech|56 replies
I have been writing mql indicators for a long time now and while looking through my collection ...
-
Kilian19 replied May 22, 2015Currently got +65 pips on the core cpi save. lets see how much further down it goes. I just figured out that my computer clock was 6 seconds off due to incredible luck with my coin tosses a 40+ SLs was prevented because I haven't set my closer sl in ...
Central Banks & Big Players
-
Kilian19 replied May 22, 2015I don't know about this kind of program being available but it should not really be hard to create one. Where are the files located if it's within a mt4 file folder I could just create an indicator or EA for you if it's outside I would do it with ...
File Monitor Utility
-
Kilian19 replied May 21, 2015I had so much fun playing around with the mt4 gui classes that I decided to improve it a little bit. Here is a sneak speak: image I want to post a few usefull files I wrote during the years and am collecting and cleaning them up so be patient I ...
MT4 - Alternative price scale (does it exist?)
-
Kilian19 replied May 21, 2015If you talk about a set and forget EA you will have a hard time creating one of those. I became profitable with my EA trading once I decided to let the scalping and intraday trading aside and created a trend following ea in years of work which ...
Is there any EA that really works in a live account?
-
Kilian19 replied May 20, 2015I am using a white background during the day and for actual trading and late nights I use a black chart with green and red colors. While I don't want to discourage you from going live but if you really can't afford that much money be aware and you ...
MT4 Layout (and a little story about my beginning)
-
Kilian19 replied May 20, 2015Currently it is not possible to decompile these.
Question about Decompiling ex4 Build 600+
-
Kilian19 replied May 19, 2015Sure no problem. You are also able to change the width of the lines. Due to limitations of mt4 line styles other than the normal line do not work if the width is > 1. Gerne. Das ist ja mal etwas anderes als dauernd diese EA's die von Leuten ohne ...
MT4 - Alternative price scale (does it exist?)
-
Kilian19 replied May 19, 2015Okay here we go. I decided to create an indicator for this task so please put the file in the indicator folder. The adjustments are really smooth and I am happy about how it worked out. To make this look smooth you should disable the default grid on ...
MT4 - Alternative price scale (does it exist?)
-
Kilian19 replied May 19, 2015Looks like the signals are pretty random and I do not think that it's worth to sit in front of the computer to wait for it. You kind of have to automate it to make it "worth". I said I will only post once a week but since the signals are so rare I ...
Forex Candle Predictor - World's Best Prediction Indicator
-
Kilian19 replied May 19, 2015As this might be a handy tool I will take a look into it and post a version later today.
MT4 - Alternative price scale (does it exist?)
-
Kilian19 replied May 19, 2015Delete the first for loop Add counting++; at the end and you should be fine. Also not important but be aware that if you do order manipulation you should start at orderstotal like you did and not at 0. This will prevent errors from happening when ...
Code Help Regarding OrdersTotal
-
Kilian19 replied May 17, 2015myfxbook has an android app which can be configured to send you an alert prior to determined news events.
app/widget for FX event alert
-
Kilian19 replied May 14, 2015These should do the trick. url If you are working within an indicator you can always access those kind of arrays in the on calculate function without the need to copy them.
MT5 Previous Bar Hi-Lo