SMC(smart money concept) EA by combining orderblock, fair value gap, market structure, liquidity. [ Urgent Project ]

Specification

SMC (SMART MONEY CONCEPT) EA

Project Overview:

Plotting Features

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

1. plot swing market structure and internal market structure.

2. Swing structure will create swing orderblocks box(Bullish & Bearish), internal structure will create internal orderblocks box( Bullish & Bearish)

- boxes will extend till real time bar

3.  plot bullish and bearish imbalance box.( gap between 3 consecutive candles),box extend till realtime bar

4.  plot Swing bullish and bearish BOS(break of structure) and ChoCH( change of character)

5. plot internal bullish and bearish BOS(break of structure) and ChoCH( change of character)

5.  Option to Filter Non-mitigated [untouch] & mitigated Orderblocks [touch]

6. Option to Filter Non-mitigated [untouch] & mitigated FVG [touch]

7. Filter Extreme Orderblocks - which are located in 0-20% or 80-100% of Fib.

9. Filter premium/ discount Orderblocks

10. Premium Discount Range (Auto Fib on Recent Range with 0,0.786,0.618,0.50,0.382,0.236,100 levels)

11.Previous Day, Week & Month high/low.[Line extend till real time bar]

12. Plot Multi time frame ADR [100%, 125%, 150%, 175%, 200%, 300%

Source code Reference for Multi time frame ADR( very simple script)

 

 

 

Source code Reference for points 1-11: Source code reference from this pinescript open source :

 

You can take above reference to write it for mql5/4 or use chatGPT to convert pinescript to mql5.

User Inputs Reference :

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Multi Time Frame Plotting :

Checkbox to turn on/off to display

1.    [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] swing orderblock

2. [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] internal orderblock

3. [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] FVG

4. [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] SWING BOS

5. [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] Internal BOS

6. [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] SWING CHoch

7. [m1,m5,m15,m30,h1,h4,daily,weekly,monthly] Internal CHoch

Reference image for how checkbox should look like  :

 

So We need to give check box for

1.swing orderblock

2.internal orderblock

3.fvg

4.swing bos

5.internal bos

6.swing choch

7.internal choch

 

Alert Conditions, when Combining higher and lower time frames.

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

User input:

-Choose First Time Frame  - Drop down menu[1m,5m,1m,30m,H1,H4,Daily,Weekly,Monthly]

Choose First time Frame Direction -Drop down menu [Bullish or Bearish]

Choose Liquidity Type - Drop down menu [ Swing Orderblock, Internal Orderblock, FVG, ADR100, ADR125, ADR150, ADR175, ADR200, ADR300, Previous day high, previous day low, previous week high, previous week low]

 

-Choose Second Time Frame - Drop down menu[1m,5m,1m,30m,H1,H4,Daily,Weekly,Monthly]

Choose Second time Frame Direction -Drop down menu [Bullish or Bearish]

Choose structure Type - Drop down menu [ swing bos, internal bos, swing choch, internal choch, 50% retracement, OTE(0.618 -0.7860 ] ]

 

* Note always display alert label on the candle, so it will be easy to backtest.

 

Some examples to explain Alert combinations:

Example 1: When price touches Daily Bullish Orderblock + 15 min bullish swing choch => alert triggers

Example 2: when price touches Weekly Bullish FVG + h1 bullish internal choch => alert triggers

Example 3: When price touches previous day high + 5 min bearish swing choch => alert triggers

Example 4: when price touches previous week low + 30 min bullish internal choch => alert triggers

Example 5: when price touches Bullish ADR 150% + 5 min bullish 50% retracement => alert triggers

Example 6: when price touches Bearish ADR 200% + 15 min bearish OTE => alert triggers

 

So basically, alert triggers on the combination of first and second time frame based on their time frame, direction, and liquidity/ structure type.

Still have doubt? Ill explain it in more detail, once project get finalize.

 

 

EA MODE

=======

 

So, till here we are done with plotting based on user input and alerts. Now we will use above alerts[combination of 1st and 2nd TF] for EA execution

 

EA user input:

 

1. EA mode

 - Trading mode ( take trade automatically when alert found )

 - Alert mode  ( just triggers alert)

 

2. Use Balance or Equity

  - Account Balance

  - Account Equity

 

3. Lot sizing

   - Percentage of Balance/equity

   - Fixed  

   - If select percentage - define %

   - if select fixed - define fixed lot from [0.01- to max lot allowed]

 

4. TP/SL MANAGEMENT

   - USE SL? [True/False]

   - USE TP? [True/False]

 

 

5. SL MODE

   -Fixed mode

   - ADR mode

   - High/low Mode

 

 

6. TP MODE

   -Fixed mode

   - ADR mode

   - High/low Mode

 

7. Fixed TP/SL Setting

   -  Take profit in pips

   -  Stop loss in pips

 

 

8. ADR TP/SL Setting

   - TP ADR Multiplier [ could be 0.25 ,0.5,1,2 etc]

   - SL ADR Multiplier [ could be 0.25 ,0.5,1,2 etc]

 

9. High/Low mode TP/SL Setting

   -pips beyond high/low [ here stop loss will update on the basis of secondry time frame i.e swing bos/choch , internal bos choch , 50% or OTE as its our entry criteria]

   - Risk:reward ratio

 

10. Close trade on opposite signal

   - true

   - False

Example : if alert generated on bullish daily orderblock+ 15 min bullish swing bos, then trade close when 15 min bearish swing bos found. we will consider secondry time frame here.

 

11. Trade only between set hours:

  - Hour to start

  - minute to start

  - Hour to end

  - minute to end

 

12. Deinit when close trade

  - true

  - false

 

13. EA info dashboard setting

 

  - display current drawdown and profit

  - display total profit

  - display total running trades

  - display setting data

 

 

14. Alert and screenshot setting

 

  - Generate alert at entry [ true/false ]

  - Generate alert at exit [true/false ]

  - pop up alerts [true/false ]

  - email alerts  [true/false ]

  - push alerts   [true/false ]

  - take screenshots [true/false ]

 

 

 More details inside the PDF ill share with you


Responded

1
Developer 1
Rating
(6)
Projects
10
50%
Arbitration
6
17% / 50%
Overdue
3
30%
Working
2
Developer 2
Rating
(9)
Projects
19
16%
Arbitration
3
67% / 0%
Overdue
0
Free
3
Developer 3
Rating
(19)
Projects
33
55%
Arbitration
5
80% / 20%
Overdue
3
9%
Free
4
Developer 4
Rating
(5)
Projects
4
50%
Arbitration
4
0% / 75%
Overdue
0
Free
5
Developer 5
Rating
(64)
Projects
68
25%
Arbitration
12
42% / 42%
Overdue
4
6%
Free
6
Developer 6
Rating
(564)
Projects
933
47%
Arbitration
302
59% / 25%
Overdue
125
13%
Working
7
Developer 7
Rating
(15)
Projects
33
24%
Arbitration
3
0% / 33%
Overdue
1
3%
Working
8
Developer 8
Rating
(5)
Projects
5
0%
Arbitration
3
0% / 100%
Overdue
2
40%
Free
9
Developer 9
Rating
(168)
Projects
187
43%
Arbitration
7
0% / 57%
Overdue
10
5%
Working
Published: 3 codes
10
Developer 10
Rating
(10)
Projects
15
40%
Arbitration
1
100% / 0%
Overdue
0
Working
11
Developer 11
Rating
(65)
Projects
72
6%
Arbitration
33
15% / 36%
Overdue
6
8%
Working
12
Developer 12
Rating
(72)
Projects
80
10%
Arbitration
35
9% / 54%
Overdue
6
8%
Free
Similar orders
Trading_bot 30 - 200 USD
Some traders include trading lot calculation algorithms at the first stage of robot creation. However, it is not recommended to include the money management algorithms for calculating the lot at this stage, since additional input parameters can lead to history-based overfitting during EA optimization. Better test your first EA version using a fixed lot. Only forward testing using history data and several-month real
the CCI entry is independent from the MA (Moving Average) entry in your described strategy. There are two distinct entry strategies: SMA-Based Entry: One strategy uses simple moving averages (SMAs) and their shifts to determine entry points. This is a classic trend-following approach, where entries are triggered based on the relationship between price and the moving averages, such as crossovers or shifts in the SMA
Project Name: Automatic Trend Channel and Bounce Detection Indicator Platform: TradingView (Pine Script v6) or lastest version Project Description: I want an indicator that automatically detects trend channels and bounce signals without manual drawing. It must: Identify swing highs and swing lows using pivot logic (for example, 5 candles left and 5 candles right), Draw a dynamic channel based on these swing points
1. Entry Rules Buy Entry : ADX(14) > 25 +DI > -DI EMA 21 crosses above EMA 50 Validated on the close of the H1 candle . Sell Entry : ADX(14) > 25 -DI > +DI EMA 21 crosses below EMA 50 Validated on the close of the H1 candle . 2. Exit Rules Take Profit (TP) : ATR-based TP = Current ATR(14) × 3.0 Stop Loss (SL) : ATR-based SL = Current ATR(14) × 1.5 Trailing Stop : Activated when profit ≥ ATR(14) × 1.0 . Trailing
📜 HostGhost EA Final Job Invite – For MQL5.com 📋 Project Title: Finalize & Polish HostGhost Dynamic Trader EA (80% Completed) 🌟 Project Description: Hello Developers, I am seeking an experienced and detail-oriented MQL5 programmer to finalize and polish a nearly completed EA called HostGhost . 80% of the EA's architecture is already built — structured, modular, well-commented, and elegantly laid out. Your role
i need an expert to converting trading view script called Renko chart into meta trader5 EA automated robot, i need an expert that can get it done in 5 days here is the link to the code /
Hello dear developer, I need a script developed in mql5 that can take a screenshot and upload that screenshot to google drive. The integration to google drive could be done using Google Apps Script or any other reliable method. A clean source code is needed both mql5 and the google apps script. Thanks
Hello, I need an expert coder who can help me convert my tradingview pine script to mt5 EA expert advisor, This is the pine script https://ctxt.io/2/AAB4SyWXFQ Also I need for EA to enter trades exactly like this strategy on TradingView, i attach, please i need someone wo can do the work not time waster, Live market order should be placed on green and red indicator chart
Hello All, I need a developer who can help me to modify my existing expert advisor with below requirements : 1. I have already a mql4 file and I want to modified it with some new certain filters or conditions 2. I will add more filters conditions which I will tell you later for the selected developer. 3. Once it’s done so you must share the modified mql4 to me and I will do back test many times to make sure whether
I’m looking for a custom indicator that can scan for ICT Smart Money "Breaker Structures" and alert me when they form. What I Need: The indicator should analyze markets (Oil/Gold/ but mostly Crypto (BTC)) for Breaker Structures—where price breaks a swing high/low but gets rejected, signaling a potential reversal. I primarily use TradingView, so I'd appreciate it if the script is compatible with TradingView and can

Project information

Budget
500 - 1000 USD
For the developer
450 - 900 USD
Deadline
from 5 to 20 day(s)