- Search Metals Mine
- zznbrm replied May 11, 2010
This banishment was not necessarily "by the rules", some "discretion" was involved.
The Dance
- zznbrm replied May 6, 2010
Here you go...please review code before using so you know what to expect.
Indicators development for T101's not very simple method
- zznbrm replied May 6, 2010
Yeah, some ride this week...basket has seen about 4000 pip drop so far. The main question for basket trading is no different than single-pair trading: How does your strategy work in a variety of market conditions? You don't have to win 100% of the ...
Indicators development for T101's not very simple method
- zznbrm replied May 3, 2010
Re: scrollbackscript.mq4 I deleted the post containing this script. It is obviously causing more trouble than it's worth. I find it useful and easy to use...but I appear to be in the overwhelming minority.
Indicators development for T101's not very simple method
- zznbrm replied May 3, 2010
Use the Metaquotes data. If you have years worth of M1 data, then it will be a good stress test for the offline charts. Yep, you got it. Yeah, the screen stops scrolling. We could easily add some code to figure out when the downloading has finished.
Indicators development for T101's not very simple method
- zznbrm replied May 3, 2010
Run the script for each pair that you want to download additional data from your broker's server. You probably don't want to click on other windows while it is running and you want to make sure you stop it when all data has downloaded.
Indicators development for T101's not very simple method
- zznbrm replied May 2, 2010
Almost there my friend. I need to do some live testing once the market opens. We'll get you as close as possible to a basket "real candle chart" in MT4. The code is complex because we need to use M1 data to construct the candles for all timeframes. ...
Indicators development for T101's not very simple method
- zznbrm replied Apr 29, 2010
The is an example of an EA that shuts itself down when a certain condition is met. Is this close to what you are talking about?
Automatically shutting down an EA?
- zznbrm replied Apr 27, 2010
disbellj & hazelj80, I'll try to update the script I use to generate the basket charts so you guys can try it out. The script currently has some hard-coded values for my broker and has some bugs with live updating of the chart. In the meantime, here ...
Indicators development for T101's not very simple method
- zznbrm replied Apr 27, 2010
Yeah, I think it is safe to say GBPJPY almost exactly mirrors the overall basket (basket on top, GBPJPY on bottom):
Indicators development for T101's not very simple method
- zznbrm replied Apr 22, 2010
I know this is not the programming forum, but... Wouldn't it be easier to just do the time conversion (Time Zone and DST) automatically in the EA/indicator? The user specifies the box times and the "Session". For example, for this strategy, the user ...
A Simple London Breakout
- zznbrm replied Apr 22, 2010
I did not post any indicators and I am not agitated. I disagree with how most MTF indicators are coded, included the ones posted in this thread. stevejames was not in the mood to discuss it, so that was the end of it.
multi time frame two indicators
- zznbrm replied Apr 21, 2010
Maybe someone (can't be me, I'm on his ignore list) can convince Steve that his calculation for the Low of the box is still incorrect - see the box low in the EA for EURUSD today for an example. This fix was previously discussed, but he seems ...
A Simple London Breakout
- zznbrm replied Apr 19, 2010
mer071898 - Thank you for the thread - an interesting breakout variation. To those trying the EA - you might want to inform Steve that his GetHiLo() function has a serious bug in it.
A Simple London Breakout
- zznbrm replied Apr 6, 2010
charvo - Here is that indicator I was talking about.
Indicators development for T101's not very simple method
- zznbrm replied Apr 6, 2010
Again, I completely disagree. But, if you are happy with your way of programming MTF indicators, so be it! I'll take stevejames' route and delete my posts as they are obviously not helping anyone and it appears further discussions are only going to ...
multi time frame two indicators
- zznbrm replied Apr 6, 2010
No, I don't think I'm distressed about it at all. It is called debate. When two people have different views on a subject they discuss it. This discussion, albeit short, has been very cordial. The information gained here can only be helpful to other ...
multi time frame two indicators
- zznbrm replied Apr 3, 2010
You might want to try this very easy solution: url
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Mar 30, 2010
Using the default settings in the EA, I think you will find that the ATR TP will very rarely (if ever) be hit. In fact, it looks like it may be rare to even see 1/2 TP hit.
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Mar 30, 2010
Here is what I get when running on citifx. Make sure you have enough history for each pair for the timeframe you are using.
Indicators development for T101's not very simple method