EA for custom indicator with Break Even, Trail Stop, Partial Close, News filter(disable trading during news) and two types of entry and exit criteria

MQL4 エキスパート

仕事が完了した

実行時間2 日

指定

Basic Idea

Place a Buy Order or Pending Buy order (with expiry) when the Indicator give a Buy signal and place a Sell or a Pending Sell order (with expiry) when the indicator gives Sell signal.

I will be providing the indicator

*developer to tell what options are available to indicate buy or sell signal using an indicator.


Entry

need a couple of options for entry

If not pending order then

 - Place order at current price

if Pending type entry then either

    - 1/3 of the last candle (lower 1/3 for sell and upper 1/3 for buy) (with pip offset using settings)

    - Low for sell order and high for buy order  (with pip offset using settings)

 - Expiry Period (count of candles to wait before expiry)

 -Offset Pips (offset pips of the order - for a buy order place the order Offset Pips above the entry value and for sell order place the order offset pips below the entry value)

Exit

Options needed

- TP value

- Opposite signal (exit on sell signal for a buy order and exit on buy signal on a sell order)

TP Value options

 - Fixed Pips

 -% of account balance

 - Ratio of Stop Loss  'N' (this is if the pip profit is N times the SL pip count)

SL (with Offset in settings )

- Fixed Pips

- extreme of previous candle (Low for Buy order and High for Sell order)

-Offset Pips (offset pips of the Stop Loss - for a buy order place the Stop Loss Offset Pips below the Stop Loss value and for Sell order place the Stop Loss Offset pips above the Stop Loss value)

Lot sizing

 - Risk % of account balance (calculate lot size with the percentage and default to 0.01 (0.02 if partial close is enabled)

 - Fixed Lot size

Break Even - Break even type (pips or % of account profit)  - value 0 in both values below will disable the options

 - Break Even Pips (at what Pips to move SL to Break Even)

 - Lock in pips for Break Even (to cover for commission and swap ) user defined pip count

Trailing Stop

 - Trail start after Break Even - True/False (trailing only starts after Break Even hits)

 - Trail Type (Pips or Candle) - trailing will only trigger once the position goes in profit

    - Trail Pips (pips to trail from current price)

     (If candle is chosen then trailing should be based on the Lowest low of the previous Trail Step candles for a buy order and the highest high of previous Trail Step candle for a sell order)

  - Trail Step (candles to wait before moving trail to next level or Candles to check for Lowest low or highest high for Candle based trailing)

Partial Close (50% only) - value 0 in both values below will disable the options

 - Partial Close at Pips

 - Ratio of Stop Loss  'N' (this is if the pip profit is N times the SL pip count)

News Filter (disable making new entries during news) - True or False

if True

 - Close Positions in Profit (if in Min Profit or in Pips provided in user setting) - True or False

     - Min Profit to close positons (value in pips)

 - Move SL to Max SL (Move SL of losing positons to a MaxSL value if the current stop loss is greate than Max SL value - True/False

   - Max SL

 - do not enter any new trades during news

 - Time before news (in minutes) - not to trade

 - Time after news (in minutes)  - not to trade

 - Level of news (High, Med, Low) a lower level should include all above levels. eg, if Med is chosen then High and Med type of news should be considered to perform step for news.

Other Setting

 - Account Currency (Should work for USD, CAD accounts) - this setting will help in calculating Lot size based on risk

 - Pair Type (Should work for 3 or 5 digit , 4 digit, Gold, Silver)

 - Hard Stop % - (% of account balance to stop EA from wiping out the account )


Display on Chart

EA Name - GeCustom EA

- Account Equity in $ (account currency)

- Account Balance  in $ (account currency)

- Current FL Profit/Loss in $ (account currency)

- Current Stop Loss - in $ (account currency)

- Current Stop Loss - In Pips


I can provide more details once we agree on the work involved and price. Some of the items can be scoped out (eg, news filter, Account Currency for lot size calculation etc. if it can be done cheaper)

応答済み

1
開発者 1
評価
(414)
プロジェクト
670
33%
仲裁
60
17% / 32%
期限切れ
113
17%
仕事中
2
開発者 2
評価
(46)
プロジェクト
73
16%
仲裁
13
8% / 92%
期限切れ
37
51%
3
開発者 3
評価
(53)
プロジェクト
79
18%
仲裁
13
15% / 54%
期限切れ
5
6%
4
開発者 4
評価
(259)
プロジェクト
316
37%
仲裁
6
50% / 17%
期限切れ
7
2%
5
開発者 5
評価
(229)
プロジェクト
339
49%
仲裁
21
5% / 33%
期限切れ
24
7%
6
開発者 6
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
7
開発者 7
評価
(129)
プロジェクト
208
54%
仲裁
21
24% / 52%
期限切れ
64
31%
8
開発者 8
評価
(103)
プロジェクト
205
41%
仲裁
17
29% / 71%
期限切れ
45
22%
類似した注文
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
EA based on RSI and MA 100 - 400 USD
Program is based on RSI and MA indicators dynamic as triggers, for Open/Close criteria. Runs automatically but inputs can be updated manually. It uses a GUI to manage it. Multi TF analysis. Log register of every operation for analysis (db) Open Source deliver. Kindly apply IF you have previous experience with trading and mql/python/c bot/algo developing. And if you have a good track record . ps: Better if you have a
This is and EPA (Entry Point Analyzer). Automatically analyzes the algorithm for XAU/USD and places a safe entry point mark for your trade. This has been tested and gives out 90% success rates
I am looking for an experienced MQL5 developer to help me finalize and optimize an Expert Advisor (EA) for the FTMO challenge. I have already built a significant portion of the code, but it requires further refinement and optimization to ensure it functions according to the trading strategy I intend to use. I am happy to share all the resources, including the current code, reference materials, and detailed
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
I need to get a trading forex robot based on support and accurate resistance and moving avarage more details will be provided on the video links I want a situation where by once I put the robot on the chart and choose buy or sell and the number to open then it will only buy or sell in that particular direction only
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)

プロジェクト情報

予算
50 - 60 USD
開発者用
45 - 54 USD
締め切り
最低 5 最高 10 日