- Search Crypto Craft
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Apr 25, 2008Marcin, here's the MQL4 function for MACD: iMACD(ccy,tf,12,26,9,PRICE_CLOSE,MODE_MAIN,i) where 12, 26 and 9 represent the fast EMA, slow EMA and signal SMA respectively (note: MT4's MACD uses a SMA rather than an EMA to calc the signal line - see my ...
Export to Excel
-
hanover replied Apr 24, 2008Version 1.24 is now available......... — The new version can be downloaded from Post #1 in this thread. It has been modified with a view to making the initial setup as automatic and user-friendly as possible. The main operational change is ...
FFcal - Plot News indicator
-
hanover replied Apr 23, 2008Dito, I was merely attempting to summarize the post. I'm not saying that I either agree or disagree with it. At the end of the day, it all comes down to percentages, IMHO. For example, a $20,000 loss is only 2% if you're trading a $1m account. ...
mama told me not to come, but what does she know
-
hanover replied Apr 22, 2008Is anybody having problems with version 1.23? — Hi everybody, I'm almost ready to release v 1.24, which addresses most of the enhancements requested by Pips4life (see prior posts). However, no matter how I try, I can't reproduce the crash ...
FFcal - Plot News indicator
-
hanover replied Apr 22, 2008Hi Kent, I'm definitely not the world's most experienced MQL4 programmer, but as far as I know, both you and Royce are correct. I agree that it seems strangely inconsistent that you can change an object name in MT4, but that the name (and also the ...
Help! Any easy way to rename or copy objects in an MQ4 indicator program?
-
hanover replied Apr 22, 2008Summary of initial post, assuming I understand it correctly: Don't start out undercapitalized. David
mama told me not to come, but what does she know
-
hanover replied Apr 21, 2008Hi Pips4life, I've implemented all of the changes that you suggested. Additionally, FFcal.EXE now jumps to the "Build.CSV" screen (or the "Initial Setup" screen, the first time it is run) immediately the program is run, i.e. it's as if F5 has been ...
FFcal - Plot News indicator
-
hanover replied Apr 20, 2008........ [/quote] Re the displaying of the folders into the dropdown box: this is working correctly with Win-98 (where my development tools are based), but not yet with Windows XP. I will fix this in version 1.24. David
FFcal - Plot News indicator
-
hanover replied Apr 20, 2008Hi Pips4life, Well, I've succumbed to the temptation to implement much of this, albeit in my own way, as I've tried to leave the existing functionality intact, so that existing users won't need to re-educate themselves. Hence I've added these as new ...
FFcal - Plot News indicator
-
hanover replied Apr 20, 2008FFcal.EXE v 1.23 is here........ — The new version can be downloaded from Post #1 in this thread. It adds the following features: 1. The bug discovered by Pips4life (see below) has been fixed. 2. Automatic setup facility, for first time users, ...
FFcal - Plot News indicator
-
hanover replied Apr 18, 2008Hi Pips4life, By a poll, I meant that you could concisely post your suggestions here, and simply ask for a ‘yes’ or ‘no’ response from existing users. However, I don’t really want to change things around too much if I can help it, for fear of ...
FFcal - Plot News indicator
-
hanover replied Apr 17, 2008Thanks for your feedback — Hi Pips4life, Thanks for your comments. Ordinarily I’d be happy to implement many of your suggestions, when I get some spare time. However, from feedback that I get, I believe that there could be as many as 100 ...
FFcal - Plot News indicator
-
hanover replied Apr 16, 2008Yet another approach to the time zone settings — Here's an even easier way: 1. To establish current date/time of FF calendar (i.e. New York), go to: url See Image #1 below. 2. To establish your MT4 broker's date/time, go to any 1 minute (M1) ...
FFcal - Plot News indicator
-
hanover replied Apr 15, 2008I’ve been involved in the software development industry since 1979, and I’ve been caught up in plenty of ‘who owns the source code?’ type scenarios. Where I live (New Zealand), the legal position is ultimately determined by the license agreement, ...
Note to people needing a coder
-
hanover replied Apr 15, 2008FFcal.EXE timezone parameter setup — Hi everybody, In response to requests like the one above, I have created the attached XLS. Hopefully the instructions embedded within it are easy enough to follow. I really don't believe that I can make the ...
FFcal - Plot News indicator
-
hanover replied Apr 15, 2008Sorry, I missed answering this point in my previous post. The error suggests that Plot_News was unable to open the news.csv file. I suspect that it's most likely caused by Plot_News being unable to find the file. It must be named news.csv and exist ...
FFcal - Plot News indicator
-
hanover replied Apr 15, 2008Hi Pips4life, Thanks for your post! First some general comment, as a reminder to everybody: Plot_News/FFcal.EXE was originally created for my own use, and being a programmer, it is arguably not very user-friendly. The absolute bottom line is that ...
FFcal - Plot News indicator
-
hanover replied Apr 15, 2008Hi Jodie, There are two parameters in FFcal.EXE that might need to be adjusted. Download the attached XLS. 1. Calculate how many hours your broker's MT4 time is ahead of GMT. a) To find out what the current time in MT4 is, press Ctrl-M to bring up ...
FFcal - Plot News indicator
-
hanover replied Apr 15, 2008Only saw this now. Sorry about the delay in replying — Soul, if I understand you correctly, when you press F9 in FFcal.EXE, you can see the news events, but they are not being output to news.csv. This means that the parameters in the lower ...
FFcal - Plot News indicator