Make me an EA using this logic

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del cliente
Maximum satisfaction as aways. Thanks a million
Feedback del dipendente
Everything perfect. Pleasure working with him as always!

Specifiche


1.     W1 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

2.     D1 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

3.     H4 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

4.     H1 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

5.     M30 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

6.     M15 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the current Bar == Bullish  &&

                                             ii.     If previous Bar == Bearish  &&

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY current Bar == Bearish  &&

                                             ii.     If Previous Bar == Bullish  &&

 

7.     M5 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the current Bar == Bullish  &&

                                             ii.     If previous Bar == Bearish  &&

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY current Bar == Bearish  &&

                                             ii.     If Previous Bar == Bullish  &&

 

1.     The EA will have a lot size input to be used when a trade is opened.

2.     The EA will have a  Trailing stop requirement pips

 

 

 


1.     EA must check for trading conditions:

a.     Open a Buy trade if M5,M15,M30,H1,H4,D1,W1 under the TREND COLUMN = Green == Buy

b.    Open a Sell trade if M5,M15,M30,H1,H4,D1,W1 under the TREND COLUMN = Red == Sell

 

2.     EA cannot duplicate or open the same/identical currency pairs at the same time.

3.     The lot size must be the same for each currency pair when opened.

 

 

1.     Trailing Stop loss:

a.     If a BUY trade is opened, automatically set a stop loss using M-15 Chart:

                                               i.     Compare the 2_previous_bar_ago and the immediate_previous_bar BEFORE the current bar

                                             ii.     Identify the lower_low between the 2 bars above

                                            iii.     Set the Trailing stop loss at the LOWER LOW Value.

 

b.     If a SELL trade is opened, automatically set a stop loss using M-15 Chart:

                                               i.     Compare the 2_previous_bar_ago and the immediate_previous_bar BEFORE the current bar

                                             ii.     Identify the Higher_high between the 2 bars above

                                            iii.     Set the Trailing stop loss at the HIGHER HIGH value.

 

2.     If Max Loss Account Balance is = Max Loss Account balance input, then CLOSE ALL TRADES.

 

 


1.     The EA will have all Automatic Close ALL Trades (Broker Terminal Time) inputs which I can SELECT or DE-SELECT

Each time any of this time is reach on the Terminal, the EA will check for open Trades and close all Open Trades at this time. 00:29, 00:59, 01:29, 01:59, 02:29, 02:59, 03:29, 03:59, 04:29, 04:59, 05:29, 05:59, 06:29, 06:59, 07:29, 07:59, 08:29, 08:59, 09:29, 09:59, 10:29, 10:59, 11:29, 11:59, 12:29, 12:59, 13:29, 13:59, 14:29, 14:59, 15:29, 15:59, 16:29, 16:59, 17:29, 17:59, 18:29, 18:59, 19:29, 19:59, 20:29, 20:59, 21:29, 21:59, 22:29, 22:59, 23:29, 23:59)

 

 


This is for my personal Decision, Not part of the EA function just Dashboard.

 

1.     TimeFrame = [“M5”,“M15”, “M30”, “H1”, “H4”, “D1”]

a.     Loop TimeFrame

1.     It uses Candle0 = current candlestick

2.     It uses Candle1 = candlestick before candle0

3.     It uses Candle2 = candlestick before candle1

4.     It uses Candle3 = candlestick before candle2

5.     It uses Candle4 = candlestick before candle3

6.     It uses Candle5 = candlestick before candle4

 

Bull Conditions

1.     Candle0 = bullish

2.     Candle1= bullish or bearish

3.     Candle2= bullish or bearish

4.     Candle3 = bullish or bearish

5.     Candle4 = bullish or bearish

6.     Candle5 = bullish or bearish

7.     Candle2_Low < Candle1_Low && Candle1_Low > Candle0_Low && Candle2_Low < Candle0_Low &&

8.     Candle0_High >= Maximum value between (Candle1_OPEN or Candle1_CLOSE) &&

9.     (Candle3_high<Candle4_high) or (Candle3_high<Candle4_high<candle5_high) or (Candle3_low<Candle4_low) or (Candle3_low<Candle4_low<candle5_low)

10.  Print “Bullish” on the chart

 

 

Bear Conditions

1.     Candle0 = bearish

2.     Candle1= bullish or bearish

3.     Candle2= bullish or bearish

4.     Candle3 = bullish or bearish

5.     Candle4 = bullish or bearish

6.     Candle5 = bullish or bearish

7.     Candle2_High > Candle1_High && Candle1_High < Candle0_High && Candle2_High > Candle0_High &&

8.     Candle0_low <= Minimum value between (Candle1_OPEN or Candle1_CLOSE) &&

9.     (Candle3_high<Candle4_high) or (Candle3_high<Candle4_high<candle5_high) or (Candle3_low<Candle4_low) or (Candle3_low<Candle4_low<candle5_low)

10.  Print “Bearish” on the chart


Con risposta

1
Sviluppatore 1
Valutazioni
(43)
Progetti
65
11%
Arbitraggio
12
58% / 42%
In ritardo
1
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(390)
Progetti
564
53%
Arbitraggio
27
56% / 22%
In ritardo
6
1%
In elaborazione
3
Sviluppatore 3
Valutazioni
(93)
Progetti
114
24%
Arbitraggio
13
46% / 23%
In ritardo
8
7%
Gratuito
4
Sviluppatore 4
Valutazioni
(203)
Progetti
329
35%
Arbitraggio
64
13% / 56%
In ritardo
86
26%
In elaborazione
5
Sviluppatore 5
Valutazioni
(29)
Progetti
49
22%
Arbitraggio
13
31% / 15%
In ritardo
13
27%
In elaborazione
6
Sviluppatore 6
Valutazioni
(15)
Progetti
34
24%
Arbitraggio
3
0% / 33%
In ritardo
2
6%
In elaborazione
7
Sviluppatore 7
Valutazioni
(72)
Progetti
80
10%
Arbitraggio
35
9% / 54%
In ritardo
6
8%
Gratuito
8
Sviluppatore 8
Valutazioni
(75)
Progetti
228
72%
Arbitraggio
6
100% / 0%
In ritardo
1
0%
Gratuito
9
Sviluppatore 9
Valutazioni
(136)
Progetti
196
43%
Arbitraggio
17
29% / 59%
In ritardo
28
14%
Gratuito
10
Sviluppatore 10
Valutazioni
(154)
Progetti
276
34%
Arbitraggio
15
27% / 47%
In ritardo
42
15%
In elaborazione
11
Sviluppatore 11
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
24
50% / 29%
In ritardo
46
7%
In elaborazione
12
Sviluppatore 12
Valutazioni
(535)
Progetti
613
34%
Arbitraggio
32
41% / 47%
In ritardo
9
1%
Occupato
13
Sviluppatore 13
Valutazioni
(270)
Progetti
550
49%
Arbitraggio
55
40% / 36%
In ritardo
227
41%
In elaborazione
14
Sviluppatore 14
Valutazioni
(45)
Progetti
63
52%
Arbitraggio
3
0% / 0%
In ritardo
1
2%
Gratuito
Ordini simili
//+------------------------------------------------------------------+ //| Micro Scalper HFT-Style EA for MT5 | //| Author: ChatGPT | //+------------------------------------------------------------------+ #property strict input double Lots = 0.1; input double TakeProfit = 2; // in points input double StopLoss = 5; // in points input double MaxSpread = 10; //
The trading robot should operate on the Deriv MT5 server and utilize a 1-minute chart timeframe . It will trade on the Boom 1000 and Crash 1000 instruments. Indicators Used: Linear Weighted Moving Average (LWMA): Period: 10 Stochastic Oscillator: Levels: Marked at 90 and 10. This indicator is only for marking these levels and its data is not used for decision-making . Awesome Oscillator (AO): This indicator is
I need to combine and modify 2 EA's and add some conditions to them. I also need optimize them because they have some error and bugs. The developer needs to know how to use MACD , supply and demand zones , lock and martingale
Betfair Bot Needed 50 - 500 USD
PAKISTAN'S BIGGEST EXCHANGE PROVIDER 🎲♣️♥️♠️⚽ AT AFFORDABLE RATES 💰 📲 WE DEAL IN DL / MDL / SMDL / SUB ADMIN / ADMIN 📈🎲🎰 || How To Create New Account All Exchange in Pakistan Admin I'D = Supermaster I'D = Master I'D = Betting I'D All Available || 💯 Secure Trust Me 🤝 Timing schedule: Morning 10:00 AM to Night 2:00 AM ⏰. You can deposit or withdraw anytime! 🕒 We accept Easypaisa, JazzCash, and Bank
"I don’t just code bots – I engineer profit engines. Contact: quant.alpha@proton.me ✨ Why Traders Will Love It: ⚡ AI-Powered Decisions – Self-learning PPO model adapts to changing gold market conditions . ⚡ Military-Grade Risk Control – Auto position sizing, volatility filters, and instant circuit breakers . ⚡ Seamless MT5 Execution – Handles slippage, partial fills, and spread risks like a pro. ⚡ Proven Backtesting
I am looking for an experienced developer who can create a MetaTrader 5 (MT5) Expert Advisor (EA) based on a single TradingView indicator and a set of Buy/Sell conditions that I will personally share with you. Requirements: Convert the TradingView indicator (Pine Script) logic to a working MT5 EA Implement specific Buy and Sell conditions (I will provide exact rules) EA must include basic risk management options (Lot
I need a clean, simple EA for MT5 that consistently produces ~5% monthly return with moderate trade frequency (6–12 trades/week). - Must auto-compound or use risk-based lot sizing - Must include .mq5 source file , not just .ex5 - Must show backtest proof on 2 different pairs , preferably M30/H1 - Must be original or legally yours to transfer, this will be used in a broader structured trading setup I’m building I
Trading is journey not a destination every win and loss is stepping stone to greatness stay patient stay focused and keep learning our back through is just around the corner we won’t give up on dreams
Dbrain EA bot 100+ USD
import MetaTrader5 as mt5 import pandas as pd import numpy as np import time from datetime import datetime # --- CONFIGURATION --- ACCOUNT_ID = 12345678 # Replace with your MT5 account ID PASSWORD = "your_password" # Replace with your MT5 password SERVER = "your_broker_server" # e.g., "Exness-MT5server" SYMBOL = "EURUSD" TIMEFRAME = mt5.TIMEFRAME_H1 # 1-hour timeframe (adjust as needed) INITIAL_CAPITAL = 10000.00 #
To develop EA algo on GBPUSD on MT5 Client will provide the necessary indicator which will plot Daily pivots on the chart. PFA screenshot attached for details of job work

Informazioni sul progetto

Budget
100+ USD
Per lo sviluppatore
90 USD
Scadenze
a 3 giorno(i)