- Search Forex Factory
- 652 Results (3 Threads, 649 Replies)
- 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 ...
- emmzett replied Jun 20, 2024
Over the last 15 years I probably tried every retail platform available. Starting with a life-time license for NeoTicker, then NinjaTrader, then MultiCharts, finally found MetaTrader 4. In between I tried SierraCharts (my second best choice after ...
- emmzett replied Jun 13, 2024
The shorter the trading timeframe the shorter the optimization period and the re-optimization intervals. For simplification you may use general statistics: For a test result to be statistically significant it should cover at least 100 trades. You ...
- emmzett replied May 14, 2024
Forget about Wine. Yes, you can make it work. But not to a degree that it will make you happy. I'm a Linux guy and over the years my experience with Wine is mixed. MetaTrader is not a standard Windows application. Today you can make it work on Wine. ...
- emmzett replied May 12, 2024
Would setting ObjectSetInteger(chart, object, OBJPROP_SELECTABLE, 0); of the affected objects help to work around your issue? Such an object can't be selected. Without selection it can't be deleted and so it can't be un-deleted. You wouldn't have to ...
- emmzett replied May 12, 2024
Also add this snippet to your C:\Windows\System32\drivers\etc\hosts file: 127.0.0.0 api1.mql5.com api2.mql5.com api3.mql5.com api4.mql5.com api5.mql5.com 127.0.0.0 api6.mql5.com api7.mql5.com api8.mql5.com api9.mql5.com api10.mql5.com 127.0.0.0 ...
- emmzett replied May 12, 2024
- go to "users/<user-name>/AppData/Roaming/MetaQuotes" - delete folder "WebInstall" - open the properties of folder "users/<user-name>/AppData/Roaming/MetaQuotes" - go to the "Security" tab, click "Advanced", click "Change Permissions", click "Add" ...
- emmzett replied May 9, 2024
Hi. Your idea is a variant of the tunnel trading system. This idea was modified and reinvented countless times, probably the most famous example (the origin?) is the Vegas H1 Tunnel method. While I didn't look through your code I can tell you that ...
- emmzett replied Apr 10, 2024
Currently I'm working on something very similar to your proposal. My intention for the ZigZag EA was a bit different. I was aware that an "always in the market" setup can't be profitable. But I can see an interesting pattern: Whenever ZigZag ...