- Search Crypto Craft
-
mladen replied Jul 19, 2017Delete the return(0); line The rest are warnings - they do not influence the work of the code
I will code your EAs and Indicators for no charge
-
mladen replied Jul 19, 2017Check here : Metatrader 4 build 1090 bug fix ...
Bollinger bands stops (new version)
-
mladen replied Jul 19, 2017It was posted here : Daily data ...
ATR or range calculator for 1 candle
-
mladen replied Jul 19, 2017Don't know which one did you try but ATR allows period 1 image
ATR or range calculator for 1 candle
-
mladen replied Jul 18, 2017It works What does not work as it should is metatrader 4 build 1090. Check here : Metatrader 4 build 1090 bug fix ... for an explanation how to fix that
NonLag inverse fisher transform of RSX
-
mladen replied Jul 15, 2017That ("optimizing" EA code to check open order on new candle instead on every tick) is not going to prevent "after running for a few hours, it went up to about 15% on average" issue. It will only delay it. Oh well : happy coding

CPU usage increasing over time
-
mladen replied Jul 14, 2017No. Nothing that you can do in the EA You could try reporting that to mq service desk, but do not hope too much from that : they usually ignore anything that they don't like (and what you are describing is a classical "leaking as bucket" case which ...
CPU usage increasing over time
-
mladen replied Jul 6, 2017The thing is that the code you attached is my code (without the link and copyright) As of the rest : please read my previous post regarding that issue and how mt handles fibo objects
I will code your EAs and Indicators for no charge
-
mladen replied Jul 6, 2017And you trade it from dusk till dawn?
I will code your EAs and Indicators for no charge
-
mladen replied Jul 6, 20171. Nice code - strangely familiar
2. Can not be done (you would have to change the way how fibo is drawn by mt and that you can not do)I will code your EAs and Indicators for no charge
-
mladen replied Jul 6, 2017These lines : SetIndexBuffer(0,ExtMapBuffer); SetIndexBuffer(1,ExtMapBuffer2); are not telling that you have 2 indicator buffers They are telling that the first buffer uses ExtMapBuffer and that the second buffer uses ExtMapBuffer2 How many buffers ...
I will code your EAs and Indicators for no charge
-
mladen replied Jul 3, 2017If you were "upgraded" to metatrader 4 build 1090, read this : Metatrader 4 build 1090 bug(s) fix ... . The chances are that you are going to need to apply that way of fixing quite often since there seems to be no intention to fix that
Indicator stopped working
-
mladen replied Jun 29, 2017What does that have to do with this thread?
Experiments - while waiting for an order to get closed
-
mladen replied Jun 26, 2017Tradestation code (can not be executed on metatrader)
Experiments - while waiting for an order to get closed
-
mladen replied Jun 26, 2017Try this It happens when a symbol does not exist on the broker - this should fix it
Experiments - while waiting for an order to get closed
-
mladen replied Jun 21, 2017Look for standard error bands (linear regression +- standard error) - not linear regression channel
Linear Regression Channel Indicator needed
-
mladen replied May 31, 2017As I told you on mql5 forum too : it is useless that someone else edits the indicator since there is nothing wrong with that code. The error is in metatrader 4 build 1090. Either revert to build previous to build 1090 or do the steps that I have ...
I will code your EAs and Indicators for no charge
-
mladen replied May 31, 2017Since MQ states that there is no guarantee that orders are sorted by time (regardless if you loop using tickets or position) you have to sort the orders and for that you shall have to fill the orders in some array that you shall then sort
I will code your EAs and Indicators for no charge
-
mladen replied May 28, 2017Dsl (discontinued signal line) stochastic experiment indicator using some of the 4 basic types of averages for calculation using 33 types of prices can use any price for any of the 3 required stochastic prices can smooth prices prior to stochastic ...
Experiments - while waiting for an order to get closed