===============EA Parameters Begin============= | Integer | Initial lot size, default is 0.01 | | Bool | Use MM | ===============EA Parameters End=============== Display Information on the left upper corner chart Account number Balance Broker Profit Loss Number of positions Button on the right down corner chart - Closs All Orders Load EA on one chart, and auto trade below pairs if the paris meet the work logic Pairs(Need to consider prefix and suffix) AUDUSD, AUDCAD, AUDJPY, AUDCHF, AUDNZD, CADCHF, CHFJPY, EURUSD, EURCAD, EUDAUD, EURJPY, EURNZD NZDJPY, NZDUSD, USDJPY, CADJPY, USDCAD, XAUUSD, GBPUSD, GBPJPY, GBPNZD, GBPAUD EA work logic 1. Check D1 chart with bollinger band(default parameters) and KD indicator(9,3,3), when the bar hit the bollinger upper bound, if the highest price and close price of the current candlestick deviation is reached 25 pips(250 point) at the end of the current candlestick closed, and KD is above 80 level(if buy position, the KD is below 20 level), then enter #1 sell position, stop loss set to the previous(N-1) candlestick highest price(means 25 pips SL) take profit 200 pips(2000 point), and vise versa. 2. when the sell positions cross the D1 bollinger middle bound(lower than middle bound(10 pips(100 point))), then check H4 MA21, if the price cross the MA21(lower than MA21), then enter #2 sell position, and the SL put at the MA21 above 20 pips(200 point), and vise versa. 3. #1 sell position when the price goes to the ratio of the SL/TP = 1:1(25 pips : 25 pips), then move SL at the entry point(need to consider the pairs spread) when the price goes to the radio of the SL/TP = 1:2(25 pips : 50 pips), then move SL at the 25 pips when the price goes to the ratio of the SL/TP = 1:3(25 pips : 75 pips), then move SL to 50 pips and so on.... 4. #2 sell position, it's the same with #1 sell position action