- Search Metals Mine
- zznbrm replied Jul 29, 2010
For the sake of better understanding entry and exits, can you please provide the same analysis for GU H1 for the weeks of 7/4 and 7/18? These weeks seem to be less trendy. An analysis of these weeks would certainly provide important details into the ...
Indicators development for T101's not very simple method
- zznbrm replied Jul 27, 2010
Well, that does add up to 100%. Where are all the small losses you discussed previously?
Building an equity millipede
- zznbrm replied Jul 15, 2010
Try this one. It gives options to specify the CCI Period and ATR Period (defaults are same as Trend Magic), as well as an option to add a buffer (envelope).
Indicators development for T101's not very simple method
- zznbrm replied Jun 27, 2010
Very well said, Hayseed! FWIW, a few reasons why I have not participated in this EA development: Incomplete requirements (need complete trading rules) Coding-by-committee (in this setting) is very challenging I do not believe Kosomolate's strategy ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 27, 2010
I assume you meant to say that Kosomolate is consistently successful. Would you care to help us understand how you come to this conclusion?
Indicators development for T101's not very simple method
- zznbrm replied Jun 26, 2010
Yes, it is possible. Try the attached script. And no, the code is not very complex at all.
Changing timeframes of all charts simultaneously
- zznbrm replied Jun 18, 2010
What I know: - Don, Kosomolate, and many others on this thread want an EA created for Kosomolate's T101-Basket strategy. - Kosomolate says the strategy is effective and has been trading it for a while now. - The EA does not work correctly - there ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 16, 2010
Use PERIOD_H1 data to determine the starting price for the Day and/or Week, not PERIOD_D1 and PERIOD_W1. As I did with the Basket script, you can assume each day starts at 17:00 New York time and adjust each broker's starting time accordingly. Or ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 14, 2010
I'd like to see all rules of the strategy before getting involved. The pictures are nice...but they do not provided adequate detail to enable accurate EA development. If an EA is based upon a trading strategy, then it makes sense that we would need ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 14, 2010
How about a detailed list of the criteria for your strategy: entries, exits, re-entries, MM, indicators used, SL, TP, timeframes, trading hours, news impact, broker used, etc.
Indicators development for T101's not very simple method
- zznbrm replied Jun 9, 2010
Well, there is only 24 hours in a day...I have my own EA development, testing, and monitoring to spend time on. If there were 28 hours in a day, we all could get so much more done!!!! I think this was the point of my comments. It does not appear you ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 9, 2010
Don, My unsolicited opinion... I don't understand why all these new features are being added to the EA when the original EA still has bugs to be fixed. I think you need to stop the insanity now and get back to original goal of a 100% functional EA ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 8, 2010
Could be related to this: for (int i = OpenOrders - 1; i > 0; i--)
Indicators development for T101's not very simple method
- zznbrm replied Jun 8, 2010
charvo, you are exactly right. You and Don are both smart guys...I'm sure you will figure out a solution to the issue you are having. Sure, testing and debugging code is painful at times. But, the knowledge you gain from writing, testing, and ...
Indicators development for T101's not very simple method
- zznbrm replied Jun 3, 2010
Updated basket chart script: url
Indicators development for T101's not very simple method
- zznbrm replied Jun 2, 2010
charvo, The start() function of an EA is triggered when the chart receives a tick. For offline charts, you need to "trick" the chart into thinking it is receiving a tick. If you are using the basket script I provided, the offline charts are already ...
Indicators development for T101's not very simple method
- zznbrm replied May 26, 2010
nightyhawk - Well, I don't know what to tell you. Here is a screen shot of H1 EMA on a M5 chart. The yellow MA is the regular MTF MA you can find all over the place. It repaints during the "life" of the H1 candle. The purple MA is the MTF MA I ...
Repainting Moving Averages?
- zznbrm replied May 26, 2010
I'm not interested in how I can determine if the market is ranging/trending. I'm interested in how you came up with these numbers. You said market is ranging 70-80% and trending 10-20%. Was there a scientific method used to determine these numbers, ...
100% profitable method - tight SL, and large TP