A Minimalst One Button Trade Panel EA Needed..

MQL4 专家 面板和对话框

工作已完成

执行时间1 一天
员工反馈
Great client, thank you for the job

指定

dear developers..,
please help me to build a minimalist trade panel that only has 1 button (which is trade_button) for 5 digits brokers

the input parameters are :

  • ENUM_TRADE_TYPE  TradeType
    • user can only choose 1 of 3 options (None, Buy or Sell)
    • if ( TradeType==None ) --> trade_button will do nothing
  • double  Touch
    • this value triger to open first instant trade (up to 10 stack of trades)
    • default value=-1 --> trade_button will not work if value<0
      • if ( Touch==0 ) --> trade_button will immediately open the first instant trade
      • if ( Touch>0 )--> trade_button will wait for Close[0] to "touch" this value
  • OrderOpenPrices and Tickets of the opened trades are saved on arrays
    • OrderOpenPrices sorted Ascending if TradeType is Buy
    • OrderOpenPrices sorted Descending if TradeType is Sell
    • Tickets has to be updated too based on sorted OrderOpenPrices
  • the first trade trigger :
    • if ( Close[0]<Touch ) --> OrderSend(..,OP_BUY
    • if ( Close[0]>Touch ) --> OrderSend(..,OP_SELL
  • 2nd to 10th trigger :
    • sorted OrderOpenPrices[prev] is needed to calculate NextTouch value to open the next instant trade
    • if ( Ask<OrderOpenPrices[prev]-Distance*_Point ) --> OrderSend(..,OP_BUY
    • if ( Bid>OrderOpenPrices[prev]+Distance*_Point )--> OrderSend(..,OP_SELL
    • then repeat the ArraySortingProcedure
  • int  Distance
    • the minimum distance between trades
    • default value=10 ; if ( Distance<0 ) then take the fabs(Distance)
  • double  Stoploss
    • default value=0 ; trade_button will not work if fabs(Stoploss)==0 (hidden/virtual)
    • trigger :
      • if ( Close[0]>Stoploss ) CloseAllOpenedSellTradesByThisEA
      • if ( Close[0]<Stoploss ) CloseAllOpenedBuyTradesByThisEA
  • double Takeprofit
    • Automatically set on OrderSend(
    • default value=0; trade_button will not work if fabs(Takeprofit)==0 (not hidden/not virtual)
  • double  CutLoss
  • default value=0; trade_button will not work if fabs(CutLoss)==0 (hidden/virtual)
  • trigger :
    • if ( Close[1]>CutLoss ) CloseAllOpenedSellTradesByThisEA
    • if ( Close[1]<CutLoss ) CloseAllOpenedBuyTradesByThisEA


Note :

  • CloseAllTradesByThisEA function should be done from the first element based the sorted OrderOpenPrices
  • all inputs and what is happeing must be visualized on chart or panel to inform the user as needed
  • any additional features suggested by the developer are welcome :)


regards..
Sahlan Ginting

反馈

1
开发者 1
等级
(48)
项目
73
37%
仲裁
22
9% / 41%
逾期
14
19%
工作中
2
开发者 2
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
相似订单
The requirements for the order of robots XAUUSD and XAGUSD EURUSD forex in the STOP loss TAKE profit signal in this order, you can bring benefits to the changes in the market, that is, when the market changes frequently, it will also help to prevent losses and bring great profits all work to trade high and low python line position
My requirements are the following. I am ordering, I need an expert consultant on EA matters and an indicator in the trade pairs of XAUUSD and XAGUSD, we also need powerful robots for changing prices in the market. the market conditions, i.e. flexibility, then the business should be beneficial for all I need high and low line python line position to work thank you
QuantumTrader 30 - 200 USD
Request for development of machine learning robots for MetaTrader 5 (MT5) **Description**: Willing to develop experience in programming trading robots using MQL5 language and can learn machine learning on MetaTrader 5 (MT5) platform. The robot should be able to implement a multidisciplinary strategy on a set of technical indicators and multiple rules. I need to develop the robots so that they can work in an
The goal is to develop a system that mirrors trade actions (Buy/Sell) from a CTrader demo account on Cronos Markets to multiple prop firm accounts on TradeLocker, ensuring accurate replication of trades while adjusting risk proportionally. I was wondering if you could help me with copy trading an EA’s action on Cronos markets (uses CTrader) into a prop firm account that I bought with TooOne Trader (uses TradeLocker
Hey Greeting Am in need of Tradingview Developer that can combine existing Tradingview indicator to develop a strategy based on my conditions The Source code of those Indicator is available with me. Kindly bid and let proceed with the project Thanks
Hello! UPDATE TO THE PROJECT: the name of the EA is SUPERSONIC I am looking for an experienced developer to create: An MT5 EA for any FX pair. It needs to randomly generated magic numbers every time it is applied to a chart (8 digit magic number) every time the EA is applied to a chart. The magic number has to be shown as an input field in the CONFIG PROMPT of the EA. When the EA is applied to a chart, It needs to
Need a Coding Expert. Fully automated Robot for Trading with minimal losses. It should be able to open/close trades automatically according to the strategy. Also, there should be an option to select maximum leverage for Trading FOREX, COMMODITIES, ENERGIES, etc. The forecast reports of trading strategies to be shared automatically to a specified Email, WhatsApp and Telegram accounts. TO DEVELOP A TRADING MANAGEMENT
I need someone to help me with trade panel for mt4 platform 1. Breakeven All Position 2. Close 50% of all position 3. Close All Position 4. Use Lot size 5. Use $ Risk 6. Use % Risk 7. Use Stop loss 8. Auto Breakeven 9. Partial Close
Key points 1. The advisor should have, say, its own term of operation, such as a Trial version for 3 or 6 months, etc. 2. To work via account number (if account number is different - it should not work) 1. move all orders to breakeven 2. 50% of all orders are closed 3. all orders are closed 4. risk selection in N - lots 5. risk selection in N - dollars 6. risk selection from deposit - in percent ---When one is
IBRK fixing 30+ USD
I currently have a trading bot that uses IBKR to trade and the api ib_insync, however my coding knowledge has its boundaries and I need someone to help me build out and fix some parts of my program

项目信息

预算
30+ USD
开发人员
27 USD