A personal job for an already selected developer

MQL5 Experts

Job finished

Execution time 9 days
Feedback from customer
willing to go the extra mile (hopping on a call) to ensure success. would work with them again
Feedback from employee
Thanks a lot

Specification

Currently I trade on brokers that do not require FIFO compliance. However I must very soon switch to US brokers. 


My favorite EA and very important to my portfolio, opens trades in an averaging way. One sell order audcad for 1 lot is the first trade. if the bot needs to average, it will open the second sell order on audcad for the same a1 lot amount. the EA always opens next orders of the same symbol and direction at the same size. it does not martingale or increase subsequent orders by a set multiplier. 

When the audcad price begins to move the direction desired by the bot, the trades will begin closing last to first. they do not close all at once. therefore the last trade that closes is always the first to be opened. you can now see how this will not work for a FIFO broker. 

NOW, the fix for this that IS ALLOWED by the broker, is say I open first audcad buy at 1 lot and then later open another audcad buy for 1.1 lots and then later open a third trade for 1.11 lots, I can then close any of the trades in the order I chose. I can close the 1.1 buy first if i want to. or the 1.11. it does not matter. because the lot sizes are all different this does not violate the specifics of the FIFO rules. I do not hedge, all open trades for any symbol will be of the same direction ( buy/sell)


The freelance work I am wanting is to have a local trade copier (sender and receiver)  built that accomplish this task. I want for the copier to have the ability for the master to send to multiple slave accounts. Other things i wish to be part of the copier : 

Include pending orders, ability to hide the sl and tp, lot sizing multiplier(calculated from balance) or fixed lot, trade orders at market, choice to include comments or not, have the ability to say whether the symbols on the slave accounts have a suffix or prefix and be able to enter it, always round up to broker minimum lot size.


These secondary specifications are important but the absolute most important piece of this entire project will be ensuring the lot sizes ( even after sizing multiplier or fixed) comply with fifo rules by all being different sizes if of the same symbol.


So to end. I wish for a trade copier that rapidly copies trades and adds 0.01 lots to each trade in accordance to how many trades that one occurs after the first of a symbol and of the same direction.  for example. trade 1 buy audcad. no changes need to be made to the first trade. the second trade will come from the original EA at 1 lot and needs to be changed to 1.01. and so on and so forth. if it is working correctly, say there are 7 buy orders on audcad. the seventh trade should be 1.06 lots because it is the sixth trade AFTER the original 1 lot trade. 

I have included two photos. the first is how trades are placed by the EA. they are all of the same size. when this is the case, I cannot close the last trade first.

the second photo is the result i desire. I need all the trades to be different sizes to be fifo compliant to close in an order I choose. I want them to only by different by the smallest( 0.01) amount as to not through off the balance of the system.



Responded

1
Developer 1
Rating
(75)
Projects
80
6%
Arbitration
46
11% / 54%
Overdue
7
9%
Working
2
Developer 2
Rating
(443)
Projects
570
37%
Arbitration
106
39% / 33%
Overdue
17
3%
Free
3
Developer 3
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
4
Developer 4
Rating
(2)
Projects
3
0%
Arbitration
8
13% / 88%
Overdue
1
33%
Free
5
Developer 5
Rating
(472)
Projects
491
75%
Arbitration
6
67% / 17%
Overdue
0
Working
6
Developer 6
Rating
(21)
Projects
28
36%
Arbitration
7
14% / 71%
Overdue
2
7%
Free
Similar orders
Hi, I want to develop a custom SMC (Smart Money Concepts) EA for MT5. My budget is $100. Here are the strategy requirements: 1. Auto identification of BOS, CHoCH, Order Blocks (OB), and FVG. 2. Auto entry when price returns to OB/FVG. 3. Auto SL above/below OB and TP based on Risk-to-Reward ratio (1:2, 1:3). 4. Risk Management (Risk % per trade or fixed lot size), Trailing Stop, Break-Even, and Max Spread filter. 5
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
I need EA Lil-MeProBot for MT5. Phone user, deliver .mq5 + .ex5. Symbols: XAUUSD EURUSD GBPUSD USDJPY BTCUSD, M15, Magic 777001 Strategy 6X Confluence score 4/6: 1. EMA 50/200 trend 2. Break of Structure 3. RSI 14 4. Strong body FVG/Order Block 5. Session 8am-9pm GMT+2 6. ATR filter Money Management LASTING: Lot 0.01 fixed, NO martingale, NO grid, Max 1 per symbol Max 2 total, SL ATR*2 TP ATR*3, Daily loss R40 stop
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place

Project information

Budget
160+ USD
Deadline
to 10 day(s)