작업 종료됨

실행 시간 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
          등급
          (429)
          프로젝트
          628
          54%
          중재
          30
          53% / 23%
          기한 초과
          6
          1%
          로드됨
          3
          개발자 3
          등급
          (144)
          프로젝트
          186
          41%
          중재
          24
          58% / 21%
          기한 초과
          13
          7%
          무료
          4
          개발자 4
          등급
          (119)
          프로젝트
          169
          38%
          중재
          9
          78% / 22%
          기한 초과
          15
          9%
          무료
          비슷한 주문
          Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
          Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
          I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
          Data Integrity 500 - 1000 USD
          The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
          Gold robot Ga1 30 - 200 USD
          mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
          I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
          I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
          Task Title Implement Martingale Lot Scaling Sync Between Master and Slave MT4 Trade Copier Background I am using a local master–slave trade copier setup with: 1 Master MT4 4 Slave MT4 terminals Trades are currently copied correctly (entry, direction, symbol, SL/TP). Lot size handling currently copies either: the exact master lot, or a fixed base lot defined on the slave (e.g., always 0.01 or 1.0). Problem When the

          프로젝트 정보

          예산
          100+ USD
          기한
           15 일