- Search Crypto Craft
-
mladen replied Apr 22, 2017Nothing to do with file sharing - sharing and flushing was done in the previous (old builds) of metatrader 4 too Check the "official" period converter at mql5 forum too (from here : url )- this part of the script if(hwnd==0) { ...
Offline chart price
-
mladen replied Apr 21, 2017If it is not updating, then the code that generates the offline chart is not sending correct events to the offline chart Check the offline data generating code - it has to be updated to the new builds of metatrader 4
Offline chart price
-
mladen replied Apr 20, 2017They have that issue (with Windows 10 Creators Update) Apparently it will be solved with the next update
All my MT4 scripts stopped suddenly. Anyone knows why?
-
mladen replied Apr 18, 2017If you do not plan to learn for years, chose some other coding language C (the basic C) has 32 keywords and yet you can count on a couple of hands how many good C coders are out there. Unlike higher level coding languages, you have to take care of ...
starting with c++ before mql.. how much c++ should one learn?
-
mladen replied Apr 17, 2017
Here is the "heatmap" version too (same as rainbow - except it shows only the slope colors in a sub-window) image Experiments - while waiting for an order to get closed
-
mladen replied Apr 16, 2017Averages rainbow - metatrader 4 version It can : use some of the 38 types of averages use some of the 22 types of prices draw up to 127 averages and is multi time frame image image image More can be found here : moving averages
Experiments - while waiting for an order to get closed
-
mladen replied Apr 15, 2017100s of different type oscillators It just depends on what exactly are you looking for
Any custom oscillators here?
-
mladen replied Apr 10, 2017Then you are on your own. Unless you can post the thing that is causing you issues, all further guessing would be a simple waste of everybody time All the best
indicator does not refresh
-
mladen replied Apr 8, 2017Accumulated RSI that uses : Floating levels Or quantile bands _____________________________ PS: since this indicator is rather an unknown (I guess that it is because without the usage of dynamic zones, floating levels or quantile bands, it is almost ...
Experiments - while waiting for an order to get closed
-
mladen replied Apr 8, 2017That is one of the first versions of CCFp renamed to that name Those first versions were coded that way (without any code optimization or logic optimization). Use some of the newer versions of CCFp instead
I will code your EAs and Indicators for no charge
-
mladen replied Apr 7, 2017Check your experts or journals tab of the terminal and you should find your issue there
indicator does not refresh
-
mladen replied Apr 7, 2017What you are describing is a symptom ... Without your indicator (either ex4 file or mq4 file) all we can do is make guesses. If you can not post either of those, than the best I can do, I already did(and I am repeating : you almost sure have a zero ...
indicator does not refresh
-
mladen replied Apr 6, 2017Almost sure that you have a zero divide error on terminal start. Check your code and prevent zero division
indicator does not refresh
-
mladen replied Apr 6, 2017
Posted the histogram version here : Volatility Quality Stridsman - histoExperiments - while waiting for an order to get closed
-
mladen replied Apr 6, 2017sixer As a first step to making the histo version, a "regular" version (with some extras compared to metatrader 4 version) was made and posted here : Volatility quality Stridsman
Experiments - while waiting for an order to get closed
-
mladen replied Apr 5, 20175 buffers (the rule of thumb is adding 2 buffers for each new color of the line to keep it non-repainting- that is for metatrader 4, metatrader 5 does not have that)
Experiments - while waiting for an order to get closed
-
mladen replied Apr 5, 2017Buffers must not exceed 512 Since non-repainting two color line must use 3 buffers in mt4, then yjr maximum number of averages would be 170
Experiments - while waiting for an order to get closed
-
mladen replied Apr 5, 2017That is the "regular" Volatility quality (the "Stridsman" version)
Experiments - while waiting for an order to get closed