A Minimalst One Button Trade Panel EA Needed..

Job finished

Execution time 1 day
Feedback from employee
Great client, thank you for the job

Specification

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

Responded

1
Developer 1
Rating
(48)
Projects
73
37%
Arbitration
22
9% / 41%
Overdue
14
19%
Working
2
Developer 2
Rating
(89)
Projects
137
24%
Arbitration
35
9% / 40%
Overdue
52
38%
Free
Similar orders
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
I am writing to inquire about the possibility of porting a simple project from MQL5 to Quantower using C#. The project in question includes a panel with a button that draws a rectangle on the chart. This rectangle can be freely dragged around the chart area. Additionally, the panel contains two editable fields, X and Y, which display the position of the rectangle. As the rectangle is dragged across the chart, the X
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
Hi I am looking for some developer, who can develop WebPage which can display my open trades position, Trade History and Live Bid/Ask of my Watchlist. Frontend web app for customers/clients where they can login and see (Account info, Watchlist, Positions, History) Control Panel to create users and map user emails to MT5 account numbers etc
I am interested in creating an EA, I already have the code but I need someone who can debug it make it more greater look more into the strategy and put more strategy modification and modeling and optimization to make it great also at same time debug it
Need to get a Trade Assistant Panel for trading with RR tool, partial closures, move to breakeven, different types of orders (Sell Stop, Sell Limit, Buy Stop, Buy Limit)... I don´t need the panel from scratch. If you have one you can send me images or examples and I can tell you what you have to change
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
Hey greetings. Am in need of a tradingview developer that can add a simple alert to my existing tradingview indicator with a simple conditions. Kindly bid for the project if it is what you can do for me and let proceed
Looking for a programmer to code EA for Buy Stop/Sell Stop HFT Trading designed for Ger40 EA must be able to trade on live account and Dll must be used for EA speed slippage control and spread filter
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4

Project information

Budget
30+ USD
For the developer
27 USD