Updates Needed in my Trade Management EA

指定

Hi,

I have an EA, which places limit orders only by reading the text files in common folder (in a specific format)

I need to make some updates in the EA:

1.       Limit to Market Entry Adjustment: True/False

·       By default, when placing a buy limit order, if the current price, is below the limit price mentioned in the file, the order gets triggered as market entry.

·       By enabling the above option as True, it will restrict the entry of that pair (not just the trade) on that pair for that candle.

 

Note: This EA can read 5 folders and place limit orders at 5 different levels.

So, if anyone of the trade is rejected on that candle, kindly not place any trades on that pair for that candle.

 

2.       Reset Start Balance & Day Balance by Time: True/False

There’s an option in the EA on the chart to reset start balance and day balance, manually by clicking the button.

Instead of clicking the button:

I wanted a reset to happen at the start time of the session input:

 (Asian, London, US), its already there in the input itself.

 

3.       Closing the Trade Loop after commission deducted: True/False

a.        ==== safeguard retracement setting ====

b.        ==== time-based retracement exit ====

c.         ==== currency level exposure control ====

 

These 3 workings, will close the pair trades based on its logic. While doing this, the commissions are not getting covered when traded on raw spread account.

I want 2X of the commissions to be covered while trades are getting closed in these methods.

 

((These closes the trades, when the cumulative value of that pair becomes 0, you need to add the cumulative value of the 2X commissions as well. And adding them both, it should become more than 0. Then only, it will be a clear exit without loss. Or else I am paying more in commissions.))

 

 

 

4.       Trialing the trades via Zigzag Indicator: True/False

If my trades already reached breakeven.

For buy trade: SL > Entry Price; For Sell Trade: SL < Entry Price.

If this happened, we know, we are in the right side. Now, we just need to trail it as much as possible, once it hits the breakeven.

 

(ATR input is already there in the EA)

For Buy Trade: Trail the SL below the HL + ATR

For Sell Trade: Trial the SL above the LH + ATR

 

In the above buy, we would have entered the trade at the red up arrow. And the breakeven level, the trade would have entered breakeven. SL> entry Price.

Now, Zigzag Working will start, it will look for HL formations. And if HL formed, place the stoploss below to it, by adding the ATR at that time. Now, wait for the next HL formed. Repeat the process, and over the period of time, that trade will be closed, if the SL is broken.

 

 

 

 

 

 

 

 

5.        Close the Trade when Structure Shifted: True/False

StructureShiftTrailStartLevel                0.06

StructureTrailNextLevel                          0.125

 

When a buy order is placed (even if it is pending), it tracks for the zigzag formation of LH and LL or LL and LH. If any of such zigzag formed. It’s a sign that, we are in a bad trade. If the cumulative equity of that pair along with 2x of the commission, exceeds 0, better close the trade, rather than waiting for magic to happen or waiting till it hits the SL.

Check for the formations of the following:

Buy trade: LH and LL or LL and LH. (can be of any order)

Sell Trade: HL and HH or HH and HL. (can be of any order)

 

If the EA finds such a kind of zigzag formation, trail the equity of that pair and close the trade, print the log named:

Formation of Zigzag LH and LL found on EURUSD Buy. Waiting for the loop to be > 0.

Once the equity of that pair + 2x commission >0,

Print a log for equity trailing and close the trades.

The trailing of the equity of that pair concept remains the same as ==== safeguard retracement setting ====

I entered a sell trade on the Down Arrow. But Market forms a HH and HL, which indicates a clear buy trend, instead of waiting for the sell trade to hit, if the equity of that pair, reaches 0 along with 2x commission, better trail the equity of that pair and close the trades.

This working will be included for pending orders as well. Both running and pending orders will be deleted with this method. If the Zigzag shift happened, for a pending order, close the trade even before it is executed.

Zigzag Indicator (Repaint Solution):

The zigzag can repaint in the following manner:

1.        HH – HH

2.        LH – HH

3.        LL – LL

4.        HL – LL

In such cases, these are either the high points or low points only. The above working I said, needs a high swing and low swing indicating buy/sell

Buy: HH/HL

Sell: LH/LL

High Swings: HH/LH

Low Swings: LL/HL

We need a clear signal of structure. Not a repainted one. So, if you need to make any changes in Zigzag indicator, kindly do that, before integrating this in EA.


応答済み

1
開発者 1
評価
(28)
プロジェクト
36
31%
仲裁
3
33% / 0%
期限切れ
7
19%
取り込み中
2
開発者 2
評価
(393)
プロジェクト
549
40%
仲裁
30
57% / 3%
期限切れ
57
10%
仕事中
パブリッシュした人: 11 codes
3
開発者 3
評価
(6)
プロジェクト
5
0%
仲裁
2
50% / 50%
期限切れ
2
40%
4
開発者 4
評価
(1)
プロジェクト
0
0%
仲裁
2
0% / 100%
期限切れ
0
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(28)
プロジェクト
39
23%
仲裁
14
0% / 93%
期限切れ
4
10%
7
開発者 7
評価
プロジェクト
2
0%
仲裁
0
期限切れ
1
50%
8
開発者 8
評価
(1)
プロジェクト
1
0%
仲裁
3
0% / 100%
期限切れ
1
100%
9
開発者 9
評価
(10)
プロジェクト
19
37%
仲裁
2
0% / 100%
期限切れ
4
21%
取り込み中
10
開発者 10
評価
(3)
プロジェクト
1
100%
仲裁
3
0% / 100%
期限切れ
0
11
開発者 11
評価
(64)
プロジェクト
83
28%
仲裁
9
33% / 56%
期限切れ
9
11%
パブリッシュした人: 1 code
12
開発者 12
評価
(278)
プロジェクト
373
72%
仲裁
19
32% / 47%
期限切れ
14
4%
パブリッシュした人: 14 codes
13
開発者 13
評価
(2)
プロジェクト
2
50%
仲裁
0
期限切れ
0
14
開発者 14
評価
(32)
プロジェクト
33
61%
仲裁
1
100% / 0%
期限切れ
1
3%
仕事中
パブリッシュした人: 5 codes
15
開発者 15
評価
(6)
プロジェクト
7
14%
仲裁
1
0% / 100%
期限切れ
1
14%
16
開発者 16
評価
(296)
プロジェクト
475
40%
仲裁
105
40% / 24%
期限切れ
80
17%
多忙
パブリッシュした人: 2 codes
17
開発者 17
評価
(13)
プロジェクト
20
40%
仲裁
1
0% / 100%
期限切れ
1
5%
18
開発者 18
評価
(10)
プロジェクト
15
20%
仲裁
4
50% / 50%
期限切れ
1
7%
19
開発者 19
評価
(12)
プロジェクト
16
13%
仲裁
4
50% / 25%
期限切れ
4
25%
取り込み中
20
開発者 20
評価
(16)
プロジェクト
35
23%
仲裁
4
0% / 50%
期限切れ
2
6%
仕事中
21
開発者 21
評価
(10)
プロジェクト
19
42%
仲裁
6
0% / 50%
期限切れ
3
16%
仕事中
22
開発者 22
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
23
開発者 23
評価
(10)
プロジェクト
14
43%
仲裁
0
期限切れ
3
21%
24
開発者 24
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
仕事中
25
開発者 25
評価
(255)
プロジェクト
262
30%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
26
開発者 26
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
パブリッシュした人: 6 codes
27
開発者 27
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
28
開発者 28
評価
(3)
プロジェクト
4
0%
仲裁
0
期限切れ
1
25%
類似した注文
BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or during the last time Supertrend was Bearish, price was < or = MA1 3. On this candle , or during the last time Supertrend was Bearish , BBStops is Bearish 4. STEP MA1 and STEP MA 2 are both Bullish SELL ALERT 1. Supertrend turns Bearish 2. On this candle , or during the last time Supertrend was Bullish, price was
Please only rrspond if you are serious and legit. If there are developers or traders that feel they have good skulls or software but no funds to take advantage of those skills or software let me know and maybe we could help each other out
Com este Expert Advisor, você pode comprar e vender com um stop loss automático aplicado no momento da compra ou venda. Você pode personalizar seu nível de risco aceitável. Seu gerenciamento de riscos se torna mais preciso e elimina perdas potenciais antes que o gráfico mude. Com o botão "reverter ordem", você pode fechar a ordem atual com lucro e imediatamente colocar a mesma ordem na direção oposta. Aproveite
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT
Trade summary Plugin 200 - 500 USD
We are looking for a Plugin/ Dashboard for our Meta 5 which will act as a Risk Management/ information tool. the system will require to give real time summary of trades and P/L for certain groups
Looking for a Proven Non-Repainting Gold Indicator (XAUUSD) – High Accuracy & Ready-Made Solutions Only 📌 Project Description: I am looking for a high-quality, non-repainting indicator specifically for XAUUSD (Gold) that is already developed and tested. ⚠️ Important: I am NOT looking for a new indicator to be built from scratch. I want an existing, proven system that you have already created and are confident in. 🎯
The Advisor should stop trading if the spread exceeds a selected value. Source code is unavailable. Decompilation may be necessary or any other suggested working solution may be acceptable. Testing should be thorough with proven demonstrable results
Convert Time Range Breakout Indicator to Strategy (Pine Script) I have an existing Time Range Breakout indicator on TradingView. I need a developer to convert it into a fully functional strategy with proper trade execution logic. Strategy Logic: Time Range: Define a specific time range (e.g., 03:00 – 04:30) During this time, the indicator marks the High and Low range Entry Conditions Buy when price touches the range
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party

プロジェクト情報

予算
30 - 100 USD
締め切り
最高 1 日