Add 2 Stop Loss Features to an existing well running EA

MQL4 エキスパート

仕事が完了した

実行時間8 日
開発者からのフィードバック
Very understanding and supportive client. very nice to talk to . Very clear requirements and explanations. I would definitely like to work with him again and again.
依頼者からのフィードバック
Fine developer. Finished in time

指定

Add 2 Stop Loss Features to an existing well running EA


At the moment thats situation:

My ZIGZAG EA trades Breaktous of the ZIGZAG signals

Buys if price breaks High of last ZIGZAG leg and

Sell short if price breaks Low of last ZIGZAG leg.

Its a Stopp and Reverse EA, that means the EA takes SL (Variable in EA is „sl“)

at the opposite site of the Ordersite in the EA and is ALWAYS IN THE MARKET


f.e.


Breaks HIGH of ZIGZAG leg is BUY and same time EA sets his „sl“ at the LOW

of the ZIGZAG leg.


If Low of ZIGZAG leg is broken EA close the BUY Order and Open a SELL Order.

The EA which is running without problems is to add with these

functions:


1. TO add : HARD StopLoss independend of the SL which is at the moment used

as Variable „sl“ in the EA

These HARD StopLoss is to be set at the open of each trade

for BUY Orders xx.xx PERCENT of price below the OPENORDERPRICE and

for SELL Orders xx.xx PERCENT above the OPENORDERPRICE


not PIPS or Points cause i want that to use for all instruments


Thats to avoid to big Losses.


These HARD StopLoss muss „override“ the „sl“ Variable which is uses at the moment

if the price goes below these „HARD StopLoss“ in BUY or goes above these „HARD StopLoss“

in SELL orders.



The EA stored the datas of the ZIGZAG Last High, Last Low, and the actual High or Low

in an ARRAY.

The Datas of these Array are shown in the chart at left side corner



TO add: a DATA which counts the mathematicall difference between last ZIGZAG LEG AND

THE ZIGZAG LEG BEFORE:


I HAVE MARKED THAT IN THE CHART AS P 1 and P 2


This data (double) should shows these difference in the chart and fill it in a

Variable


So the data from these Variable should be stored in a Variable , (let say VAR_1)



These VAR_1 should be as extern Variable to have them in the EA



Also to Open a Trade this VAR_1 must have a Value = < XY (VAR_2)


And these Value XY (VAR_2) should adjustable in the EA


Now the function:


IF these VAR_1 (Difference between High and :Low of the last ZIGZAG Legs)


Level > Value VAR_2 (is above) a Level of VAR_2 which should

be setable in the EA , the EA should not open any trade.



This is to limit the risk of each trade by market condition


NO CHANGE IN THE OPEN ORDER Management






Added Picture  (EA_Order_2)


Here an example for a Buy Trade at 23:00


P 1 and P 2


P1 is Low and the „normal sl“ the EA uses


P2 is High and Open Order the EA uses



IMPORTANT.

1) I need the mql4 file as well 

2) The EA is my copyright - not allowed to publish it without my okay 

ファイル:

応答済み

1
開発者 1
評価
(378)
プロジェクト
401
31%
仲裁
63
19% / 68%
期限切れ
51
13%
取り込み中
2
開発者 2
評価
(5)
プロジェクト
6
67%
仲裁
2
0% / 50%
期限切れ
0
3
開発者 3
評価
(71)
プロジェクト
103
20%
仲裁
6
0% / 83%
期限切れ
3
3%
4
開発者 4
評価
(219)
プロジェクト
370
42%
仲裁
145
17% / 41%
期限切れ
124
34%
類似した注文
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
The pink panther 2.0 30 - 200 USD
.I would really like to request for a mobile robot. The robot that will work for me and that is accurate so that it will make me a profit everyday.Opens and closes orders for itself and is able to trade more than one trade every time it sees a trading opportunity and a robot that has the ability to open trades with bigger lot size
Build this Expert Advisor (EA) 1. Risk Management Risk per Trade : The EA will calculate the lot size based on the risk percentage (1-2% of the account balance). This will be a customizable input. Stop Loss & Trailing Stop : The EA will place a stop loss at a defined level (based on strategy parameters like ATR, recent support/resistance, etc.) and will implement a trailing stop to lock in profits as the trade moves

プロジェクト情報

予算
30+ USD
VAT(付加価値税) (19%): 5.7 USD
合計: 35.7 USD
開発者用
27 USD
締め切り
最低 1 最高 5 日