Job finished

Execution time 2 days
Feedback from employee
Nice customer to work with
Feedback from customer
Very Knowledgeable, Very Fast and Very Understanding. I will surely use again.

Specification

Hi everyone,

1. Please read through this project, i have tried to explain it in the simplest terms.

2. You should only apply for this just if you understand what i want.

3. I will not have time to explain anything because i am busy and i have simplified it.

4. If you understand it, then apply, if not please don't apply.


Expert Advisor

Trend and Entry Power

 

M5

M15

M30

H1

H4

D1

 

Trend

Entry

Trend

Entry

Trend

Entry

Trend

Entry

Trend

Entry

Trend

Entry

EURUSD

 

 

 

 

 

 

 

 

 

 

 

 

GBPUSD

 

 

 

 

 

 

 

 

 

 

 

 

AUDUSD

 

 

 

 

 

 

 

 

 

 

 

 

NZDUSD

 

 

 

 

 

 

 

 

 

 

 

 

USDCAD

 

 

 

 

 

 

 

 

 

 

 

 

USDJPY

 

 

 

 

 

 

 

 

 

 

 

 

USDCHF

 

 

 

 

 

 

 

 

 

 

 

 

 

Use the conditions below for each currency pair and timeframe above.

This Expert Advisor makes use of 15 candles or bars divided into 3 categories

Long_term = Bar14, Bar13, Bar12, Bar11, Bar10

Medium_term = Bar9, Bar8, Bar7, Bar6, Bar5

Short_term = Bar4, Bar3, Bar2, Bar1, Bar0

 

Trend Cells Logic:

If Long_term && Medium_term && Short_term condition are true, then trend cells are either color green or color red.

Long_term condition (Bar14 to Bar10)

1.       From Bar14 to Bar10, identify bullish bars, then for each bullish bar, find the value of (Close – Open)

2.       Add up all the values of (Close – Open) of each bullish bar from Bar14 to Bar10 = All bullish value

3.       From Bar14 to Bar10, identify bearish bars, then for each bearish bar, find the value of (Open – Close)

4.       Add up all the values of (Open– Close) of each bullish bar from Bar14 to Bar10 = All bearish value

5.       Find the value of (All bullish – All bearish) = if positive, then color green, else color red. If zero, no color

Medium_term (Bar9 to Bar5)

1.       Use same conditions as Long_term, but use Bar9 to Bar5

Short_term (Bar4 to Bar0)

1.       Use same conditions as Long_term, but use Bar4 to Bar0

Trend Cells Color:

1.       Trend cells = green color if Long_term = green && Medium_term = green && Short_term = green, else no color.

2.       Trend cells = red color if Long_term = red && Medium_term = red && Short_term = red, else no color.

Entry Cells Color

Bullish

1.       This logic only use Bar2, Bar1 and Bar0.

2.       Entry cell = green if Bar1 is bearish && Bar0 is bullish && Bar0 High > Bar1 High

Or

3.       Entry cell = green if Bar2 is bearish && Bar1 is bullish && Bar0 is bullish && Bar0 High > Bar1 High & Bar0 High > Bar2 High.

 

Bearish

1.       This logic only use Bar2, Bar1 and Bar0.

2.       Entry cell = red if Bar1 is bullish && Bar0 is bearish && Bar0 Low < Bar1 Low

Or

3.       Entry cell = red if Bar2 is bullish && Bar1 is bearish && Bar0 is bearish && Bar0 Low> Bar1 Low & Bar0 Low > Bar2 Low

Open buy trade

If Trend cell = green color && entry cell = green for the same timeframe, then open a buy position for the currency pair.

Open sell trade

If Trend cell = red color && entry cell = red for the same timeframe, then open a sell position for the currency pair.

Others:

1.       Take Profit Condition = Trailing profit

2.       Stop Loss condition = Martingale

3.       Pop-up notification for the currency pair and timeframe that opened a trade.

 

 

 


Responded

1
Developer 1
Rating
(39)
Projects
55
13%
Arbitration
5
20% / 20%
Overdue
6
11%
Free
2
Developer 2
Rating
(174)
Projects
199
12%
Arbitration
38
37% / 34%
Overdue
5
3%
Working
Published: 2 codes
3
Developer 3
Rating
(73)
Projects
85
44%
Arbitration
10
40% / 50%
Overdue
9
11%
Free
Similar orders
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /

Project information

Budget
50+ USD
Deadline
to 1 day(s)