I am looking for a programmer to create an expert advisor based exclusively on the bollinger bands indicator. I need it to be fully customisable, and the entry / exit of trades to be based on a sequence of events. For example entry / exit of a trade to occur after price touches lower band, then median, then lower line again. Or entry / exit 5 bars after touching lower band etc..
Variables:
1) 3-10 price points sequence pattern in relation to bollinger bands (as above).
2) entry / exit after a certain number of bars after one of these price points.
3) entry / exit after a certain number of positive or negative candles after one of these points.
4) number of lots, and lot size.
5) bollinger band period, and deviation.
6) take profit level
7) stop loss (as well as trailing stop)
Thank you for your interest, and bids.
Simple Take Profit EA based on Bollinger Bands
Before bidding you must have some basic knowledge of:
1. forex
2. Metatrader 4
3. Bollinger band indicator
I interested in Bollinger band, specially when they getting to squeeze or shrink because the next thing to happen is either the chart getting up or down aggressively.
The problem is I can’t monitor every chart, for the currency pair or the time frame.
So I wish if you could program such a alert or anything that to inform when the Bollinger band is squeezing and are they go up or down.
I want it for 1m, 5m, 15m, 30m and 1hr charts and for major currency.
I had posted this project and wanted to edit it but script lance won’t let me so here it is again, feel free to re-bid on it if you have the skills:
I need automated exit scripts to be run after I have manually placed trades in MT4, due to the 24hr nature of the Forex market, and I need my exits to be based on indicators, and it’s the only reason I need automation. I’d like someone who knows how to do this successfully and can then point me to use it. I do consider myself to be pretty computer savvy and also have background in elementary programming.
Time frame is 1H and exits are based on Bollinger Bands.
Exit for long:
-Price first CLOSE above BollingerBand(20,2) on an UP Bullish candle.
-After the bullish momentum is exhausted, price then CLOSE below BollingerBand(20,2) on a down bearish candle, exit on the next candle.
Exit for Short:
-Price first CLOSE below lower BollingerBand(20,-2) on a Down Bearish candle.
-After the bearish momentum is exhausted, price then CLOSE above BollingerBand(20, -2) on a up bullish candle, exit on the next candle.
*Notice the signal is confirmed on a CLOSE basis. Also notice the ABOVE/BELOW, I want price to truly CLOSE ABOVE/BELOW the band as a signal, not >= or <=.
Of course I can provide more details and even graphs once we get in touch. Please have experience with EA programming. Thanks in advance.