| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Zigzag Bollinger Band https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3237 |
Page 17 of 28 |
| Author: | snailbeard [ Fri Apr 25, 2014 11:28 am ] |
| Post subject: | Results of ATR based entry filtering |
Great results from carefully applying ATR to the timing of entries: |
|
| Author: | snailbeard [ Fri Apr 25, 2014 11:47 am ] |
| Post subject: | Possible use of ATR to help with early exits |
I am wondering if I can use the ATR checks to spot trades which are not moving. The code is already there and it needs testing: Code: Select all |
|
| Author: | snailbeard [ Mon Apr 28, 2014 6:18 pm ] |
| Post subject: | A tale of two indicators |
I have been reworking the ATR logic a bit for better performance on EURUSD which was a bit sluggish recently. Very few trades as ZzBB used Bollinger width as a clue to volatility. However, on reflection perhaps it is better to use Bollinger width to adjust the targets. The additional analysis from ATR means it is possible to enter less ambitious trades at better times, rather than late entries at better Bollinger width but suboptimal ATR. |
|
| Author: | snailbeard [ Tue Apr 29, 2014 6:02 am ] |
| Post subject: | Crouching tiger, hidden dragon |
ZzBb has been struggling to find tradable entries on EURUSD. Is it an issue with ZzBb or is it an issue with my expectation that it should find more entries? Does this weekly chart of EURUSD answer any doubts? |
|
| Author: | snailbeard [ Tue Apr 29, 2014 7:45 am ] |
| Post subject: | Is MetaCrap still running cached EA? |
After lots of compiler iterations and several restarts of MetaCrap how does it manage to show the old revision number? |
|
| Author: | snailbeard [ Tue Apr 29, 2014 7:55 am ] |
| Post subject: | MetaCrap now finally shows the latest version |
I deleted the .ex file and restarted MetaCrap, it reported an error loading the EA, then closed MetaCrap again, recompiled the ZzBb, restarted MetaCrap, added ZzBb to a chart from the Navigator and finally... the correct version! What a palaver |
|
| Author: | snailbeard [ Wed Apr 30, 2014 10:28 am ] |
| Post subject: | Variations on a theme |
The correct timing of entries reduces the chance of hitting a stop-loss or running out of swing. I have recently discovered that ZzBb often has suboptimal entry timing, which does not seem to be a problem in trending markets but is more important when the market is sluggish. If there are other pairs moving well then it would be better to ignore the sluggish pairs, but if that is not possible then making better entries in a weak pair is an option. In the chart below the market is moving mostly sideways. Watching ATR and ADX can help improve the timing: |
|
| Author: | snailbeard [ Fri May 02, 2014 7:18 am ] |
| Post subject: | Waiting for Godot |
I seem to end up wasting a lot of time do nothing productive due to reported errors in the log file. These errors can occur when changing from one pair ro another pair or from old history data to recent history or copying the EA onto a different broker or version of MetaCrap. Things would be more staight forward if there was just one version of the platform and one dataset. However, an EA has to be tested against different brokers and different pairs. Usually an error in the log file is a bug in the EA due to code changes but occassionally it is just crappy broker data with missing bars on one time frame or another. There is already some code which waits for several days of history to elapse before trying to do anything, but I recently had a new issue with GlobalPrime's recent history, which had got better but now I find that about two months of M15 bars are missing from September/November 2013. Normally its the M1 bars which don't go back as far as the higher timeframes so that is what I have relied on so far until now. It is not hard to check the history of all timeframes for enough bars so I added a couple of functions to help skip over the initial history until all timeframes are available. Instead of getting reams and reams of secondary errors in the log file it is now reduced to a few lines and the reason for it. "TotalMissingBars" is wrong it is actually the number of ticks/minutes that elapsed until all the required bars were found. Code: Select all Code: Select all |
|
| Author: | snailbeard [ Thu May 22, 2014 2:07 pm ] |
| Post subject: | Adx Atr and EMA |
I haven't posted for a while because I thought I would wait and see if anything useful came out of some experiments with ATR, ADX and Multiple Moving Averages. It has been like going back to the start because my first autotrader was based on multiple moving averages and when there was a well defined swing it made lots of pips. However, i was at the beginning of the journey and quite out of my depth. So here I am again back where I started but hopefully armed with a few extra tricks. The problem with MAs is that they cannot be used as described in the text book and the same applies to ADX and ATR as well. Instead there are multiple MAs on both H4 and M15. H4 is used to inhibit trading except when price is moving consitently accoridng to the H4 timeframe. I also have several fast MAs and these must be consistent with each other and the Bollinger band. If H4 has a confirmed swing then M15 is used to narrow down a window for enries. It wasn't my intention to trade directly from ADX & MAs, but under some market conditions this alone produces fantastic results. I started this work because the ZzBb swing/volatilty analysis became too complicated and inorder to simply that part I needed something independent to reliably identify current price direction in M15 and H4 timeframes. So far I have not been able get any additonal benefit from adding ATR. The idea is to now merge the good parts of ZzBB with the MTF-MA & ADX. The following results were obtained for backtesting two months from August 2010 for AUDUSD: |
|
| Author: | snailbeard [ Sun May 25, 2014 6:03 am ] |
| Post subject: | ADX and super slippage |
Having previously said that ADX sometimes helps filter out bad entries, we must consider the cost of being late to the party and understand why experienced traders never use lagging indicators to time their entries. I'm curious why most authors of trading books only show the positive side of these indicators, is it because they rely on most traders to lose money so that they can continue to make money? On H4 the current swing has been confirmed to be in the sell direction, so on the M15 chart I have labelled some alternative entry levels depending on entry method. When M15 prices move smoothly ADX can give reasonable timing but in this chart M15 is a bit choppy so we get a very poor ADX based entry price. |
|
| All times are UTC | Page 17 of 28 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|