Termos de Referência

boom and crashing EA using MAs. As equity grows EA should adjust lot size. EA should use 2 EMAs, 10 and 20 cross to scalp for one minute only(only buy crash and sell boom). EA should also indicate possible spikes but not trade them, just indicate a possible spike. it should be able to trade accounts as low as 10$ using 0.20 lot size, when account reaches 50$, the EA should increase lot size to 0.30, at 100$, lot size should be 0.50.

Also the bot must only risk 70 percent of the balance once the balance is more than 300 dollars.

 

Sell condition:

If 10-EMA crossed down through the 20-EMA :

1.       Checks if the current candlestick is red

2.       After the specified number of (xxx) seconds, send a sell order request.

3.       Set take profit (TP): After the desired time (xxx) seconds has passed since the sell order execution

4.       Placing multiple orders when a certain condition is activated.

5.       Stop loss: This section checks if there is an open sell order and if the current price has moved a certain distance

6.       Risk management:(  specified by the MaxLossPerDay variable) (specified by the MaxProfitPerDay variable DailyTrades …..)

 

 

Buy condition:

if 10-EMA crossed above the 20-EMA

1.       checks if the current candlestick is green

2.       After the specified number of (xxx) seconds, send a buy order request.

3.       Set take profit (TP): After the desired time (xxx) seconds has passed since the buy order execution

4.       Placing multiple orders when a certain condition is activated.

5.       Stop loss: This section checks if there is an open buy order and if the current price has moved a certain distance

6.       Risk Management : (specified by the MaxLossPerDay variable) (specified by the MaxProfitPerDay variable DailyTrades …..)



Custom Order Comment  

Emybot Ea

Magic Number

20220512

Trading Direction

Sell only or Buy only

candlestick

Red or green

=======================================

 

Fast MA Period

10

Fast Ma Methode

Exponential

Fast Ma Applied Price

Close price

Fast Ma shift

0

Slow MA Period

20

Slow Ma Methode

Exponential

Slow Ma Applied Price

Close price

Slow Ma shift

0

=======================================

 

buy order After (seconds ) (0=Disbale )

 

Sell order After (seconds ) (0=Disbale )

 

Number of multiple sell (0=Disbale )

 

Number of multiple buy  (0=Disbale )

 

=======================================

 

Max loss, $ (0=Disbale )

 

Max Profit, $ (0=Disbale )

 

=======================================

 

Lot Size

Lot 0.01 to 50

Stop loss, (0=Disbale )

 

Take Profit, After (seconds )

 

=======================================

 

Trade all sessions

TRUE, EA must run 24/7 / If  is False, EA must only run

Specific time #1

01:00 – 05:00

Specific time #2

08:00 – 14:00

Specific time #3

18:00 – 22:00

Specific time #4

18:00 – 22:00

!!!! No trades during the periods not specified

=======================================

Trading Days

Monday

true

Tuesday

true

Wednesday

true

Thursday

true

Friday

true

Saturday

true

Sunday

true

=======================================

 

Money Management

 

TRUE / FALSE (default TRUE; FALSE means fixed lots)

=======================================

Risk Management

DailyTrades

2 or Auto

DailyProfit

2 or Auto

DailyLoss

1 or Auto

 

 

Deliverables

 

Conclusion of the project will be measured according to the following:

  1. Functioning EA in MT5 (will test on demo and live account)
  2. Must be backtest-able in MT5 without error.
  3. Uncompiled code (must compile without errors or warnings).
  4. Compiled EA must successfully upload to the MQL5 marketplace – an indication of robust and clean coding.
  5. Source code must be delivered as well as lifetime license























































Respondido

1
Desenvolvedor 1
Classificação
(37)
Projetos
59
27%
Arbitragem
25
20% / 52%
Expirado
10
17%
Trabalhando
2
Desenvolvedor 2
Classificação
(9)
Projetos
20
10%
Arbitragem
3
67% / 33%
Expirado
5
25%
Trabalhando
3
Desenvolvedor 3
Classificação
(159)
Projetos
173
33%
Arbitragem
6
50% / 50%
Expirado
2
1%
Carregado
Pedidos semelhantes
Make ea 30+ USD
I want close option signal option even when tp and sl is active with take profit stop loss and trailing stop loss. time filter, auto lots x balance. i get paid on 00:00 uk time so i can send the agreement
I would like to have a FOREX trading bot developed for my personal use and eventually for commercial use. Requirements: - 3-5%/mo historical returns on a 'moderate' model - lesser historical returns on a "conservative" model - greater historical returns on an "aggressive" model - as small drawdowns as possible - must have been tested live or tested with greater than or equal to 99% modeling quality - must be able to
Hello, I’m currently using a Recovery expert advisor that is designed to use hedging and grid techniques to fully recover floating loss trades. The EA name will be provided to the interested developers. I need an expert person that can throughly test and optimize the EA on the GBPNZD pair (choosing the right timeframes) for a safe and reliable recovery process. I don’t care how much it will take, as long as it will
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is
Looking to create EA for forex tradding with strategy as per price action, where order get excuted with proper stop loss and take profit. and order size should change as per privious trade result

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
para 10 dias