Ea swing

MQL4 Experts

Trabalho concluído

Tempo de execução 1 dia

Termos de Referência

Hi hope someone will made this ea.

 

EA with the following parameters:

System: EA and Indicator for MetaTrader4 / MQL4, delivering of the Source-Code

EA Swing

Have to work for all Assets -> Indices, Forex, Gold

Used Indicators : RSI, Forex Trend (will be delivered) 


Money-Management:

1. fix lot size

2. variable lot size:

risk X% of account balance

lot size depends of the SL 

for example:

account balance = 10.000,-

risk 2% = 200,-

SL = 20 points or 20,-

------------------------------------------------------------------------------------------------------------

STRATEGY TREND:

LONG:

When the market is trending down / short, we need the RSI to cross below level 30. Wait for the close of a candle above the 2 Red Lines.

Then confirm that the RSI went from below level 30 to above 30. At the opening of the next candle,

a Long / Buy trade is opened. Put the stop at the swing low of the previous candle or to a fix stop (choosable in the settings).


SHORT:

Once the market is trending up / long, we need the RSI to cross above level 70. Wait for the close of a candle below the 2 Blue Lines. 

Then confirm that the RSI went from above level 70 to below 70. At the opening of the next candle, 

a Short / Sell trade is opened. Put the stop at the swing high of the previous candle or to a fix stop (choosable in the settings).


Exits:

fix take profit (chosable in the settings)

fix stop loss (choosable in the settings)


Option 1

Stop loss distance will be used as take profit target.


Example: 1:1 Risk to reward. If your stop is -12 pips your take profit should be +12 pips.


Option 2

Stop loss distance will be used as take profit target. If take profit is reached than partial close of 50% of the position.

than trailing stop: put stop at the low (buy trade) or the high (short trade) + x points of the previous candle.


Example: Open 2 lots. If your stop is at -10 pips, once your trades goes in your favor and you’re take profit is at +10 pips,

close 1 lot and let the other one run till exit with trailing stop.


Option 3

Exit on rsi level's these levels have to be choosable in the settings


Example: long trade close if rsi is closing above rsi level 70 / short trade close if rsi is closing above rsi level 30/

long and short trade close if rsi is closing above or below rsi level 50


-------------------------------------------------------------------------------------------------------------

Additional Settings:

trading time -> when a positione will open

close time -> when a position have to close

all rsi and forex trend settings have to be choosable

max. open positions

 

thanks and regards 

Respondido

1
Desenvolvedor 1
Classificação
(590)
Projetos
789
71%
Arbitragem
9
33% / 33%
Expirado
22
3%
Livre
2
Desenvolvedor 2
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
3
Desenvolvedor 3
Classificação
(88)
Projetos
138
25%
Arbitragem
33
33% / 45%
Expirado
59
43%
Trabalhando
4
Desenvolvedor 4
Classificação
(2428)
Projetos
3057
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
5
Desenvolvedor 5
Classificação
(2086)
Projetos
2646
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
6
Desenvolvedor 6
Classificação
(586)
Projetos
1048
49%
Arbitragem
39
28% / 41%
Expirado
49
5%
Livre
7
Desenvolvedor 7
Classificação
(219)
Projetos
370
42%
Arbitragem
145
17% / 41%
Expirado
124
34%
Livre
Pedidos semelhantes
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Informações sobre o projeto

Orçamento
50 USD
IVA (19%): 9.5 - 9.5 USD
Total: 59.5 - 59.5 USD
Desenvolvedor
45 - 45 USD
Prazo
de 1 para 5 dias