Price Action Scalper EA

MQL4 Experts

Specification

This is an simple Ea based on price action. I am testing this strategy... The EA will have 2 price level (Sell_Level and Buy_Level) and when price moves up above the Sell_Level and then back down thru Sell_Level, then the EA will sell at market.

When price moves down below the Buy Level and then back up thru the Buy_Level, then the EA will buy at market. 

extern parameters

Lot size : 0.1 

Risk per trade : 5% 

Day Timing: 15:00 to 14:59 (This will define each day from 15:00 to 14:59)

Trading Hours: 15:00 to 22:59


Stop Loss (pips) : 5

Take Profit (pips) : 5

Trailing Stop (pips) : 4 (if 0 then EA just take close position when it hits Take Profit)


Sell_Level : Open/High/Low/Close (default - open)

Buy_Level : Open/High/Low/Close (default - open)





*********************


Sell_Level is equal to the highest Open (depend on extern parameter) price since “Start of Day” 15:00

Buy_Level is equal to the lowest Open (depend on extern parameter) price since “Start of Day” 15:00


Previous_Day_High is equal to the Price of yesterday’s High (15:00 to 14:59)

Previous_Day_Low is equal to the Price of yesterday’s Low (15:00 to 14:59)


Current_Day_High is equal to the High price since “Start of Day” 15:00

Current_Day_Low is equal to the Low price since “Start of Day” 15:00


Sell_Level and Buy_Level will be updated at each new price bar from start of day.

Sell_Level and Buy_Level will be reset at end of each day. 14:59


Previous_Day_High, Previous_Day_Low, Current_Day_High, Current_Day_Low will also be reset at end of each day. 14:59



Sell Entry


  • Current_Day_High < Previous_Day_High.
  • When price goes up above Sell_Level and then come back down thru Sell_Level, Sell at Market.


Buy Entry


  • Current_Day_Low > Previous_Day_Low.
  • When price goes down below Buy_Level and the come back up thru Buy_Level, Buy at Market.


Trailing Stop


The EA is to trail the trade's TP once it has hit Take Profits level. If Trailing Stop = 0, then EA just take profit without trailing.

e.g. if TP = 5 and Trailing Stop = 4, then

when trade is 5 pips in profit, the SL will be moved to Breakeven + 1 pip.

when trade is 9 pips in profit,  the SL will be moved to 5 pips




Responded

1
Developer 1
Rating
(180)
Projects
301
30%
Arbitration
54
24% / 56%
Overdue
98
33%
Free
2
Developer 2
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
3
Developer 3
Rating
(90)
Projects
159
61%
Arbitration
40
18% / 63%
Overdue
70
44%
Free
4
Developer 4
Rating
(25)
Projects
54
37%
Arbitration
4
0% / 50%
Overdue
22
41%
Free
Similar orders
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

Project information

Budget
10 - 20 USD
For the developer
9 - 18 USD
Deadline
from 3 to 6 day(s)