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
    등급
    (320)
    프로젝트
    466
    42%
    중재
    78
    12% / 63%
    기한 초과
    75
    16%
    작업중
    3
    개발자 3
    등급
    (19)
    프로젝트
    35
    26%
    중재
    10
    30% / 70%
    기한 초과
    5
    14%
    무료
    4
    개발자 4
    등급
    (30)
    프로젝트
    93
    49%
    중재
    18
    56% / 17%
    기한 초과
    38
    41%
    무료
    5
    개발자 5
    등급
    (195)
    프로젝트
    317
    35%
    중재
    64
    13% / 56%
    기한 초과
    82
    26%
    무료
    6
    개발자 6
    등급
    (586)
    프로젝트
    1045
    49%
    중재
    39
    28% / 41%
    기한 초과
    49
    5%
    무료
    7
    개발자 7
    등급
    (135)
    프로젝트
    192
    42%
    중재
    17
    29% / 59%
    기한 초과
    28
    15%
    무료
    8
    개발자 8
    등급
    (277)
    프로젝트
    334
    55%
    중재
    14
    36% / 29%
    기한 초과
    1
    0%
    무료
    9
    개발자 9
    등급
    (2369)
    프로젝트
    2977
    65%
    중재
    76
    47% / 14%
    기한 초과
    340
    11%
    무료
    10
    개발자 10
    등급
    (137)
    프로젝트
    167
    35%
    중재
    11
    91% / 0%
    기한 초과
    0
    무료
    11
    개발자 11
    등급
    (66)
    프로젝트
    143
    34%
    중재
    10
    10% / 60%
    기한 초과
    26
    18%
    작업중
    비슷한 주문
    MQL5 EA - One sequence of Orders from Order1 up to Order10. Restart at next Gridline. The EA main goal is to have a sequence of Orders from 1 up to 10. Example: If price of Order1 = Order3, Order3 can be open only after price hit Order2 first; the Order2 will only open after Order1 is already open, the Order3 will only open after Order2 is already open, etc. The restart of the EA/sequence will occur only after the
    I HAVE A FUNCTIONAL MT5 EA (MQL5) THAT IS BASED ON CANDLE OPEN BUT I WOULD LIKE TO AUTOMATE IT WITH OTHER PROFITABLE STRATEGIES REQUIREMENT SPECIFICATION 1. I want an experienced developer to integrate a strategy to analyse the market and open buy only trade or sell only trade according to the direction of the analysis. 2. The modification and strategy should combine many confirmations that ensure high win rates of
    We are looking for an experienced individual to assist in building an MT4 signal providing indicator with a data feed of NSE (National Stock Exchange - Bombay). The indicator should be capable of analyzing real-time market data and generating accurate trading signals for different financial instruments listed on the NSE. The successful candidate will need to have a strong understanding of MT4 programming, as well as
    The project: I want to speculate on the price of the USD. I have 1800$ and I want to spread it as evenly as possible across 7 different symbols. Symbol Lots 1.GBP/USD 0.07 2.EUR/USD 0.09 3. USD/CHF 0.09 4. USD/CAD 0.09 5. USD/JPY 0.09 6. AUD/USD 0.1 7. NZD/USD 0.11 For position GBP/USD, EUR/USD, AUD/USD, NZD/USD I want to enter a buy. For USD/CHF, USD/CAD, USD/JPY I want to enter a sell. The lot sizes are as noted
    I am in search of a skilled MQL5 developer with a proven ability to optimize trading robots across various assets, including synthetic indices like V75, Boom and Crash, gold, US30, US100, and more. I'm looking for an experienced developer to enhance my multi-asset trading EA, which was originally developed exclusively for V75 and is based on the smart money concept. The developer must be free in taking up the job
    This is a Ready Made grid Automatic EA 1. need some bug fixing and little modifcation this ea has some bug like -Takeing Random Trade after Mt4 Restart . also not flow set grid distance. like if i set 300pips grid distance, some time it place trade at 400 pips distance . fix this bug 2. Add one more anti-martingle Engine , LIKE Engine1-for martingle and Engine 2- Anti-martingle bot Engine place trade at the same time
    About the file i need I have ea ex4 file but it use to set buystop or sellstop oders etc now what I want is to fit the propfirm am using because the propfirm am using have a lot size consistency rules so what I need is even if the ea set multiple buystop the file will only allow the ea to pick 2 positions and automatically delete the nearest limit Oder it can only allow the ea buystop or new position once the two
    Objective: To Create an EA based on an EMA cross Strategy that utilizes martingale account management strategy with multiple profiles to better manage risk and scale safely Strategy Concept: This strategy was created around Volatility Index 75 on the 5 minute chart. It was Observed that this Index tends to frequently form very strong trends with short periods of consolidation. On applying a 10 period
    I currently have an EA (.ex5 file format) running happily on MT5 system. I would like someone to convert it to MQL4 (.ex4 file format) so that I can run that same EA on the MT4 system
    Hello, I'm looking for a trade copier from MT5 to NT8. The copier should be able to: 1.) Open/closed trade based on the position in MT5. 2.) Fast executions of trades. 3.) Adjustable Lot Size

    프로젝트 정보

    예산
    30 - 50 USD
    개발자에게
    27 - 45 USD
    기한
     5 일