(buy limit, buy stop) and (Sell stop, sell limit) EA

MQL4 Experts

Job finished

Execution time 5 days
Feedback from customer
Too great! Function is very complete! it is good !
Feedback from employee
Very good customer .. I'm very happy to work with you .. You are one of the best persons I worked fir .. Thanks a lot!

Specification

 

Hello, sir, can you help me write an ea? I can put the need to pay the cost to pay to your paypal. My ea strategy is simple. The ea mainly by (Sell stop, sell limit; buy limit, buy stop) high-frequency trading, make a small profit on the open (close orders). The value of the order size is also expected to be changed manually. There are two kinds of settings, one is many (Sell stop, sell limit) and one is many (buy limit, buy stop). For example (buy limit, buy stop) need to set a lot (buy limit, buy stop) between the distance, this value can be manually changed. Only the point of profit can also be modified, only the profit points I will set a very small, because the market is very small can make money, there are many (buy limit, buy stop) when the list of open positions in the original location and then open a new (buy limit , Buy stop). In this way the cycle after the list of open positions in the original open again (buy limit, buy stop). Set (Sell stop, sell limit) is the same, there are many (Sell stop, sell limit) If the list of open positions in the original position again open (Sell stop, sell limit). Equivalent to a lot of (buy limit, buy stop) and (Sell stop, sell limit) automatically only profit, only after the profit will open the list, the equivalent of a grid, Quotes in this grid (buy limit, buy stop) And empty one constantly updated, many (buy limit, buy stop) and (Sell stop, sell limit) from this very difficult, you can also hope that the slide can be traded. Sometimes very much hope that this large fluctuations in the network, the single-and single-space coverage can best be changed.EA set the funds management lower than the number of values, automatically withdraw from the EA transactionWell, I hope this ea can be successful, I hope you can help me complete this ea, thank you!..................

Have any questions contact me

你好!先生,可以帮我写一个ea吗?我的这个ea策略简单。这个ea主要设置挂载订单高频交易,赚很小的利润就平仓(关闭订单)。下单大小这个值也希望可以手动更改。设置挂载订单有两种一个是许多(Sell stop, sell limit)一个是许多(buy limit, buy stop)。比如多单需要设置很多(buy limit, buy stop)之间距离,这个值希望可以手动更改。止盈点数也可以修改,止盈点数我会设置很小,因为行情很小时也能赚钱,有很多(buy limit, buy stop)当单子平仓后在原来挂的多单位置再开一个新的挂单多单。就这样循环单子平仓后在原来的位置再次开启多单。挂的空的也是这样,有很多(Sell stop, sell limit)如果单子平仓,在原来位置再次开启空单。相当于很多多单和空单自动止盈,止盈还有这个一的单子存在,相当于一个网格,行情在这个网格中(buy limit, buy stop)和(Sell stop, sell limit)不断的更新,许多(buy limit, buy stop) and (Sell stop, sell limit) 距离这个很难一样,可以滑点希望也可以成交。有时候波动很大希望这个网大一点,这个(buy limit, buy stop) and (Sell stop, sell limit) 覆盖范围最好可以更改。EA设置资金管理低于多少值,自动 退出EA交易 。 好了,希望这个ea可以成功,希望先生可以帮我完成这个ea,谢谢!

有任何问题请联系我

Responded

1
Developer 1
Rating
(133)
Projects
185
30%
Arbitration
77
9% / 73%
Overdue
77
42%
Free
2
Developer 2
Rating
(17)
Projects
22
73%
Arbitration
2
0% / 100%
Overdue
10
45%
Free
Published: 3 codes
3
Developer 3
Rating
(97)
Projects
121
25%
Arbitration
5
20% / 60%
Overdue
17
14%
Free
4
Developer 4
Rating
(2654)
Projects
3371
68%
Arbitration
77
48% / 14%
Overdue
342
10%
Free
Published: 1 code
Similar orders
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I need an Expert Advisor (EA) for MetaTrader (MT4 or MT5) based on the following scalping strategy. Platform: MT4 or MT5 Symbol: EURUSD (should work on other pairs as well) Timeframe: M1 or M5 Indicators: - EMA 9 - EMA 21 - RSI (14) Buy Conditions: - EMA 9 crosses above EMA 21 - RSI > 55 - Spread < 1.5 pips - Only one trade at a time Sell Conditions: - EMA 9 crosses below EMA 21 - RSI < 45 - Spread < 1.5 pips -
In need of an automated bot that strongly detect support and resistance zones where price has a high probability of reacting ,rejecting or reversing. The zones should be built on combibation of of : (a)swing high and swing low.(b)repeated price reaction c)rejection strength (d)break and retest behaviour (e) consolidation origin before implusive move (f) strong displacement candles
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below
I will like to purchase tradingview strategy with high winning rate, i mean already made, tested and trusted and powerful strategy, i have tried to code my own strategy with lot of freelancers but nothing to me i am just wasting money, i have wasted lot of money already, so i need a high winning rate tradingview strategy, we can discuss price in chat, I will need to see some test result as well
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Pakayaku Robot Trading 30 - 200 USD
Revolusi Trading BTCUSD dengan Presisi Fibonacci & Ichimoku Kumo "Memperkenalkan Pakayaku Robot Trading , asisten cerdas yang dirancang khusus untuk menaklukkan pasar emas (XAUUSD) dan Bitcoin (BTCUSD). Menggabungkan algoritma Fibonacci Retracement untuk akurasi titik pantul dan Ichimoku Kumo sebagai filter tren global. Mengapa Memilih Pakayaku? Analisa Multi-Indikator: Menggabungkan Fibonacci, Ichimoku, dan
I’m looking to purchase an existing high-risk Expert Advisor (EA) for MT5. This is NOT a low-risk or conservative system. I am specifically looking for a high-risk, aggressive strategy such as: Martingale Grid trading High-frequency / high-leverage systems Objective: The goal of this EA is simple: Achieve extremely high returns (e.g. 100% in a day) I fully understand and accept the risk of losing the entire capital

Project information

Budget
80 - 140 USD
Deadline
from 1 to 5 day(s)