EA based on Price Action

MQL5 전문가

명시

SUMMARY

The idea of the trading system is as follows- Trading levels will be manually inserted for each currency pair on a weekly basis (or any timeframe)

and valid for the week (Monday to Friday)

Each level is either ‘buy above’ or ‘sell below’

The EA will execute a trade (on the 1hr or 4hr - depending on what is selected) when those levels are broken in the direction that qualifies the level as follows:

a.       Open long position when a ‘buy above’ level is broken

b.       Open short position when a ‘sell below’ level is broken

The breakout condition is true when the close of the candle crosses the level in the direction that qualifies the level

There are three different order strategies that should be able to be set true simultaneously and work independently

The entry orders will also be conditioned by filters and the filters should be able to be set to true simultaneously.


ORDER STRATEGIES


Order strategies for an uptrend and downtrend are explained below.


Strategy 1 - Two candlestick pattern entry

 

 

Uptrend

Downtrend

Step 1

The body of candlestick #1 breaks and closes above the trading level ‘buy above’

The body of candlestick #1 breaks and closes below the trading level ‘sell below’

Step 2

Set buy stop at top of candlestick #1 (including wick), set stop loss at the bottom of candlestick #1 (including wick), set take profit at a 1:1 risk to reward ratio

Set sell stop at bottom of candlestick #1 (including wick), set stop loss at the top of candlestick #1 (including wick), set take profit at a 1:1 risk to reward ratio

Step 3

Pending order will be executed when candlestick #2 begins to form

Pending order will be executed when candlestick #2 begins to form

Step 4

If entry order is not executed and candlestick #2 closes below the trading level, cancel trade

If entry order is not executed and candlestick #2 closes above the trading level, cancel trade


Strategy 2 - Three candlestick pattern entry

 

 

Uptrend

Downtrend

Step 1

The body of candlestick #1 breaks and closes above the trading level ‘buy above’

The body of candlestick #1 breaks and closes below the trading level ‘sell below’

Step 2

The body of candlestick #2 closes above the trading level but its high is lower than candlestick #1’s high

The body of candlestick #2 closes below the trading level but its low is higher than candlestick #1’s low

Step 3

Set buy stop at top of candlestick #1 (including wick), set stop loss at the bottom of candlestick #1 (including wick), set take profit at 1:1 risk to reward ratio

Set sell stop at bottom of candlestick #1 (including wick), set stop loss at the top of candlestick #1 (including wick), set take profit at 1:1 risk to reward ratio

Step 4

Pending order will be executed when candlestick #3 begins to form

Pending order will be executed when candlestick #3 begins to form

Step 5

If entry order is not executed and candlestick #3 closes below the trading level, cancel trade

If entry order is not executed and candlestick #3 closes above the trading level, cancel trade


Strategy 3 - Multiple candle stick pattern entry 

 

Uptrend

Downtrend

Step 1

The body of candlestick #1 breaks and closes above the trading level ‘buy above’

The body of candlestick #1 breaks and closes below the trading level ‘sell below’

Step 2

The body of candlestick #2 and up to #n (to set as a variable) closes above the trading level but their highs are lower than candlestick #1’s high

The body of candlestick #2 and up to #n (to set as a variable) closes below the trading level but their lows are higher than candlestick #1’s low

Step 3

Set buy stop at top of candlestick #1 (including wick), set stop loss at the bottom of candlestick #1 (including wick), set take profit at 1:1 risk to reward ratio

Set sell stop at bottom of candlestick #1 (including wick), set stop loss at the top of candlestick #1 (including wick), set take profit at 1:1 risk to reward ratio

Step 4

Pending order will be executed when the nth candlestick breaks the high of candlestick #1

Pending order will be executed when the nth candlestick breaks the low of candlestick #1

Step 5

If entry order is not executed before candlestick nth, delete trade

If entry order is not executed before candlestick nth, delete trade


To include options for all 3 strategies:

- increase or decrease the number of candlesticks up to #n

- add/subtract spread or a fixed pip value from entry, stop loss and take profit level

- increase or decrease risk to reward ratio by applying a % of the candlestick #1 and/or by extending 1:1 in increments of 0.1

TRADING SETTINGS

Lot sizing

  • Ability to define fixed lots – starting from 0.01
  • Ability to define risk per trade as % of account balance - risk calculated in % along with stop loss from 0.1% per trade;
  • Ability to define max lot – maximum lot size;

Weekday

  • Ability to select days of the week where trades are allowed, from Monday to Friday

Trailing Stop

  • Enable Trailing Stop – true or false
  • Trailing Stop Start Level – in pips
  • Trailing Stop Distance – in pips

Break Even:

  • Enable Break Even – true or false
  • If price is 0.75 or 75% of TP, move SL to breakeven
  • Break Even Level – in pips
  • Break Even Profit – in pips

Notification Settings:

  • Extended Journaling (log) - true or false
  • Emails – true or false
  • Push notification – true or false
  • Alerts – true or false

General Settings:

  • Max Slippage – in pips


응답함

1
개발자 1
등급
(2441)
프로젝트
3076
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
2
개발자 2
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
3
개발자 3
등급
(26)
프로젝트
34
26%
중재
7
14% / 43%
기한 초과
7
21%
무료
4
개발자 4
등급
(42)
프로젝트
88
14%
중재
31
29% / 55%
기한 초과
36
41%
작업중
5
개발자 5
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
작업중
6
개발자 6
등급
(65)
프로젝트
71
30%
중재
8
0% / 88%
기한 초과
5
7%
무료
7
개발자 7
등급
(39)
프로젝트
55
13%
중재
5
20% / 20%
기한 초과
6
11%
무료
8
개발자 8
등급
(2102)
프로젝트
2673
62%
중재
114
46% / 25%
기한 초과
420
16%
로드됨
9
개발자 9
등급
(36)
프로젝트
50
28%
중재
2
0% / 100%
기한 초과
6
12%
무료
10
개발자 10
등급
(96)
프로젝트
143
76%
중재
0
기한 초과
2
1%
무료
11
개발자 11
등급
(261)
프로젝트
425
38%
중재
86
44% / 19%
기한 초과
71
17%
로드됨
12
개발자 12
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
EA based on RSI and MA 100 - 400 USD
Program is based on RSI and MA indicators dynamic as triggers, for Open/Close criteria. Runs automatically but inputs can be updated manually. It uses a GUI to manage it. Multi TF analysis. Log register of every operation for analysis (db) Open Source deliver. Kindly apply IF you have previous experience with trading and mql/python/c bot/algo developing. And if you have a good track record . ps: Better if you have a
This is and EPA (Entry Point Analyzer). Automatically analyzes the algorithm for XAU/USD and places a safe entry point mark for your trade. This has been tested and gives out 90% success rates
I am looking for an experienced MQL5 developer to help me finalize and optimize an Expert Advisor (EA) for the FTMO challenge. I have already built a significant portion of the code, but it requires further refinement and optimization to ensure it functions according to the trading strategy I intend to use. I am happy to share all the resources, including the current code, reference materials, and detailed
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
I need a modification on my existing Ea if you can Can fixed risk management to lot size instead of percentage. don’t want strategic risk management input to be based on percentage Instead lot size. The strategic risk management function I need turned from percentage to lot based And I need sells and buys to have separate tps and sl options Budget:$100 Day: 1 day

프로젝트 정보

예산
30 - 200 USD
개발자에게
27 - 180 USD