- Search Forex Factory
- 660 Results (3 Threads, 657 Replies)
- emmzett replied Nov 20, 2024
Build 1424 has been released on 04.10.2024: url Build 1425 has been released on 07.10.2024: url Build 1428 has been released on 28.10.2024: url Build 1430 has been released on 01.11.2024: url
- emmzett replied Oct 25, 2024
You don't need any VPN as a EU citizen. Just go to ictrading.com. It's the new international branch of ICMarkets. No restrictions for EU clients.
- emmzett replied Oct 12, 2024
You have a "Cleanup" option at the top of your thread. Select "Other", input "Move to recycle bin" and explain on the right that the thread is obsolete.
- emmzett replied Oct 7, 2024
No idea about MT5. Nerver used it. You have to investigate the update mechanism and somehow interrupt the update process, essentially so that MetaTrader thinks there was a download error. Usually playing with file/folder permissions works.
- emmzett replied Oct 7, 2024
If IC Markets doesn't offer newer builds there is no way to get them from there. Login to the MetaQuotes demo server to get new builds immediately. A different approach which I use: I have VirtualBox installed with an old terminal (build 1310) ...
- emmzett replied Oct 6, 2024
It seems you have a general mis-understanding how price is represented in bars, or you mis-understood what foreposters are trying to tell you. Take your buy condition: bool BuySignal = ... && Lo0 > Lo1 && ...; You can only expect valid signals if ...
- emmzett replied Oct 4, 2024
Erebus, you teached an old MT4 dog something new. Thank you for that :-)
- emmzett replied Sep 29, 2024
Usually, a self-generated symbol is always a synthetic one. You will only ever be able to trade the symbols offered by your broker, not self-generated ones. Since the calculation of a synthetic symbol is always based on a formula, you may construct ...
- emmzett replied Jul 23, 2024
Build 1421 was released.
- emmzett replied Jul 20, 2024
It can work. Let's say, it should. Please unzip the attached DebugView. Start it with admin rights (it doesn't need any installation), load the filter "include-rosasurfer.ini" (also in the ZIP file) and try to reproduce the error. Save the debug ...
- emmzett replied Jul 14, 2024
Another pure JavaScript implementation (no libraries needed) of 3D surface diagrams: url image
- emmzett replied Jul 9, 2024
MT4 supports custom symbols and also custom timeframes. It's called offline charts and you can feed/update them from the realtime data feed. The main difference to MT5 is that MT5 has a nice user interface to manage such symbols. In MT4 you need to ...
- emmzett replied Jul 9, 2024
The information you got is wrong. MT5 doesn't support custom timeframes in any way. Metaquotes intentionally removed that functionality to prevent traders from becoming profitable. If you need to work with custom timeframes you have to switch to ...
- emmzett replied Jul 5, 2024
You cannot use the MetaQuotes demo server or your broker for accurate history data. The data you get will always be incomplete and erroneous. In MT4 you can rewrite the history by yourself, in MT5 that's not possible anymore as MetaQuotes ...
- emmzett replied Jul 1, 2024
It was not Bernd a.k.a "7bit" who deleted his files. It was Google as they terminated their product "sites.google.com" for all users. Attached you find a ZIP file with a backup of the whole site formerly hosted at url . And a backup of his "Almost ...
- emmzett replied Jun 27, 2024
Regarding those recommendations: Not knowing what videos you watched, assumed they didn't solve the two issues explained in my previous post then they are quite lost. How to achieve stable/robust results then? The only way I can imagine is to find a ...
- emmzett replied Jun 27, 2024
Already wanted to post this in your other thread How often do you re-optimize but it "fits" better here: You are not. Curve-fitting is the result of two things: (1) using an inproper optimization criterion and (2) an invalid selection of the best ...
- emmzett replied Jun 23, 2024
Some explanations regarding the used abbreviations: punit: A "p-unit" (price unit) is an invention of mine and means "pip-or-point-unit". The idea is to make values better readable/understandable across different instrument classes. For Forex a ...
- emmzett replied Jun 23, 2024
For some reason I didn't subscribe to this thread, so I forgot it. Further I have no idea what I was thinking 10 years ago when I wrote "...unfortunately I cannot give away the full indicator...". Of course everything written by me is always ...