- Search Metals Mine
- zznbrm replied Jun 10, 2012
Thank you for your kind words. Of course the "10.2 TMA Slope True 4.30" is based on the TMA. If it was based on the LWMA, then it would simply be the slope of a moving average...which it clearly is not. As for nanningbob's comments: I have no idea ...
TMA Reality Tour
- zznbrm replied Jun 10, 2012
Thanks for your kind words. I'm not sure which indicator you are referring to. However, if you are talking about non-repainting version of tma slope, I can assure you it accurately shows the slope value of the mid TMA line as it was at the close of ...
TMA Reality Tour
- zznbrm replied Jun 9, 2012
Thanks for your kind words...good luck with your trading.
TMA Reality Tour
- zznbrm replied Jun 9, 2012
I don't know what you mean by "blocked"...but the attachments there were deleted by me.
Assorted Indicators/Scripts
- zznbrm replied Jun 9, 2012
Man...that's an old one. I really don't remember too much about that script. Probably uses M1 data to create range bar charts. Your best best is to add the script to a chart. It will then create offline charts for different pairs. Looks like you can ...
Assorted Indicators/Scripts
- zznbrm replied Jun 3, 2012
Thanks for the feedback...working fine here. It is probably a MT4 version issue. I compiled it with the 432 build of MT4. I've attached a version compiled using build 419.
TMA Reality Tour
- zznbrm replied Jun 2, 2012
You guys are killing me. I continue to get asked questions about the Tma Slope. Ok...here goes: - Yes, there is significant difference between many of the TmaSlope indicators around this site. - Yes, most of the TmaSlope indicators repaint heavily. ...
TMA Reality Tour
- zznbrm replied Jun 1, 2012
It is just a basic USD basket backtest indicator. I'm sure there are lots of variations around this site. Here is a version to display the basket profit total only (USDProfitTotal) and a version to display the individual pair profits (USDProfitExt). ...
System to hedge every major dollar pair for profit / low DD
- zznbrm replied May 29, 2012
The Arb-o-mat graph is easy to do in MT4. It is simply a graph of the basket profit. Then you can set your spread lines (deviations) to anything you want. Compare this screenshot to the one from Arb-o-Mat posted here: url
System to hedge every major dollar pair for profit / low DD
- zznbrm replied May 28, 2012
Well, you did not adjust the script for your needs. If you want to skip holidays, you need to add code to do that. See the attached script. It will skip days where data is missing (and print a message in the Experts tab). It does not distinguish ...
Configuring Custom Daily Candles?
- zznbrm replied May 27, 2012
I've attached a MT4 script (compiled with build 427) that shows one way to do it. This script will create an offline chart for your data. Example usage to create a custom daily chart for EURUSD using prices between 0800 and 1700 (broker time), ...
Configuring Custom Daily Candles?
- zznbrm replied May 27, 2012
This chart shows daily bars for EURUSD, but only includes prices between 0800 and 1700 (user definable). Is this something like what you are trying to do?
Configuring Custom Daily Candles?
- zznbrm replied May 26, 2012
zachery, If there is one thing software developers dislike more than anything else, it is ambiguous/incomplete requirements. Now, I know you are not a business analyst or technical writer. But let me make a suggestion: Take an hour or so to jot down ...
Bollinger Band Divergence-Indi Request (Profitably tested)
- zznbrm replied May 25, 2012
I'm sure it does not. You need to clearly specify how you determine the two price points for the comparision. In the updated screenshot below, what criteria did you use to choose Point #1 and Point #2 for each divergence? Do you use a set number of ...
Bollinger Band Divergence-Indi Request (Profitably tested)
- zznbrm replied May 25, 2012
This indicator shows where "erased" fractals were. Note that occasionally my fractals will differ from the standard MT4 fractal indicator. This is due to a difference in handling of bars with equal highs and lows. I'll leave it to you to update per ...
Need coder to make Erased Fractal indicator
- zznbrm replied May 25, 2012
Not sure if this does exactly what you want since your verbiage seems to contradict the picture. But seeing you flounder around looking for help is difficult to watch. At the very least, it should give you a start so you can adapt it to your own ...
Bollinger Band Divergence-Indi Request (Profitably tested)
- zznbrm replied May 16, 2012
I don't have an explanation for you...but something like this seems to work...although there certainly may be an easier (or more efficient) way of doing it.
Heiken Ashi coding explanation needed
- zznbrm replied May 13, 2012
Something like this: //+------------------------------------------------------------------+ //| ChgChartType.mq4 | //+------------------------------------------------------------------+ #property indicator_chart_window #import "user32.dll" int ...
Change chart type from MQL