20192浏览
This indicator is an implementation of the Bollinger Band and Awesome Oscillator Scalping system.
This technique is for those who want the most simple method that is very effective. It is BEST traded during the busiest trading hours, 3am to 12am EST NY time. This method doesn't work in sideways markets, only in volatile trending markets.
Time Frames: 1, 5, 10, 15 ,30 min.
Currency pairs: majors.
Other Chart indicators:
Here's the strategy:
Going LONG:
Enter a long position when the black 3 EMA has crossed up through the Bollinger red middle band MA. At the same time, the Awesome should be approaching or crossing it's zeroline, going up. This is indicated by "Buy" alert.
Going SHORT:
Enter a short position when the black 3 EMA has crossed down through the Bollinger red middle band MA. At the same time, the Awesome should be approaching or crossing it's zero line, going down. This is indicated by the "Sell" Alert.
Take profit:
10-20 pips depending on pair or When Awesome Oscillator turns a different colour.
HINTS: Best trades tend to occur when price reversing bounce off outer band and outside the Optional Bollinger Squeeze indication.
This technique is for those who want the most simple method that is very effective. It is BEST traded during the busiest trading hours, 3am to 12am EST NY time. This method doesn't work in sideways markets, only in volatile trending markets.
Time Frames: 1, 5, 10, 15 ,30 min.
Currency pairs: majors.
Other Chart indicators:
- Add Awesome Oscillator .
- Optionally Add Squeeze Indicator.
Here's the strategy:
Going LONG:
Enter a long position when the black 3 EMA has crossed up through the Bollinger red middle band MA. At the same time, the Awesome should be approaching or crossing it's zeroline, going up. This is indicated by "Buy" alert.
Going SHORT:
Enter a short position when the black 3 EMA has crossed down through the Bollinger red middle band MA. At the same time, the Awesome should be approaching or crossing it's zero line, going down. This is indicated by the "Sell" Alert.
Take profit:
10-20 pips depending on pair or When Awesome Oscillator turns a different colour.
HINTS: Best trades tend to occur when price reversing bounce off outer band and outside the Optional Bollinger Squeeze indication.
Sep 05
版本注释:
- Added optional extra condition that the signal candle close price must stay within the Bollinger Bands. This helps remove some of the oversized signal candles, these candles have a lower success probability.
- Added Alarm system Alerts for BUY and SELL. This helps with automation, however, if you use the optional BB filter you will not get a complete buy/sell sequence, that is you may get multiple Sell's or Buy's before a change of direction.
Sep 27
版本注释:
Added optional BB squeeze filter. The squeeze Algo is based on the current relative width of the BB, this squeeze Algo is NOT based on the LazyBear Algo.
JustUncleL
The problem seems to be that when a line crosses up or down, both alerts are triggered. I am planning to test this out with a bot however the alerts will only block each other. For some reason, the line crossing up seems to also trigger a down/sell alert and vice versa.
Is there perhaps a workaround this, does the crossing know the difference between going up or down at all?
Thanks for your time, look forward to hearing from you! :)
alertcondition( break_down, title = "BBAWE Down", message = "BBAWE Down" )
alertcondition( break_up, title = "BBAWE Up", message = "BBAWE Up" )