SMA Scalper EA

MQL4 Experts

Termos de Referência

Scalp on any timeframe based on SMA with 3 level Martingale or 1 level Hedge as recovery options


Enter a trade when the price/candle close is at a certain distance range from a defined period SMA value.

If the trade SL is hit and recovery is on then based on the chosen method of recover. place orders.

News filter and weekend close options are also needed.


Details below.

https://docs.google.com/spreadsheets/d/1fdBvRkQEG1A1ftjw8Dzv8wiuY0rD05nHHXvX4rCojoM/edit?usp=sharing


More details

Basic Idea

Based on the option chosen (Price or Close) on every bar check for the entry criteria and open a Buy or a Sell trade.

Only enter trades if

*No trades are currently open on the pair and

*Not in News filter time frame

If last trade on the pair was closed due to SL

If  SL was hit for a Sell trade do not open a trade until the current candle closes below the SMA line

if SL was hit for a Buy trade then do not open a trade till the current candle closes above the SMA line

Buy Entry

 Price option

  If current price  < SMA and Distance between Current Price and SMA is between a user defined range provided in input settings (in Pips)

 Close Option

  If Close price  < SMA and Distance between Current Price and SMA is between a user defined range provided in input settings (in Pips)

 

Sell Entry

 Price option

  If current price  > SMA and Distance between Current Price and SMA is between a user defined range provided in input settings (in Pips)

 Close Option

  If Close price  > SMA and Distance between Current Price and SMA is between a user defined range provided in input settings (in Pips)

 

Closing/Exiting a Trade (2 options)

 -Price touches SMA

 -TP in pips

 

Recovery Option – True/False

Martin

 Can choose upto 3 levels

 Open Buy Limit for First order buy and Sell Limit for First order Sell

 User will define when the first recovery order will be placed (in Pips away from entry of the first order)

 User will define the SL for each recovery Level

 User will define final TP as user input.

 User will input Mutliplication factor for lot sizes for each level (default 2)

 Eg. For 2 it will be Level 1-2Xfirst order lot, Level2- 4XFirst order lot size, Level 3- 8X first order lot size

 TP for each level

Level 1 – TP in user setting + Spread + SL for first order

Level 2 - TP in user setting + Spread + SL for first order + SL Recovery(lot size for first order/lot size for level 1)

Level 3 TP in user setting + Spread + SL for first order + SL Recovery(lot size for first order/lot size for level 1) + SL Recovery(lot size for first order/lot size for level 2)

 

Hedge

 (based on recovery settings) Pips away from entry of the first order open a trade in the opposite direction @ twice the lot size of the first order with user enter SL and TP

TP for the hedge should be calculated based on

 Recovery TP in the settings + (stoploss of the first order/2) + slippage

 

SL (for first order not recovery)

- Fixed Pips

 

Lot sizing

 - Risk % of account balance (calculate lot size with the percentage and default to 0.01 (0.02 if partial close is enabled)

  Calculation for lot size

  No recovery

   If Risk_Percent*Account_Balance/(100*SL_Pips*Pip_Value of the Pair in Account_Currency)> 0.01 then  that calculated value else 0.01

  With Recovery

   If Risk_Percent*Account_Balance/(100*Max_SL*Pip_Value of the Pair in Account_Currency)> 0.01 then that value else 0.01

  Max_SL by levels for recovery

Level 1

First order Stop Loss + ((level1 lot size/fisrt order lot size)*SL_Recovery)

Level 2

  First order Stop Loss + ((level1 lot size/fisrt order lot size)*SL_Recovery)+((level2 lot size/fisrt order lot size)*SL_Recovery)

Level 3

  First order Stop Loss + ((level1 lot size/fisrt order lot size)*SL_Recovery)+((level2 lot size/fisrt order lot size)*SL_Recovery)+((level3 lot size/fisrt order lot size)*SL_Recovery)

 - Fixed Lot size

Break Even - Break even type (pips or % of account profit)  - value 0 in both values below will disable the options

 - Break Even Pips (at what Pips to move SL to Break Even)

 - Lock in pips for Break Even (to cover for commission and swap ) user defined pip count

 

News Filter (disable making new entries during news) - True or False

if True

 - Close Positions in Profit (if in Min Profit or in Pips provided in user setting) - True or False

     - Min Profit to close positons (value in pips)

 - Move SL to Max SL (Move SL of losing positons to a MaxSL value if the current stop loss is greate than Max SL value - True/False

   - Max SL

 - do not enter any new trades during news

 - Time before news (in minutes) - not to trade

 - Time after news (in minutes)  - not to trade

 - Level of news (High, Med, Low) a lower level should include all above levels. eg, if Med is chosen then High and Med type of news should be considered to perform step for news.


Friday Close Yes/No "Close all profit positions on Friday and move SL to set level for losing trades(like the news one)"

TP_Open_FC "in Pips Minimum profit Pip to close postions before Friday EOD"

Max_SL_Level_FC 10 "Max stop loss level from current price before Friday EOD SL for losing trades should be move to 10 if the absolute value of (current price-SL) is > 10 pips"

Other Setting

 - Account Currency (Should work for USD, CAD accounts) - this setting will help in calculating Lot size based on risk

 - Pair Type (Should work for 3 or 5 digit , 4 digit, Gold, Silver)

 - Hard Stop % - (% of account balance to stop EA from wiping out the account )

 

Display on Chart

EA Name - SMA SScalp EA

- Account Equity in $ (account currency)

- Account Balance  in $ (account currency)

- Current FL Profit/Loss in $ (account currency)

- Current Stop Loss - in $ (account currency)

- Current Stop Loss - In Pips



Respondido

1
Desenvolvedor 1
Classificação
(586)
Projetos
918
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
2
Desenvolvedor 2
Classificação
(33)
Projetos
35
40%
Arbitragem
11
9% / 91%
Expirado
4
11%
Livre
3
Desenvolvedor 3
Classificação
(35)
Projetos
40
23%
Arbitragem
10
10% / 50%
Expirado
16
40%
Livre
4
Desenvolvedor 4
Classificação
(129)
Projetos
208
54%
Arbitragem
21
24% / 52%
Expirado
64
31%
Livre
5
Desenvolvedor 5
Classificação
(53)
Projetos
79
18%
Arbitragem
13
15% / 54%
Expirado
5
6%
Livre
6
Desenvolvedor 6
Classificação
(89)
Projetos
137
24%
Arbitragem
35
9% / 40%
Expirado
52
38%
Livre
7
Desenvolvedor 7
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
Pedidos semelhantes
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

Informações sobre o projeto

Orçamento
40 - 50 USD
Desenvolvedor
36 - 45 USD
Prazo
de 3 para 5 dias