EA to open Limit stop orders

MQL5 Experts Scripts

Specification

I would need an EA to open Limit stop orders, in MT5.

The EA would need to open a stop order when trigger level or limit is reached.

Example

Current price 1.25, I set the EA to open an order to buy at 1.23 only when the price has reached 1.22 (trigger level)

The idea is to combine limit orders at pullback with stop orders, in order to get a better fill and at the same time execute only if there is a fresh momentum (bullish in the example).

Responded

1
Developer 1
Rating
(545)
Projects
1326
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
2
Developer 2
Rating
(13)
Projects
20
30%
Arbitration
5
20% / 80%
Overdue
5
25%
Free
3
Developer 3
Rating
(2)
Projects
2
0%
Arbitration
13
8% / 92%
Overdue
1
50%
Free
4
Developer 4
Rating
(62)
Projects
140
46%
Arbitration
19
42% / 16%
Overdue
32
23%
Free
Similar orders
I want an EA (Trading Panel) on MT5 that would be used to take trades on deriv: 1. Enter 10 trades simultaneously with S/L at 1.5 ATR and customizable. 2. With first T/P at 1 ATR for the first 5 positions. 3. Second T/P at 0 point for the remaining 5 positions. 4. It should have a customized break-even adjustment for the 10 trades. 5. It should have a trailing S/L for all trades with customized setting. 6. It should
Hi, I have EA for MT5 and for MT4. The lot size here is fixed to equity. Specifically 0.01 for every 5,000 equity balance. I would like to make a change for both EAs and set the lot size to 0.01 for every 12,000 equity balance. Can anyone help me with this? Please suggest a price for the modification. Thank you. Tadeas
Hello, I hope you're doing well. I'm looking to create a new version of an existing robot I have. I currently have the source code and would like to develop a different robot with modified settings. If I provide you with the source code and the specific changes I want, would you be able to create this new robot for me? If you are capable apply now
Hello, I need to code an MT4 EA to trade when the 16 patterns below appear: Input: Lotsize: 0.01 SL: 50 pips TP: 100 pips Or in R:R ratio 1:2 1:3 1:5 1:10
Hi there, I need a custom pine script and mql 4/5 to detect 5 different trending strategies 1. Strong up trend 2. Weak up trend 3. Sideways or no trend 4. Weak down trend 5. Strong down trend I am using moving averages slow and fast along with ADX directional index and Bollinger bands individually on trading view charts However I am looking for one script that could do accurate identification of those five strategies
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
Build EA Trading Utilitis to Fixed SL and Trailing by Pips in all Trade open from MT5 Account.. Utilities setting will allow us to add fix Stop Loss and Take Profit values in Pips, Automatic break even, Allow to Add multiple Trailing stop, Partial closing
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
I need someone who can code a robot using a channel indicator. I have the indicator with me but it isn't mine and I don't have the source code as well. If you can generate something similar to that , then it would be cool KINDLY NOT THAT MY BUDGET IS FOR BOTH MT4 AND MT5 PLATFORMS The EA should have 1. An option that I can change it parameters 2. The EA should sell on every bearish candle that closes after it touches
// @version= 5 strategy ( "Supertrend Strategy" , overlay = true , default_qty_type = strategy.percent_of_equity , default_qty_value = 15 ) // Input parameters atrPeriod = input ( 10 , "ATR Length" ) factor = input.float ( 3.0 , "Factor" , step = 0.01 ) trailATR = input.int ( 1 , "ATR Trail" , minval = 1 ) // Calculate Supertrend [ _ , trendUp ] = ta.supertrend ( factor , atrPeriod ) // Entry conditions longEntry =

Project information

Budget
15- USD