I need a developer with very good English skills to provide me the code for a function that I want to insert into my own
code and which should do the following:
-
Count how many open orders a currency (or an index, etc) is involved in, separately on buy and sell.
-
Count the total lot size on buy and the total lot size on sell that the currency (or index) is involved in.
For example, if I have the following trades open:
2 lots of SELL GBPUSD
0.5 lot of SELL EURGBP
0.5 lot of BUY EURUSD
Then the results provided by the function will be:
Total number of open orders BUY on GBP: 1
Total lot size BUY on GBP: 0.5
Total number of open orders SELL on GBP: 1
Total lot size SELL on GBP: 2
Net lot size on GBP (BUY-SELL): -1.5
The function will return the same type of results for EUR, USD and all other currencies, indices, etc that are involved in
open orders.
Important: you have to be careful to identify when the currency is the first or the second in the currency pair in order to get the
result right. For example, a SELL order on EURGBP counts as a SELL on EUR, but as a BUY on GBP.
The code should also work for symbols composed of only one element, like US30.
Exception: I need an exception to be introduced in the case of instruments XTIUSD and XAUUSD, in the sense that in these cases the
function will NOT add these to the count of number of orders and size of lots on USD, BUT it will add them to the count of the number of orders and
the size of lots on XTI and XAU respectively.
Use of the function:
I should be able to call this function in the main program something like this: get_lot_count(Symbol), where symbol
can be GBPUSD, XTIUSD, US30, etc. When called, the function will calculate and provide (in separate variables) all the information
mentioned above in relation to the instrument(s) present in the symbol, regardless of whether there are 2 currencies in
the Symbol (like in EURUSD, in which case the information will be, of course, separate for EUR and USD) or a stand-alone instrument in the
symbol (like in US30).
I am flexible to suggestions on how to best organise the information.
Note: when applying for this job please let me know if you have experience in doing something similar or other information
that would help me understand that you actually looked carefully at the specs and that you are not just sending an “automated” application.
Ähnliche Aufträge
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Strategy:Identify Supply and demand zones and generate buy and sell signals based on the price action within these zones. Confirmation:Use MA filter to confirm trading directions. Risk - Reward Ratio: 1:5. Risk Management: Limit risk to a predefined percentage of account balance . Additional features: include alerts for signal generation, SL and TP
i want to make trading bot for my xauusd trading. who can provide me code for good algo for auto trading? which logic is safe for trading?i want expert who can made code for me. thanks
#property copyright "Amanda V" #property version "1.01" #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 input int InpSwingLookback = 30 ; // Swing Lookback Period input double InpMinWickPct = 30.0 ; // Min Rejection Wick % input color InpBullColor = clrAqua ; // Bullish Sweep Color input color InpBearColor =
Description: I need an MT5 Expert Advisor built to exactly replicate a TradingView Pine Script strategy. This is a range mean reversion system . All logic must be followed precisely. No optimisation, no interpretation. The EA must behave identically to the logic below. Market & Timeframe Primary: NAS100 (but must work on any symbol) Timeframe: 5-minute Must work regardless of broker (handle symbol digits properly)
I am looking for an experienced MQL5 developer to improve an existing forex EA, not build a completely new robot from zero. Important note: I use GPT to help me write because my English is limited. The wording may be assisted by GPT, but the trading issues, testing observations, and improvement goals are real from my side. I need a developer who is patient, understands strategy logic well, and can explain the
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
I am looking to develop a highly optimized and fully modular script in MQL5 specifically for detecting RSI Divergences. This script will serve as a foundational building block to be integrated into a larger, comprehensive Expert Advisor (EA) later. Therefore, execution speed, strict logic, and a clean codebase are my absolute top priorities. Here are the core technical requirements for this project: 1. MQL5
My requirement i have mention in the video. I explain it from a screen record will be more clear https://www.youtube.com/watch?v=oTCWx7tfckM Mainly RSI martingale TP/SL lot size will auto base on the profit/loss i wish to risk
We have an existing Expert Advisor (EA) for MetaTrader 4. We need to restrict the EA so it only works on specific MetaTrader account ID(s). Key Requirements: Add account ID locking functionality to the EA. EA should run only on authorized account number(s). If used on any unauthorized account, the EA should: Stop trading, and/or Display an error message (e.g., “Unauthorized Account”). Ability to easily update or add