Time of day Straddle EA needed

MQL4 Эксперты

Работа завершена

Время выполнения 1 день

Техническое задание


1. The idea of the trading system is as follows: Each day market entries are performed when price hits user defined x pips above (for long) or below (for short) against y, price at user defined reference time xx : xx hours (broker server time).

2. Reference time : xx:xx hours (broker server time) : User defined to allow price y to be set , e.g. y = price at 16:00.

3. Trading Signals:

  • Buy signal: Long when price hits buy stop at x pips above y, price at user defined reference time (e.g. price at 16:00). 
  • Sell signal: Short when price hits sell stop at x pips below y, price at user defined reference time (e.g. price at 16:00). 

4. Positions are closed : When SL, TP or breakeven SL hit.

5. Positions are opened at the market price, when buy / sell stop order is hit. The Expert Advisor is to be tested using operations inside the bar (tick by tick data processing). 

6. Additional filters for opening a position:

Reenter trade after stoploss:

  • Yes: Put buy / sell stop again
  • No: If already reached z = user defined maximum no. of trades taken for each day. (e.g. max 2 trades, set 0 for unlimited)

Reenter trade after breakeven stop is hit:

  • Yes: If y is retested / touched, put buy / sell stop again
  • No: If already reached z = user defined maximum no. of trades taken for each day. (e.g. max 2 trades, set 0 for unlimited) OR y is not retested.

Max spread - user defined in pips 

7. Order lot calculation : 3 separate positions opened at user defined lotsize for each position, e.g. Position 1 - a lots, Position 2 - b lots, Position 3 - c lots

8. Stop loss :

  • SL — set at y, price at user defined reference time xx : xx hours
  • Shift to breakeven + 1 pip — when TP 1 is hit

9. Close by Take Profit — User defined TP 1, TP 2, TP 3 (in pips)

10. Management of open positions and pending orders - 

  • Shift remaining 2 positions to breakeven + 1 pip — when TP 1 is hit
  • Shift last position to 50% of TP3 when 70% of TP3 is reached.
  • Remove all pending orders at user specified time yy:yy hrs, e.g. 23:59 hrs (broker server time).

11. Provide source code 









    Откликнулись

    1
    Разработчик 1
    Оценка
    (26)
    Проекты
    23
    39%
    Арбитраж
    26
    8% / 38%
    Просрочено
    0
    Свободен
    2
    Разработчик 2
    Оценка
    (325)
    Проекты
    476
    41%
    Арбитраж
    77
    12% / 64%
    Просрочено
    77
    16%
    Свободен
    3
    Разработчик 3
    Оценка
    (19)
    Проекты
    35
    26%
    Арбитраж
    10
    30% / 70%
    Просрочено
    5
    14%
    Свободен
    4
    Разработчик 4
    Оценка
    (30)
    Проекты
    93
    49%
    Арбитраж
    18
    56% / 17%
    Просрочено
    38
    41%
    Свободен
    5
    Разработчик 5
    Оценка
    (197)
    Проекты
    320
    35%
    Арбитраж
    64
    13% / 56%
    Просрочено
    83
    26%
    Свободен
    6
    Разработчик 6
    Оценка
    (586)
    Проекты
    1048
    49%
    Арбитраж
    39
    28% / 41%
    Просрочено
    49
    5%
    Свободен
    7
    Разработчик 7
    Оценка
    (135)
    Проекты
    193
    42%
    Арбитраж
    17
    29% / 59%
    Просрочено
    28
    15%
    Свободен
    8
    Разработчик 8
    Оценка
    (277)
    Проекты
    334
    55%
    Арбитраж
    14
    36% / 29%
    Просрочено
    1
    0%
    Свободен
    9
    Разработчик 9
    Оценка
    (2440)
    Проекты
    3075
    66%
    Арбитраж
    77
    48% / 14%
    Просрочено
    340
    11%
    Свободен
    10
    Разработчик 10
    Оценка
    (137)
    Проекты
    167
    35%
    Арбитраж
    11
    91% / 0%
    Просрочено
    0
    Свободен
    11
    Разработчик 11
    Оценка
    (66)
    Проекты
    143
    34%
    Арбитраж
    10
    10% / 60%
    Просрочено
    26
    18%
    Свободен
    Похожие заказы
    Alex 30+ USD
    //+------------------------------------------------------------------+ //| PriceAction.mq4 | //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023" #property link " https://www.mql5.com " #property version "1.00" #property indicator_separate_window #property indicator_buffers 2 #property
    **Technical specifications for the improvement of the ProNewsTrader advisor** 1. **Description of the current state of the advisor:** - The **News** advisor automatically trades on financial markets, focusing on news events. - In the current version, news is loaded from external sites that no longer work. - The **Stop Loss**, **Take Profit**, **Trailing Stop** levels and pending orders are implemented virtually. 2
    hello here am looking for someone that can assist me in removing validation form my demo file and if anyone is interested dm the for more details i will be waiting to get any reply by some on that can assist me with this
    I need an expert to trade Heiken Ashi candles according to the conditions in which Doji candles appear until signs of buying or selling appear, and to enter into trades after the Heiken Ashi candle above, using the scalping method, especially for gold and currency pairs with high liquidity. I have more details for those who want to prepare an expert
    Current EA Description: I have an MT4 Expert Advisor (EA) named "Pending Orders" that manages virtual pending orders based on specific trade conditions. The EA can place either a buy limit, buy stop, sell limit, or sell stop order based on the chosen trade type and market price. The EA features include: Pending Order Placement: It places pending orders (buy/sell limit or buy/sell stop) based on the input price and
    1. Trading behaviour: If blue supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If red supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. EA should place the pending limit order ONLY when the current price is about 10 points above the limit order level. Check the
    Hey developers! It is my pleasure to meet you. I am looking for a developer to help meet build and develop a simple EA robot that works based on EMAs. If you are a professional and expierenced MT4 programmer looking to work on this project, do bid for this project so that we can proceed and work on it. Thank you
    Trading robots are programs, which operate according to underlying algorithms. An algorithm is a set of actions that need to be performed in response to certain events. For example, the most common task in algo trading is the identification of the "New bar" event. When the event occurs, the robot checks the emergence of trading signals and acts accordingly. Before you decide to program or order a trading robot, you
    Hello, I am looking for developer who develops me a renko trading robo with following requirement Time :1 sec Box assignment method : Percentage change LTP Source : Close/OHLC Auto Break-even setup option after certain box Trialling Profit Pips after certain box profit with auto Sl set in PIPs Auto open reverse trade after hitting Sl with given conditions . It is very simple trading tool
    At bot 30+ USD
    Help me to trade create orders for me and analyze the markets and decide when is a good time to buy or sell. Determine which pairs are best to use to trade with and indicate trading signals to me

    Информация о проекте

    Бюджет
    30 - 50 USD
    Исполнителю
    27 - 45 USD
    Сроки выполнения
    до 5 дн.