EA based on Price Action

MQL5 Experts

Specification

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


Responded

1
Developer 1
Rating
(2421)
Projects
3041
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Working
2
Developer 2
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
3
Developer 3
Rating
(26)
Projects
34
26%
Arbitration
7
14% / 43%
Overdue
7
21%
Free
4
Developer 4
Rating
(41)
Projects
88
14%
Arbitration
30
30% / 53%
Overdue
36
41%
Working
5
Developer 5
Rating
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Working
6
Developer 6
Rating
(65)
Projects
71
30%
Arbitration
8
0% / 88%
Overdue
5
7%
Free
7
Developer 7
Rating
(39)
Projects
55
13%
Arbitration
5
20% / 20%
Overdue
6
11%
Free
8
Developer 8
Rating
(2077)
Projects
2635
61%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
9
Developer 9
Rating
(36)
Projects
50
28%
Arbitration
2
0% / 100%
Overdue
6
12%
Free
10
Developer 10
Rating
(96)
Projects
143
76%
Arbitration
0
Overdue
2
1%
Free
11
Developer 11
Rating
(253)
Projects
407
38%
Arbitration
84
43% / 19%
Overdue
70
17%
Loaded
12
Developer 12
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Strategy: 1. Identify strong supply and demand levels. Draw them in the chart in green and red. In Tradingview: Market Structure Break & Order Block by EmreKb von EmreKb --> Strong demand and supply area refer to picture below (Buy and Sell Zones). There must be a strong demand / supply zone on a higher time frame in order for the set up to be valid. The time frame can be selected in the settings. E.g. "Higher Time
Hi there, I currently have a scalping strategy based of 3 thrid party indicators that I would like automated. This would help me with running the strategy through the strategy tester. Two of the indicators dont have iCustom functionality to pull the data in, so another way would have to be devised. The strategy incorpates trading activity, sentiment in the for of the ratio of traders in profit, and a third techincal
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)

Project information

Budget
30 - 200 USD
For the developer
27 - 180 USD