- Search Metals Mine
- zznbrm replied Nov 15, 2009
I did not create the indicator, but looks like T = Today range Y = Yesterday range ADR = Avg of 1-Day, 5-Day, 10-Day, and 20-Day ADR 5d = 5-Day ADR 10d = 10-Day ADR 20d = 20-Day ADR
Eaglets Flight Training School
- zznbrm replied Nov 14, 2009
I have been using the indicator in this post: url When attached to M15 chart, indicator seems to be ok. Haven't heard any feedback from others that may have tried it.
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 12, 2009
I need to work out some discrepencies when attached to the M1 chart, but here you go. Enter a date in the estrDate for history mode. I have not done a huge amount of testing yet, so any comments would be greatly appreciated.
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 12, 2009
RSI Comments — I have a few comments about the RSI calculation. May be rather technical, so beware. 1) Watch the "RS_GROUP_JPY Strength Index" indicator when a new candle forms (on the quarter hour on M15). The RSI values can have some very ...
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 11, 2009
Just trying to help! It's always easier finding someone else's bugs!!!! BTW, my sell basket just hit TP!
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 11, 2009
Is the MTF RSI filter from last week's screenshots new or have you been using that for a while?
Eaglets Flight Training School
- zznbrm replied Nov 10, 2009
Yep, that'll fix it. Those compound if statements can get very messy; easy to miss erroneous parens!
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 10, 2009
This line is incorrect: if ( (hour == BuyHourStarts || (hour == BuyHourStarts) + 1 || (hour == BuyHourStarts) + 2)
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 9, 2009
I was not going to backtest the "robot". I was going to backtest the strategy contained within the robot. As a programmer, I'm sure you can understand the difference. Since backtest results do not seem to be welcomed, I will keep my findings ...
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Nov 9, 2009
Backtesting this system would be quite challenging, but not impossible. If I get some time (and that's a big IF), I will try to work on this.
scooby-doo BOJ JPY pairs trading robot
- zznbrm replied Oct 9, 2009
I do not trade this method, but I do follow the thread as it contains some good information about MTF TRIX. Indrek (and others) have expressed the opinion that the future of this thread should be about trading - not about indicators, EA, etc. I ...
MTF Trix system
- zznbrm replied Oct 6, 2009
The script creates a .csv file in your "files" folder containing data about renko bricks (TRIX values, momentum, MA, ATR, etc). I posted it to show you an example of backtesting renko via a script. If you don't get a file, look under the Experts tab ...
Fractal Zig Zag EAs on 5 pip Renko Bricks
- zznbrm replied Oct 6, 2009
I have not tried renko charts in MT4 Strategy Tester. I wrote my own scripts to backtest renko in MT4. So in a way, I wrote my own simulator to be run against offline renko charts. Attached is an example of one of the scripts I wrote a few months ...
Fractal Zig Zag EAs on 5 pip Renko Bricks
- zznbrm replied Oct 6, 2009
I never tried Strategy Tester with renko - just assumed it would not work well! All my renko backtesting involved writing scripts to iterate through the renko data. This way you can use multiple timeframes (renko brick sizes), multiple currency ...
Fractal Zig Zag EAs on 5 pip Renko Bricks
- zznbrm replied Oct 4, 2009
Which broker uses this implementation of the FIFO rules? Forex would be almost completely untradeable with these rules in place.
MBTrading integrated with Mt4
- zznbrm replied Aug 31, 2009
Of course, the commercial script uses incoming tick data. Thus, my comment that there does not appear to be any issue when in live mode (ie, using tick data). It is only the historical bricks that may or may not have an issue.
NITRO Variations for Open-minded Traders
- zznbrm replied Aug 31, 2009
Be careful with the wicks when visually backtesting. The renko bricks based upon M1 data may give "misleading" high low values. During times of high volitility, the high/low data can be incorrect. Also, it should be impossible that a downward renko ...
NITRO Variations for Open-minded Traders
- zznbrm replied Aug 28, 2009
Yes. An easier way to see it is to put the indicator on a H1 chart with block size of 10. You will see lots of gaps with the bigger candles.
NITRO Variations for Open-minded Traders