- Search Crypto Craft
- 670 Results (3 Threads, 667 Replies)
- emmzett replied 8 hr ago
Please post the settings file you use for the EA. I can load it on a server and leave it running for a day. Until now it looks like an EA error to me. Indicator seems to signal and alert OK. We can narrow it down to: If an arrow appeared on screen ...
Need someone who can fix little bug on indicator
- emmzett replied 13 hr ago
After re-reading your post I assume you use the indicator with an EA. Is that correct? So you also want the indicator buffers for signals to update correctly? Are you aware that the issue may as well be with your EA? I have the indicator running on ...
Need someone who can fix little bug on indicator
- emmzett replied 13 hr ago
I did not check whether there are other logical errors in the code. So you expect the alert dialog to popup whenever a new arrow is drawn? Do you use default settings? Please post a .set file if not. First thing I see is that the indicator repaints. ...
Need someone who can fix little bug on indicator
- emmzett replied Feb 7, 2025
Drink a beer to my health and enjoy your wonderful country. :-)
Need someone who can fix little bug on indicator
- emmzett replied Feb 7, 2025
Fixed. Erroneous curly braces and the compiler silently ignored it. Caused the alerts to be skipped because some array vars weren't computed. file
Need someone who can fix little bug on indicator
- emmzett replied Feb 4, 2025
"config/terminal.ini" is re-read by the terminal each time the Fibonacci tool is used. MetaTrader therefore does not cache the most recent settings in memory, but reads them each time the Fibonacci tool is used from the file. This fact allows an ...
Fibonacci Settings
- emmzett replied Dec 26, 2024
What is the exact name? Where can we find it? Then it can be analyzed and converted to a free version.
A smarter way to measure volatility?
- emmzett replied Dec 16, 2024
To answer with Eddi Izzard: "This is not a game of wtf you should partner with us." video Let's talk :_)
Looking for an mt5 coder
- emmzett replied Dec 16, 2024
If that's the case the indicator you are using is wrongly coded. If it needs to be reloaded to correctly update values (doesn't matter which timeframe) then the indicator implementation is flawed. Also you have to consider that reading prices from ...
Issue with simple script
- emmzett replied Dec 15, 2024
You don't need a script to achieve what you want. Instead symlink your desired template to "Tester.tpl" before starting the test. I have symlinks for all templates I commonly use in testing. Before starting a test I just rename one of them to ...
Issue with simple script
- 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
MetaQuotes "This is the last MT4 upgrade"
- 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.
How To Access IC Market Global If EU Resident
- 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.
Can an EA hack your MT account?
- 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.
MetaQuotes "This is the last MT4 upgrade"
- 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) ...
MetaQuotes "This is the last MT4 upgrade"
- 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 ...
How to Deal with Bar0?
- emmzett replied Oct 4, 2024
Erebus, you teached an old MT4 dog something new. Thank you for that :-)
MT4 historical data download
- 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 ...
Trying to import rates data into MT4