- Search Crypto Craft
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Nov 1, 2020Sounds promising. Hope the testing goes ok.
Thanks for the info. I haven't looked at AutoIT before so everything is news to me. I don't understand how web browsers work 'under the bonnet'. I'm an old COBOL / C / RPG II programmer who hasn't done ...Plot News / Downloader version 4.00
-
hanover replied Nov 1, 2020I am sorry sir, but I am no longer performing coding requests. Time is more important to me than money. If you are willing to pay, there are hundreds of MQL4 programmers who would be happy to do the work. But I would try the "I code for free" thread ...
Hanover replies to PMs
-
hanover replied Oct 30, 2020Hello sir, It is Plot News, not the Downloader exe, that points to the XML page. The only way I've been able to get it to work is as follows: 1. If you want the news 'billiard balls' (actually I think they're more like 8-ball pool balls
) to ...Plot News / Downloader version 4.00
-
hanover replied Oct 30, 2020Hello sir, Yes, both of your requests can be done. However, I'm sorry, but I'm no loner performing coding requests. You could try posting on one of the "I code your indicators for free" threads. I hope that you can find somebody who can help you.
Hanover replies to PMs
-
hanover replied Oct 30, 2020I wrote Plot News for my own use (it's been through four different incarnations since 2007), and during a period where I had plenty of spare time on my hands, and it didn't take much more effort to share it. URLDownloadToFile is AutoHotKey's only ...
Plot News / Downloader version 4.00
-
hanover replied Oct 27, 2020Many thanks for your replies. I ran the downloader app on a Windows 10 laptop, and instead on downloading the news webpage HTML, it returns a file with the following text message: Please enable cookies. One more step Please complete the security ...
Plot News / Downloader version 4.00
-
hanover replied Oct 27, 2020Thank you sir for the info. The downloader uses autohotkey's URLDownloadToFile command to download the FFcalendar as a HTML file, then it parses the HTML using a series of regular expressions to extract the relevant fields (date, time, currency, ...
Plot News / Downloader version 4.00
-
hanover replied Oct 26, 2020Hello sir, It won't be the FF format. But I don't know why the news.csv file would be getting deleted. Here is what happens on my computer (don't tell Microsoft, but this computer is running Windows 7). This screenshot was taken just before I set ...
Plot News / Downloader version 4.00
-
hanover replied Oct 26, 2020All files needed are in zip attached to post #1. Step by step instructions in post #38.
CSM indicator (hanover)
-
hanover replied Oct 26, 2020I haven't been able to reproduce the error. Downloader appears to be working fine on my PC; when 'Weeks/months to download' was set to -2, it generated the attached 'news.csv' file. I've recompiled the app and uploaded a new zip file to github. Also ...
Plot News / Downloader version 4.00
-
hanover replied Oct 23, 2020Hello sir, I found the attached indicator in my archive. It does some of the things that you're asking. It will plot arrows when either (i) the two MACD lines cross (set CrossoverType** to 3) OR (ii) the MACD line crosses the zero line (set ...
Hanover replies to PMs
-
hanover replied Oct 19, 2020I'm no longer doing coding requests. I've attached the latest mq4 file, if anybody wants to look at it.
Spaced Lines (v 3.0) indicator thread
-
hanover replied Oct 19, 2020The programmer does not supply source code hence I can not see how it works (or try to figure out why it doesn't work). I am no longer doing coding requests.
Hanover replies to PMs
-
hanover replied Oct 18, 2020You would need to have an indicator that reads the webpage where the required options data is stored -- assuming that is possible -- and then plots the line on the MT4 chart.
Hanover replies to PMs
-
hanover replied Oct 16, 2020I'm sorry sir, but I don't recall which indicator it was (the post is more than 13 years old).
How to program Higher-High Higher-Low
-
hanover replied Oct 12, 2020The indicator that I wrote is not designed to work in this way. It looks backward from the current candle over 9 different TFs (M1, M5, M15, . . . . W1, MN). If I understand correctly, you want something that looks forward from 0600 hours. Either ...
Hanover replies to PMs
-
hanover replied Oct 12, 2020Glad to hear that you're profitable.

mq4 source code is in zip file here if anybody wants to modify the indicator.Hanover replies to PMs
-
hanover replied Oct 12, 2020Explained on pages 6-7 of thge pdf.
Plot long/short retail positions (from myfxbook) on MT4 chart
-
hanover replied Oct 9, 2020You can shut MT4 down but the Download_myfxbook_outlook.exe app must be running continuously for all the time that you want it to gather data. It can be set up to run in the background, and started/stopped using an icon in the systray -- read pages ...
Plot long/short retail positions (from myfxbook) on MT4 chart