- Search Energy EXCH
-
Halley replied May 14, 2014I think it is very hard to enter the trade by hand on the M1 or tick chart, whatever your discipline is. The price is mostly gone when you get into the trade. I trade mostly using robots, so I am usually trying to find out the optimal chart type for ...
Trading 1 minute or less time frame realistic?
-
Halley replied May 8, 2014Thank you very much, it is piece of cake for me now. I revealed this thread a while ago and I was lost where to start. I am familiar with RB, just have not found the full description of your system at first glance, so I asked.
Constant Range Bars and ideas!
-
Halley replied May 8, 2014Hi Zokynho, interesting thread, I went through it, and it seems promissing. Just I am confused, what exactly you call a trading signal. It is very probably distributed in multiple posts, but I am not able to gather all defined conditions. Some of ...
Constant Range Bars and ideas!
-
Halley replied Apr 27, 2014That is very welcome. Reliable testing tool is really missing. Is it working just for Renko, or for any chart? So far I have been using a modification of the url which was automated using the free script. But the simply copied chart is not quite ...
Renko Block Charts
-
Halley replied Apr 27, 2014Not sure what you mean.. do you perform tests of custom EAs?
Renko Block Charts
-
Halley replied Apr 27, 2014Could you look for a clue in the ...MT4\Logs files and search for lines having "LiveUpdate" and "error" if any? Lately, the update attempts to replace the terminal.exe file, even if still open.
MT4 shuts down after installing Windows update
-
Halley replied Apr 9, 2014It is not only possible, it is used quite often, as "Tick" charts or "Constant volume" bars. In case you use the Metatrader 4, it needs a generator. Search Google to get it: url
Building Volume Candles
-
Halley replied Apr 6, 2014Sure, the correct answer is "change the short name", does not matter when. But it is not the problem. The problem that OP has, is that there is no framework how to propagate the error to a higher program level to take care of it there rather than at ...
mql4/mql5 error handling
-
Halley replied Apr 6, 2014What question are you asking? If I am sure that There is not = is missing? Yes, it used to be like that. But no problem, you have the right to think the other way round. Not sure how FIFO helps you to find the indicator that you want to kill. Could ...
mql4/mql5 error handling
-
Halley replied Apr 6, 2014The exception handling is missing. ChartIndicatorDelete() seems like a good candidate for a final executor, but still there should be logic, that controls if the indicator could recover from exception. ChartIndicatorDelete() is still not bulletproof ...
mql4/mql5 error handling
-
Halley replied Mar 31, 2014Sure. Actually I do not trade Renko, but other offline chart from the same source.
Renko Block Charts
-
Halley replied Mar 31, 2014I am a noob with Renko, but it seems this script is not a pure Renko, but rather a mod. I tried to compare to a commercial Renko script, which was available for a trial, and it looks a way different: image
Renko Block Charts
-
Halley replied Mar 24, 2014Probably. The trouble is that the libraries which you talk about were created by MQ. They are not common standard. About 3 months ago I looked into them once and what I found was annoying. I avoided them entirely. Perhaps we may create own simple ...
Learn New MQL Coding
-
Halley replied Mar 23, 2014That is what came to my mind as well. No queries about OOP but rather coding requests.
Learn New MQL Coding
-
Halley replied Mar 19, 2014It was definitively in the 509- since more than a year ago. I found some old indicator showing the real ask/bid, but unfortunately I cannot find source.
MT4 Bid/Ask incorrect in chart?
-
Halley replied Mar 10, 2014The screenshot displays either some modified Renko, or it is defective. 1. Every turning brick (brick in opposite direction than the previous one) must leave a wick, which forms a local extreme. It is apparently 3 (perhaps 4) times broken in the ...
Renko for MT4 build 600
-
Halley replied Mar 6, 2014Very nice work, I bet you have been teaching the OOP! I noticed a detail - you use different syntax for passing objects as parameters, which I did not even know it was possible with the MQL4. Either I missed it in the beginning, or it did not work ...
Learn New MQL Coding
-
Halley replied Feb 23, 2014Excellent approach. I have been thinking about a simple script, that would scratch anything from the include folder (files and folders), if it did not belong to the SVN repository. Yet no clue how to do it.
Bug reports for MT4 build 600+