- H4 on GU, EU, UC, UJ, GJ
- Bob's H4, 240 period moving average:
- Go long only when the market is about the MA.
- Go short only when the market is below the MA.
- Enter a trade when HGI shows blue wave or green trend arrow.
- Preferably following a retrace.
- Build up a grid of trades following each signal so long as there is some distance between new and existing orders.
- Close all orders:
- On an opposite direction signal.
- Cross of the MA in the opposite direction of the market.
Here you can see three EU orders doing very well. Click on the picture to open a larger version showing the details better: Remember folks that HGI is a here-and-now indicator. The signals you see on the charts as you look back through history are there because the conditions that generated them were still in place when the candle closed. The signal disappears from the chart when you restart your browser or change time frames, if the conditions that created them changed. They have disappeared from this chart so it looks as though I took the trades randomly. I didn't.
The white rectangle highlights the first trade. You can see how far the market went against it before moving back in my favour. The pic also highlights how useful it would have been to have waited until the retrace was completed then traded on the blue wave. I was dubious about entering the market because the previous highs were slanting down but the orders are doing well, so far.
Here is a setup that is looking promising: Lovely retrace, so I will enter a trade if the market stays above the MA and HGI generates a signal.
I have also set up an H1 demo with the 240 MA emulated by a 960 period. I only created this on Friday, so no orders yet.
Let us see what happens.
Edit 16th July:
Post 3 viewtopic.php?p=175812#p175812 describes the first week of trading this way and the conclusions I have already come to. I have attached here, the scripts I use.
The first input in the grid scrips is GridStartingPrice. This allows you to set your own price for the first stop order in the grid. Leave it set to zero and the script will use your GridSize and DistanceBetweenTradesPips to calculate your order fill prices.
Take care with Nuclear Option. Use it only when you want to close all trades on the platform. It does not discriminate between different originating trading systems.
Edit 17th July:
It occurred to me to make take profit and stop loss inputs individual to to the type of order being sent. The relevant inputs are:
- FirstTradeTakeProfitPips
- FirstTradeStopLossPips
- GridTradeTakeProfitPips
- GridTradeStopLossPips
I find that the grid orders fill and hit TP. Eventually I want to add a fresh grid without sending a market order. The first input is SendImmediateMarketTrade. Set this to 'false' if you only want to send a new grid. You can either chose the price for the first stop order. Leave this blank and the first stop will be at (market +- DistanceBetweenTradesPips).