An Expert advisor with a manual entry

MQL5 专家

工作已完成

执行时间10 天

指定

See the attached zip file for description of the Expert advisor. 

If you have any questions please let me know! 

--------------

Semi-auto Expert advisor

I am looking to create an expert advisor that will enter the first trades based on manual entry and handle the trading sequence until the end.

As shown in the picture below you have two horizontal lines I have placed on the chart. One horizontal line above the price and one line below the price.
The EA will place orders when I click a button on the chart that should say "trade".
In this case, the EA will do the following:

  1. It will place a buy-stop order at the horizontal line above the price. The Stop loss will be the horizontal line below the price. Target will be based on risk to reward in the settings.

  2. It will place a sell-stop order at the horizontal line below the price and SL will be the horizontal line above the price. Target will be based on risk to reward in the settings.

  3. These orders will be OCO (one order cancels the other). So, if the Buy order is hit then the sell order will be deleted.

  4. If the buy order is hit, then the EA will close the old sell order and place a new sell order in the same place with a different target and higher lot size. This is known as the recovery trade. The target and lot size for the recovery trade is determined in the settings.

  5. If the recovery trade is activated this is also a stop loss for the buy order (first trade).

  6. At this point, we only have one open trade (recovery trade)

    SETTINGS

Lot mode: Risk balance or fixed lot. Risk balance will used lots 1 and lots 2 to calculate the lot size based on percent risk of the account. Fixed lot is fixed lot.

Lots1 = If risk balanced is enabled then this number is the % risk of balance. The EA will calculate the lot size based on this. If fix lot is enabled, then this number is the lot size. This seDng is for the first two orders in the beginning.

Lots2 = Same as above, but this seDng is for the recovery trade.
TP1 = This is the risk to reward for the first to orders. If it says 0,45 then the TP is 0,45 to 1. TP2: This is the risk to reward for the recovery trade.

Max volume: If I enter 50 in this seDng, I am telling the EA that the max lot for one trade is 50 lot set by the broker. If the EA needs to place a trade with 100 lot based on the other seDngs the EA will understand that it needs to place two trades of 50 lot because 1 trade with 100 lot would trigger the error “invalid volume”

BUTTONS

When I drag the EA to the chart it will show two buPons:

TRADE: When I press this buPon the EA will look for the horizontal lines and place the first two orders. It will also handle the trading procedure unRl TP on first order or TP/SL on the recovery order.

CLOSE ALL ORDERS: If This buPon is pressed then all open trades and orders will be closed, and EA stop trading.



附加的文件:

反馈

1
开发者 1
等级
(236)
项目
418
34%
仲裁
52
37% / 40%
逾期
153
37%
繁忙
2
开发者 2
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
3
开发者 3
等级
(16)
项目
20
0%
仲裁
9
0% / 78%
逾期
6
30%
空闲
4
开发者 4
等级
(5)
项目
4
50%
仲裁
4
0% / 75%
逾期
0
空闲
5
开发者 5
等级
(31)
项目
40
43%
仲裁
0
逾期
2
5%
工作中
6
开发者 6
等级
(155)
项目
171
43%
仲裁
5
0% / 80%
逾期
8
5%
工作中
相似订单
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)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of

项目信息

预算
50 - 200 USD
开发人员
45 - 180 USD
截止日期
 2  7 天