- Search Forex Factory
- 778 Results (6 Threads , 772 Replies )
- mladen replied Apr 30, 2022
Guys, 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, 2022
Same 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, 2022
Generalized 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, 2022
Smooth 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, 2022
Check 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, 2022
Same thing as above but metatrader 4 version
Experiments - while waiting for an order to get closed
- mladen replied Apr 17, 2022
One 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 PS: when ...
Experiments - while waiting for an order to get closed
- mladen replied Mar 17, 2022
Include 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, 2022
In 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, 2022
Please check this post : url
Experiments - while waiting for an order to get closed
- mladen replied Feb 25, 2022
Yes, 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, 2022
Cold 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, 2022
Sorry, 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, 2022
I 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, 2022
I 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
- mladen replied Feb 8, 2022
As the name of the thread suggests : one more experiment RSI in different form : decomposed form. It might be a bit easier to follow the possible RSI signals this way - see the example and how this indicator compares to RSI (and it is RSI
Experiments - while waiting for an order to get closed)
- mladen replied Feb 2, 2022
Unfortunately that is not the only issue For gods sake, they are flooding code base with crap like the attached "indicator" (that creates one rectangle which is of no use at all, and after that it does nothing - absolutely nothing, and a load of ...
Experiments - while waiting for an order to get closed
- mladen replied Feb 2, 2022
Lately some people are having issues with ex5 files They get an "error" message that "this version is obsolete, recompile it" That "error" has nothing to do with the coder and has all to do with nonsense metaquotes is doing. Just one example : ...
Experiments - while waiting for an order to get closed
- mladen replied Jan 31, 2022
Add this : Comment(OrdersTotal()); to any indicator code you have
Indicator open order
- mladen replied Jan 22, 2022
That is not ema based cci The values of the 2 can not be the same as on your example, they have to have different values : So, even though they are similar (but just similar), they are not and can not be the same
Experiments - while waiting for an order to get closed