- Search Crypto Craft
-
mladen replied Oct 2, 2019Use the latest version posted not the one from the first post (FF changed the source of data in the meantime)
Yet another news reader...
-
mladen replied Sep 11, 2019Zero divide error can not happen in line 191 of that code (there is no division at that line at all, neither it has 49 chars) Check the code that you actually use for errors not the code that you posted
Need help to solve "zero divide error"
-
mladen replied Sep 5, 2019Not possible - since I did not post it as mt4 file
Experiments - while waiting for an order to get closed
-
mladen replied Sep 1, 2019And I also told that it is not possible to do that using metatrader 4 (and I told that over and over, multiple times and on multiple forums ...)
Experiments - while waiting for an order to get closed
-
mladen replied Sep 1, 2019
As MD told : you are addressing wrong people. I am not a part of that site for at least 2 years. If you have opposite impression than ask your self why and then address the question to the source of that wrong impressionExperiments - while waiting for an order to get closed
-
mladen replied Aug 31, 2019That can be done in mt4 too, but as we all know, in mt4 we can not make the indicator use previous indicator data as a source for prices
Experiments - while waiting for an order to get closed
-
mladen replied Aug 31, 2019MD you are losing me What is "pid"?
Experiments - while waiting for an order to get closed
-
mladen replied Aug 31, 2019Continuation of the "need for speed" series ... The execution speed of digital filters indicators is usually depending on the number of coefficients used to calculate values. Not in this one - not any more. You can chose to display : FATL - Fast ...
Experiments - while waiting for an order to get closed
-
mladen replied Aug 27, 2019It will work the same as, for example, built in moving average. If the custom indicator has a continuous first buffer, it will work OK, otherwise it will not. That is in the way how some custom indicators are made, not in the way how this indicator ...
Experiments - while waiting for an order to get closed
-
mladen replied Aug 26, 2019Some time ago I was asked if an optimized non lag ma can be made. I answered that due to the nature of non lag ma (it is looping over certain set of values over and over) it can not be done. Well, I was wrong ... This is an optimized version (for ...
Experiments - while waiting for an order to get closed
-
mladen replied Aug 14, 2019But then it can look like this too
image Experiments - while waiting for an order to get closed
-
mladen replied Aug 9, 2019Anything newer than 10 years as basis code
See the "Copyright
2006" in some of the code still used - people we have (or at least I hope) changed a lot since thenHull Moving average
-
mladen replied Aug 9, 2019Why don't you use some of the new - correctly coded - versions of indicators that will not repaint? The old multi color line indicators (like the TSR and MA in Colour) will repaint
Hull Moving average
-
mladen replied Aug 1, 2019You can not change it (it is an ex4 file) In any case, I think that the best way to use future macd is not assessing the slope change, but the macd to signal line cross - like this : image You shouldn't watch the slope, too much noise in that (the ...
Quantile bands...
-
mladen replied Jul 11, 2019That is just another way of displaying ZigZag Attach ZigZag with ZigZagDepth,5,3 settings and compare the two
Super levels - help with alerts
-
mladen replied Jul 2, 2019
Just out of curiosity : do you really expect an answer to that (I mean the "Can you teach me" part)? The short version of the answer : sit down, learn to code and in a couple of years you shall do that on the fly ... but then : you already ...Converting mq4 to mq5
-
mladen replied Jun 16, 2019Use FileSaveArray() and FileReadArray()
Plotting an array of values to the screen from an EA