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

Время выполнения 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
          Оценка
          (103)
          Проекты
          119
          32%
          Арбитраж
          4
          0% / 50%
          Просрочено
          2
          2%
          Свободен
          2
          Разработчик 2
          Оценка
          (337)
          Проекты
          455
          52%
          Арбитраж
          22
          50% / 27%
          Просрочено
          5
          1%
          Загружен
          3
          Разработчик 3
          Оценка
          (121)
          Проекты
          155
          43%
          Арбитраж
          20
          60% / 20%
          Просрочено
          8
          5%
          Работает
          4
          Разработчик 4
          Оценка
          (119)
          Проекты
          169
          38%
          Арбитраж
          9
          78% / 22%
          Просрочено
          15
          9%
          Свободен
          Похожие заказы
          Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
          looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
          // Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
          Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
          I need a AI signal generating bot for forex trading. 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 whether they are buying or selling. If it is buying the arrow should be green and if it is
          Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
          Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
          hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
          Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
          Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me

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

          Бюджет
          100+ USD
          Исполнителю
          90 USD
          Сроки выполнения
          до 15 дн.