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

명시

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


응답함

1
개발자 1
등급
(6)
프로젝트
10
50%
중재
6
17% / 50%
기한 초과
3
30%
작업중
2
개발자 2
등급
(8)
프로젝트
18
17%
중재
3
67% / 0%
기한 초과
0
무료
3
개발자 3
등급
(20)
프로젝트
33
55%
중재
5
80% / 20%
기한 초과
3
9%
무료
4
개발자 4
등급
(5)
프로젝트
4
50%
중재
4
0% / 75%
기한 초과
0
무료
5
개발자 5
등급
(63)
프로젝트
68
25%
중재
12
42% / 42%
기한 초과
4
6%
무료
6
개발자 6
등급
(563)
프로젝트
932
47%
중재
302
59% / 25%
기한 초과
124
13%
로드됨
7
개발자 7
등급
(10)
프로젝트
25
28%
중재
2
0% / 0%
기한 초과
1
4%
로드됨
8
개발자 8
등급
(5)
프로젝트
5
0%
중재
3
0% / 100%
기한 초과
2
40%
무료
9
개발자 9
등급
(157)
프로젝트
174
43%
중재
6
0% / 67%
기한 초과
8
5%
무료
10
개발자 10
등급
(8)
프로젝트
13
31%
중재
1
100% / 0%
기한 초과
0
무료
11
개발자 11
등급
(55)
프로젝트
64
6%
중재
25
20% / 36%
기한 초과
4
6%
로드됨
12
개발자 12
등급
(71)
프로젝트
80
10%
중재
35
9% / 54%
기한 초과
6
8%
작업중
비슷한 주문
Tenho um EA mql4 que está com funcionalidades funcionando e outras com funcionalidades sem funcionar. Tenho um vídeo do EA funcionando como deve funcionar perfeitamente. O meu não consegue seguir o mesmo programa pois quando coloca os pontos de parada e retirada são bem diferentes. Não tenho pressa para tempo, só queria que conseguisse renovar o EA. O arquivo do grafico anexo é como ele se encontra agora. O certo é
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hedging MT4 EA 50+ USD
Overview of the Strategy The main strategy will be hedging trades of similar lot sizes on EUR/USD (or any other pair). The idea is to start with two trades, Buy and Sell of 0.1 lots each. The positive trade will close at profit at a certain X distance set in parameters or at any SR level defined by horizontal lines manually. Blue line for resistance and red line for support. At the same time, upon closure of profit
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Hey greetings. Am in need of a developer that has already made profitable MT4 or MT5 EA that I can buy with the backtesting and proven result. How is the draw down ? What is the winning rate ? Kindly reply and let proceed
I will buy your EA for MT5, in case that on distance it is able to make a profit of 10% per month. - Martingale methods and grid strategies should not be used as the basis of a trading strategy. - Excellent win rate (>80%) - High risk/loss management - Option to select direction of trading (long, short or both) - News filter - Editable Trading Hours I will need to test in the strategy tester and on live market (on
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I need a TradingView script (not mine) converted to an Mt5 EA. There is some specifications for the robots on when to be able to take a trade. Attached bellow is the file of the script I want translated and converted to MT5 then EA
I have attached the rules for the strategy. I have a mt4 EA version but now I want the bot on my Ctrader platform. I have never used an EA on Ctrader but I think after the EXE file is made, I just click on it to install in the Ctrader platform, correct? Anyway, if you could do this, that would be great. It's based on only one indicator, the RSI. I don't know how adjustments are made in Ctrader but I just need to be

프로젝트 정보

예산
500 - 1000 USD
개발자에게
450 - 900 USD
기한
에서 5  20 일