- Search Metals Mine
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Apr 11, 2020If you want to get straight to the latest solution, please ignore my ramble in this post, and simply replace the YMDtoDate() and EasterDay() functions with the code posted in post #11. This will fix the bug in the EasterDay() calculation, and you ...
Modified, useful MQ4 utilities, indicators, and related tips
-
hanover replied Apr 10, 2020Yes, you can connect the close prices by simply using a SMA(1). Use a MTF MA indicator if you want to select the timeframe (e.g. see this post).
I will code your EAs and Indicators for no charge
-
hanover replied Apr 10, 2020Hi Kent, Many thanks for your post. The anomalies in the output data don't surprise me; daylight saving is a labyrinth. However I'm not looking to fix the downloader at this point; there are plenty of workarounds allowing users to adjust the news ...
Plot News / Downloader version 4.00
-
hanover replied Apr 7, 2020We discussed this a little while ago (see post #303). It appears that there would be a significant amount of work involved. Meanwhile, it looks like Plot News downloader is creating an empty news.csv file. It started happening around last Thursday. ...
Plot News / Downloader version 4.00
-
hanover replied Apr 5, 2020Assuming I understand you correctly, you could try something like this: double greenLine_CurrentBar = iCustom(NULL,timeframe,"Price_Momentum_Oscillator",35,20,10,0,0); double redLine_CurrentBar = ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 29, 2020The last sentence in your post reads "I am sure this FF has a lot of coders who might be able to create EAs for elderly traders." Sorry if I misunderstood. I get requests to code EAs all the time.
Hanover replies to PMs
-
hanover replied Mar 29, 2020I'm sorry, but I no longer code EA requests. Please see the 'MT4 programming' section in post #1 for more info, and some possible alternatives.
Hanover replies to PMs
-
hanover replied Mar 28, 2020Not nowadays, sorry, but thanks for the flattering request.
I posted some possible ideas in the 'MT4 programming' section here. Good luck, I hope that it works out for you. 
I will code your EAs and Indicators for no charge
-
hanover replied Mar 28, 2020I would use Google to find material on VSA (volume spread analysis) -- there's a book Master the Markets by Tom Williams, that's particularly idea-rich. Also volume profiling (e.g. here), and Don Pato's volume threads here and here. As far as I ...
Hanover replies to PMs
-
hanover replied Mar 25, 2020Swiss army knife MA indicator:
I will code your EAs and Indicators for no charge
-
hanover replied Mar 24, 2020Percent of what? Tenkan? Kijun? Senkou? Chikou? Current price? ADR? something else? If current price, you'd likely be dealing with hundredths of a percent, especially on the lower TFs, for it to have any meaning. Also, I just noticed that there's a ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 24, 2020Apart from demo-testing a couple of EAs that I wrote, I haven't made any trades since last July. I'm a programmer, not a serious trader. _______________________ Only mq4 files are editable.
I will code your EAs and Indicators for no charge
-
hanover replied Mar 23, 2020My understanding is that Chikou Span is always equal to the current price, but plotted 26 candles back on the chart. Hence the difference will always be 0 pips. Please correct me if I'm wrong (I don't use Ichimoku myself), and explain exactly what ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 23, 2020I'm sorry, PSA is written using MQL4 build 509, hence push notifications are currently not possible. If I ever upgrade it to build 600+, it will be an easy job to add them. I explained how I use the PSA indicator here (includes a screenshot of the ...
Pair Strength Analyzer indicator
-
hanover replied Mar 22, 2020As does the 'Solar Winds joy' indicator that was posted earlier (don't be fooled by the indicator's name). ______________________________ There's no point in wasting programmers' time when the necessary facilities are already native to MT4. Just use ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 20, 2020Try the attached. It was an easy enough job for me to modify the existing dashboard to show fractal swing highs and lows. The candle numbers work like this: 0 = the currently forming candle 1 = the most recently completed candle (just to the left of ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 19, 2020I'm sorry to read your story. I believe I know whom you're referring to. He's posted on many forums using several different aliases. I have my own opinions regarding his competence and integrity, but I'd prefer to keep them to myself.
...I will code your EAs and Indicators for no charge
-
hanover replied Mar 18, 2020I no longer code EA requests (reasons here), but assuming that your request is serious, I can provide some info to help you get started. To plot a regression channel, you can use the attached code, specifically the iRegr() function at line 3034 -- ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 17, 2020I'm glad you like the indicator.
____________________________ @anybody_who's_interested: I've added three appendices to the 'Pair Stength Analyzer.pdf' instruction manual. This puts all of the info in the 'Modifications History', and the ...Pair Strength Analyzer indicator