- Search Metals Mine
- zznbrm replied Sep 26, 2010
This script will change the timeframe of all open charts.
Assorted Indicators/Scripts
- zznbrm replied Sep 26, 2010
This indicator puts 2 ATRs in 1 indicator window. You do this to handle scaling properly.
Assorted Indicators/Scripts
- zznbrm replied Sep 26, 2010
This is the simplest of all scripts. I find it very annoying when you remove an indicator, EA, or script from a chart and the Comment line is still populated. The developer did not clear the Comment line in the deinit() function. This script will ...
Assorted Indicators/Scripts
- zznbrm replied Sep 26, 2010
This indicator will display a vertical line at a certain time. Supported brokers are the same as previously mentioned. For this one, you specify the time of day and the "Currency Time Zone". Valid Currency Time Zones are listed in the inputs ...
Assorted Indicators/Scripts
- zznbrm replied Sep 26, 2010
These indicators will display a vertical line at a certain time. These time-based indicators automatically handle Daylight Saving Time and broker conversions. Supported brokers are: Alpari (UK), Alpari (US), Avail Trading Corp, BroCo, Citi FX, ...
Assorted Indicators/Scripts
- zznbrm replied Sep 26, 2010
Look at the ATR values in each chart window and compare to what you see visually. You will quickly realize that the top indicator window (ATR2) visually represents the underlying data correctly. You will also realize the bottom indicator window (2 ...
Nanningbob 4h trading system ver. 5.0
- zznbrm replied Sep 24, 2010
I know this is a bit off topic, but it is important. I hope all you developers take note of what KingHigh mentioned. From what I have seen, this is a very common mistake made by amateur (and professional) MT4 coders. In fact, many of the so-called ...
Basket 14 EA System
- zznbrm replied Sep 20, 2010
Here is the library Don is talking about. Don, I wish you success with your trading!
Indicators development for T101's not very simple method
- zznbrm replied Aug 31, 2010
My tests indicate it is almost always faster to recode in a function (depending on the complexity of the custom indicator of course). An added bonus is the lack of those annoying log messages each time iCustom is called. When you have an EA ...
Help converting indicator to function
- zznbrm replied Aug 31, 2010
Haven't we done this already (or at least got you close)? url
Help converting indicator to function
- zznbrm replied Aug 17, 2010
I agree with kennyhubbard in regard to using iCustom(). Here is a function to calculate the TrendMagic value in an EA (or script or whatever). I think Supertrend is very similar to TrendMagic. Hopefully, this will at least point you in the right ...
How to reference Custom Indicator (SuperTrend)
- zznbrm replied Aug 15, 2010
This is very confusing to me. Why are you trading both sides of the EURUSD from a M5 chart during the Asian session? You started with sells tonight and then changed to buys a few minutes later. So, your discussion on the first page of the ...
Building an equity millipede
- zznbrm replied Aug 15, 2010
What/how would Joe (or anyone using flying buddhas for entries) do with a long, sustained up trend (see EURUSD H4 chart 6/2010 - 8/2010) ? There are quite a few losses in there. Are the retraces enough to make up for the losses? Obviously, this ...
Building an equity millipede
- zznbrm replied Aug 3, 2010
As currently coded, it does not appear to be profitable at all. We have to see what Kosomolate has to say about the accuracy of the entries/exits. Since Kosomolate does not care what the color of the line is, I left it as just 1 color.
Indicators development for T101's not very simple method
- zznbrm replied Jul 31, 2010
Kosomolate, For a new long entry, I added requirement that MACD-Main > MACD-Signal. For a new short entry, I added requirement that MACD-Main < MACD-Signal. Otherwise, many entries are immediately followed by exits. Use the attached indicator to ...
Indicators development for T101's not very simple method
- zznbrm replied Jul 30, 2010
Try this. We'll have to wait until market open to see if it works correctly.
Looking for indicator that will highlight the previous 24 hours from current candle
- zznbrm replied Jul 30, 2010
Here is fine with me...thread does not get much action nowadays and the method can be applied to baskets. Let's start with some requirements for the strategy. Alternative exit strategies can be applied later. Indicators used: TrendMagic (standard ...
Indicators development for T101's not very simple method
- zznbrm replied Jul 29, 2010
Thanks for posting. Exits seem a little inconsistent (trade #3 and trade #9) at times.
Indicators development for T101's not very simple method