- Search Crypto Craft
-
mladen replied Sep 12, 2022Same thing as above just MT4 version
Experiments - while waiting for an order to get closed
-
mladen replied Sep 10, 2022Indicator based on TASC August 2022 issue by Vitraly Apirine : "The Linear Regression-Adjusted Exponential Moving Average" image Gray line is the "regular" ema, added to example as a comparison to the "Linear Regression-Adjusted Exponential Moving ...
Experiments - while waiting for an order to get closed
-
mladen replied Aug 25, 2022Use the newest version (from this post Yet another news reader... | Page 9 | Forex Factory ) It works as expected : image
Yet another news reader...
-
mladen replied Aug 16, 2022Use some of the already posted non repainting versions
How To Make Repaint Indicator To Not Repaint? Need Help!
-
mladen replied Apr 30, 2022Guys, please ... Without any intention to start any dispute (in the world that we live in, yet another dispute is the last thing we need), flooding the thread with some stuff unrelated to what was actually posted at this thread does not help anybody ...
Experiments - while waiting for an order to get closed
-
mladen replied Apr 25, 2022Same as the above 2 smooth step indicators - just made metatrader 4 versions
Experiments - while waiting for an order to get closed
-
mladen replied Apr 24, 2022Generalized version (which allows different orders of calculation) of the above indicator. The higher the order (max 16) the smoother it should be (but do not confuse it with average type of smoothing, this indicator has nothing in common with those ...
Experiments - while waiting for an order to get closed
-
mladen replied Apr 24, 2022Smooth step indicator (a way to normalize values into predictable ranges). It is a sigmoidal function that, in the way it is calculated, belongs to min/max normalization methods (usually called stochastic oscillator when it comes to metatrader). ...
Experiments - while waiting for an order to get closed
-
mladen replied Apr 18, 2022Check the ADXm of ADXm mode (after all : that is the reason for it's name) Also, please read the post where the mt5 version is described. I believe that you shall find all the necessary information of what exactly the experiment part in the name is ...
Experiments - while waiting for an order to get closed
-
mladen replied Apr 17, 2022Same thing as above but metatrader 4 version
Experiments - while waiting for an order to get closed
-
mladen replied Apr 17, 2022One more experiment ... ADXm that can use itself (ie: ADXm od ADXm) to filter out some false (color change) signals) that can happen when the original calculation is used. The lag is almost non existing and the results seem to be usable image PS: ...
Experiments - while waiting for an order to get closed
-
mladen replied Mar 17, 2022Include stdlib.mqh and use the : string ErrorDescription(int error_code); function for that Or see the stdlib.mq4 file in the libraries folder
Random Useful MQL4 Functions
-
mladen replied Feb 26, 2022In the spirit of "cooperation" here is a function (that you could have copied from numerous already posted codes) that is returning the price : double iGetPrice(ENUM_APPLIED_PRICE price, double open, double high, double low, double close) { switch ...
Decomposed RSI [reverse engineered]
-
mladen replied Feb 25, 2022Please check this post : url
Experiments - while waiting for an order to get closed
-
mladen replied Feb 25, 2022Yes, I saw what you are posting there and I saw what you are posting on this forum So, I shall repeat : please refer me to any code written (not modified) by you ------------------------- PS: for your information - the site you are referring to was ...
Experiments - while waiting for an order to get closed
-
mladen replied Feb 24, 2022Cold you please refer me to some of your publicly posted code? I mean : mql code written by you. Not limited time ex4 files I am not familiar with it ... maybe my mistake ... i would like to see what I missed
Experiments - while waiting for an order to get closed
-
mladen replied Feb 23, 2022Sorry, but, after seeing all that was happening to some of the mt4 compatible dll stuff that I have made public, I do not have any intention to make mt5 compatible versions of any of the mt4 dlls public too.
Experiments - while waiting for an order to get closed
-
mladen replied Feb 14, 2022I hope you don't mind using your post as a starting point for this post It is not directly connected, but in the end it implicitly is ----------------------------------------------- It has been told multiple times that repainting is a coding error ...
TMA+CG Mladen indicator problem - rewrite the indicator, please
-
mladen replied Feb 12, 2022I shall repeat once again and that concerns the first message of this thread : I have no intention to "fix" anything that resident pundits of any forum, changed in any possible way. Not my problem ... Here is a test EA coded by me that uses the ...
TMA+CG Mladen indicator problem - rewrite the indicator, please