指定

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























































応答済み

1
開発者 1
評価
(37)
プロジェクト
59
27%
仲裁
25
20% / 52%
期限切れ
10
17%
仕事中
2
開発者 2
評価
(9)
プロジェクト
20
10%
仲裁
3
67% / 33%
期限切れ
5
25%
仕事中
3
開発者 3
評価
(159)
プロジェクト
173
33%
仲裁
6
50% / 50%
期限切れ
2
1%
取り込み中
類似した注文
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 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 )
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
I want to export the live feed from my market watch to my technical analysis software. They have provided me an api also. Is there a way that their api can be integrated and take rates from my mt5 client terminal
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all

プロジェクト情報

予算
30 - 50 USD
開発者用
27 - 45 USD
締め切り
最高 10 日