Clerin
Clerin
Friends

Add friends via their profile or user search and you will be able to see if they are online

Clerin
Registered at MQL5.community
Clerin
Added topic Is it still possible to publish articles in the MT4 space?
I wrote an article and submitted it for publishing on this MT4 site over six months ago. Since that time is has just sat there with the "ready for publishing" sign, but no messages or responses from admin. I think that it is the admin which is
Clerin
Added topic Is it possible to change the stoplevel?
Is it possible to edit the stoplevel of any symbol to your own chosen value? There are plenty of articles discussing how to alter the spread values, but I can not find an answer for how to alter the stoplevel values. I am assuming that the answer is
Clerin
Added topic Indicator Sliders
After submitting this indicator to the mql4 codebase 3 months ago, it is still  "under proof reading by moderator", with no comments or responses from them yet. I'm just going to post the indicator here so that people can actually get some use
Clerin
Added topic Problem with backtest premature completion
The backtests I am running over long periods are apparently not running to the full period specified in the strategy tester input. I can not think of any reason why this might be occuring. I have tried everything I know. Does anyone know what might
Clerin
Added topic Problem with indicator loading and removing during backtests
I am backtesting on two terminals simultaneously. I updated the EA on one terminal, and then copied it to the other and re-compiled it there as well. Both terminals are loaded with the relevant indicators. Both terminals have identical history data
Clerin
Added topic MinLot and LotStep problem during backtest: SOLVED
This is an answer, rather than a question. I searched for an anwser for my question and all I found were threads started by other people asking the same question, with no complete answer. I think I solved the problem I was having - so here is the
Clerin
Added topic Skipping useless optimization passes. Possible?
Is there a way to skip any given pass of an optimization before that pass is completed? For example, if the relative drawdown % of a pass is too high at any point in that pass, then it is a waste of time to continue to the end of that pass, and it is
Clerin
Added topic Complicated conditionals (selecting lines of a conditional using extern variables)
Is it possible to “selectively use” lines of a conditional, based upon whether certain external boolean variables are TRUE or FALSE? (I’m not even sure what to call this problem, so it has hindered my attempts to find an answer by searching so far
Clerin
Added topic Some double values invisible during cycle?
I am having a problem where double values are seemingly being ignored during the execution of a cycle. I have tried many ways to fix it, but I just can't see a solution. Can anybody else see what is wrong here? Am I going crazy?!? This is a
Clerin
Added topic Avoiding zero divide?
I know that the zero divide error occurs when you try to divide something by zero. I'm not going to start asking people to look through my code for me, but I wondered if there are any good strategies to avoid or locate zero divides? This must be a
Clerin
Added topic Does ObjectGetShiftByValue() work with vertical lines?
Is there any way to get ObjectGetShiftByValue() to work with vertical lines , or am I wasting my time trying? I just keep getting the return value of -1, and the error code 4205 (ERR_OBJECT_COORDINATES_ERROR, Object coordinates error). I'm guessing
Clerin
Added topic WindowTimeOnDropped() or similar for indicators?
Does anyone know whether there is something similar to WindowTimeOnDropped() for indicators? (I know that WindowTimeOnDropped() is for scripts or experts only). I would like to use the info from the bar I dropped the indicator onto in the
Clerin
Added topic ZigZag - maximum number of bars it can repaint?
Does anyone know if there is a maximum number of bars beyond which the default MT4 ZigZag indicator will not re-paint? After spending a full day trying to understand the code for calculating ZigZag, and reading all the posts I can find, I think I am
Clerin
Added topic ERR_TOO_MANY_REQUESTS (Error: 141). Too many requests per what?
Too many requests per what? Does anyone know anything more specific about error 141 than the rather tautological information here: https://docs.mql4.com/trading/errors ? ERR_TOO_MANY_REQUESTS 141 Too many requests. The frequency of requesting must be
Clerin
Added topic TimeCurrent() vs. TimeLocal()
Does anyone know of any reason NOT to use TimeLocal() when filtering trade signals? My broker just changed their time zone (now GMT+n), and I live in the GMT time zone. Rather than me making adjustments for their new time zone by adding an offset to
Clerin
Added topic Is MT4's default stoachastic indicator wrong?
Hi, I have found a few pages around claiming that the default stochastic indicator for MT4 is incorrect. Is that REALLY true ??? Is there a broad consensus on the issue? I could not find enough people talking about this to be completely satisfied
Clerin
Added topic Retrieve external variables?
When you attach an EA to a chart or start a backtest/optimization, then the list of external variables for that EA gets printed to the terminal experts tab or strategy tester journal tab (respectively) under the entry title of "inputs"