EA based on Moving averages and a custom indicator Custom indicator is ScalperPro 6 Moving averages EA name is Tesla EA ----------------------------------------------------------- Settings : ScalperPro Example Period 3 1st Moving Average EMA/SMA/LWMA/SSMA Close Colour Line size Example Period 5 2nd Moving Average EMA/SMA/LWMA/SSMA Close Colour Line size Example Period 8 3rd Moving Average EMA/SMA/LWMA/SSMA Close Colour Line size Example Period 15 4th Moving Average EMA/SMA/LWMA/SSMA Close Colour Line size Example Period 24 5th Moving Average EMA/SMA/LWMA/SSMA Close Colour Line size Example Period 30 6th Moving Average EMA/SMA/LWMA/SSMA Close Colour Line size Example Period 48 --------------------------------------------------------------- Candle Spike Settings Look back at the last x candles 5 Look for candles greater then x pips 10 ------------ Arrows on Chart ------------ Buy Arrow Colour Aqua Sell Arrow Colour Mangenta Risky Buy Arrow Colour Yellow Risky Sell Arrow Colour Orange Arrow Size 2 ------------ Auto Trade Settings ------------ Open Trades (Enable/Disable) (if Disable still draw arrows and send notifications but don't open trades) Trading start Time (HH:MM) Trading Stop Time (HH:MM) Lot Size 0.10 Take Profit 10 Pips (set to 0 means no take profit) Stop Loss 20 Pips (set to 0 means no Stop Loss) ------------ Alert Settings ------------ Send Mobile Notifications (Enable/Disable) Pop up Notification (Enable/Disable) --------------------------------------------------------------- There are two types of Notifications Type 1) When there has not been a candle spike Type 2) When there has been a candle spike Notification text Type 1 [Buy/Sell,Pair,EA Name,Time] Example 'BUY GBPJPY TESLA 14:32' Notification text Type 2 [RISKY, Buy/Sell,Pair,EA Name,Time] Example 'RISKY BUY GBPJPY TESLA 14:32' ---------------------------------------------------------------- How to calulate candle spike To ensure that we dont enter trades when there has been a spike we need to look back at example 5 candles and and make sure that no candle is bigger then 10 pips for example. If a Candle spike has occoured I still want the EA to paint the Arrows and Send the RISKY alert text but not open trades. -If the Buy conditions are all correct, but there has been a spike send Alert notification 2, Draw Arrow 2, Do not open trade. -If the Sell Conditions are all correct, but there has been a spike, send Alert notification 2, Draw arrow 2, Do not open trade -If the Buy Condition are all correct and no spike, Draw Arrow 1, Send notification 1, open trade -If the Sell Condition are all correct no spike, Draw Arrow 1, Send notification 1, open trade Buy Condition Scalper pro is Buy The 6 moving averages are in the correct order 1st,2nd,3rd,4th,5th,6th (5,8,15,24,30,48,) No Spike in the last 5 candles greater then 10 pips (in this example) Open Buy Trade Only send one buy signal (NOT on every candle) Sell Condition Scalper pro is Sell The 6 moving averages are in the correct order 6th,5th,4th,3rd,2nd,1st (48,30,24,30,15,8,5) No Spike in the last 5 candles greater then 10 pips (in this example) Open Sell Trade Only send one buy signal (NOT on every candle)