工作已完成

执行时间13 小时
客户反馈
Truly amazing work, Super complex thinker and really goes out of the way to succeed. Really enjoyed working with Zihend Zhuang. Was really an awesome experience
员工反馈
He is a very patient, meticulous, reliable and wonderful person ! Thank you.

指定

Expert Advisor Idea: Meta trader 5 only MT5

The main idea is to use a hedging system in order to secure open positions in the case that price moves against the trade. The strategy requires a double hedge to be placed once the initial trade has been executed, one above as a buy and one below as a sell. I use this strategy on Japanese candles with the help of round number zones. These Hedges are placed accordingly in order to set myself up for a running trend. 

An EA that will allow me to enter the market at a desired price (Specified on the dash trade panel) while applying a hedge to the position in both directions at a desired distance in points according to the EA's parameters. 

The rules for each trade position. There are four main rules that should apply to any open trade position including hedge orders:

  1. Open trade at market price request on initial trade.( dash trade panel) (Every other trade opened through the hedging system will function according to rules two to four)
  2. After a trade has been executed two hedging positions will be set in place. eg. 1000 points above open price (buy order) and 1000 points below open price (sell order). (These points are specified in the parameters) These "set hedges" should be executed only at market prices by the EA in order to avoid slippage incurred by pending orders.
  3. Once either hedge has been triggered the open trade will be set to breakeven ( Breakeven desired distance in points should be part of the parameters as I would like to be able to set my own distance at any time)
  4. Add a trailing stop to the open order by a desired distance in points (Trailing stop is part of the parameter options) (can also be switched on and off).

     

    • Trade executed 
    • Two hedge orders set (buy - set point distance above at Ask price) &  (sell - set point distance below at Bid price)
    • Breakeven after set distance has been reached - Cancel dormant hedge orders (cancelling dormant hedges I can do manually as well if this causes complications in the code)
    • Trailing stop will trigger after set distance in points 

      Same rules apply to each open position allowing the EA to place multiple trades in one single trend. Upon reversal or premature reversal open positions will be hedged and trailed from there, either into profits or at least breakeven.

      It is basically one repetitive rule on every trade position opened 

       

       

      Parameters: 

      • Hedge distance in profit points   10 - 5000 points
      • Hedge distance in loss points   10 - 5000 points
      • Lot size   0.01
      • Lot multiplier (1-10)
      • Trailing stop option (true/false)
      • Trailing Stop (in points) 
      • Stoploss option (in points) (true/false)
      • Take profit option (in points) (true/false)
      • Breakeven option (true/false)
      • Breakeven points in profit  
      • Breakeven points in loss  (if you're in loss by 1000 points, breakeven should be placed and if you're in the profit of 1000 points breakeven should be placed) This should happen at the same time in both directions

        Trading panel:

        • Market entry price buy / sell order buttons ( EA is required to note these manually entered price requests and then place those orders at desired market price and not as a pending order)
        • Lot size button  eg. 0.01
        • Stop loss
        • Take profit

           

          My current spread distance is 160 points . Each buy order needs to be executed at ASK price and sell order executed at BID price  

          Use SYMBOL variable for any market - Forex, Stocks. ect as I trade on the US30 market 95% of the time. 

          I do have several trading ideas behind the use of this EA and need to have each parameter and each option separate so that I may change settings according to the test I have in mind.

          I am not sure what it takes to create this sort of EA, I will be here at any point in order to answer any questions if you need clarity

          I am open to further negotiations 

          Attached panel image is for illustrative purposes

           


          附加的文件:

          反馈

          1
          开发者 1
          等级
          (108)
          项目
          126
          35%
          仲裁
          6
          0% / 67%
          逾期
          2
          2%
          空闲
          发布者: 25 代码
          2
          开发者 2
          等级
          (434)
          项目
          637
          54%
          仲裁
          32
          59% / 22%
          逾期
          6
          1%
          工作中
          3
          开发者 3
          等级
          (144)
          项目
          186
          41%
          仲裁
          24
          58% / 21%
          逾期
          13
          7%
          空闲
          4
          开发者 4
          等级
          (119)
          项目
          169
          38%
          仲裁
          9
          78% / 22%
          逾期
          15
          9%
          空闲
          相似订单
          Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
          Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
          i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
          Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
          Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
          The striker robot 30 - 2000 USD
          I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
          //+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
          ### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
          Automate my trading 100 - 300 USD
          i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
          I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation

          项目信息

          预算
          100+ USD
          截止日期
           15 天