Техническое задание
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 trades based on a defined trigger. Each basket has manually selectable Ture/False toggle in background file (such as in plain English of Config.imi etc) No change in the coding. No interface is required.
It will run in the background on a small VPS Windows server alongside another script, so the code needs to be highly efficient and use very little memory. You can use whatever programming language you are fastest and most efficient with (like Python, C#, C++, etc.), as long as it runs light.
1. The Math & Rules (with on/off selectable toggle in ANY number of Seconds or Minutes (Own time frame)
**Flip Prices:** For directionally inverted pairs (like USD/CAD), just flip the price math (1 / Price) so it aligns with the other pairs in the group. Example; (EUR_USD GBP_USD AUD_USD NZD_USD USD_CAD > CAD_USD)
**Find the Center (Median) :** For each group of 5 pairs, calculate individual Periodic percentage move (Current Price - Start Price / Start Price) x 100, sort them percentages from lowest to highest, and pick the middle one (the 3rd pair) as the center anchor (Median)
**The Trigger Rule:** Individual% - Median /SD
For the numerator, subtract that center anchor (Median) from individual pair's percentage move to get the current residual gap value. (explained in the attached excel sheet as well)
For the denominator, calculate the standard deviation of that same residual gap calculation in numerator over the past 100 historical periods (rollover of same calculated values)(NOT RAW data)
Divide the individual current residual by this historical residual standard deviation (over 100 periods) to get the final Z-score.
If the result is greater than >2.0 or <2.0, it triggers a trade.
BUT……… it must validate following sub conditions:
**The Condition of Number of Pairs that Define Silence Filter:**
Toggle: Market Volatility Filter: True/False
(three conditions)
If Leader SD>2 or SD<2 (SD values manually adjustable)
If Follower pairs SD<0.5 or SD>0.5 (SD values manually adjustable)
IF This NUMBERS of followers SD move in same direction (2,3,4)(manually adjustable)
Consider RAW data to calculate SD in an individual currency’s co-movement test of Half % in SD that decides Silence in Volatility or otherwise.
Further explanation of Silence Filter: (To protect against a dead market (or just because of violent spike in One instrument) check link to individual volatility of remaining pairs against their averages. If at least 1 or 2 or 3 or 4 out of the 5 pairs are not moving more than half (0.5x) of their standard historical speed (in the same direction), the bot must instantly declare the group as Silent. The bot will freeze that basket and skip the cycle, ignoring fake signals on background noise. This SD will be based on RAW data of past 100 selected periods) (deque))
## 2. Keeping the Server Safe & Light
* **Low Memory:** The bot must run quietly in the background as a simple standalone task. Do not use heavy databases or heavy charting platforms (like MetaTrader MT4/MT5), as my VPS server has very tight memory limits. Just use tiny, fast local arrays in RAM to hold the last 100 prices.
* **Timer Delays:** Don't check all currency groups at the exact same millisecond. Space them out by 2 seconds each so the server's CPU stays near 0%.
* **Auto-Reconnect:** If the internet drops for a few seconds, the bot must automatically pause, wait a bit, and reconnect itself safely without freezing up or dying silently.
---
## 3. Safe Trade Execution
* ** True/False: Limit Orders:** To protect account from bad slippage or wide spreads during news, the bot may use Limit Orders set slightly below the price (like -0.1 or -0.2 pips) (pips selection are manually adjustable)
* **15-Second Delete:** If a limit order doesn't get filled within 15 seconds, the bot must automatically cancel it so we don't leave old, stale trades hanging open.
**Timer Reset:** The Periodic countdown (whatever the time frame is selected) resets completely to zero at the start of every new block of time.
* **No Opposite Trades:** If the bot already has a buy trade open on a pair, block it from opening a sell trade on that same pair at the same time (the account runs on Netting Not Hedging)
* **Manual Close Pause:** If I manually close a trade on my phone app, the bot must notice it, pause for 1 minute, and reset its timer before looking at that group again.
## 4. Settings File & Daily Logs
* **Settings Text File:** All settings (like risk %, max trades, trade hours, and max spread filter) must be written in a simple configuration text file so I can easily change them on my notepad without touching the main code.
* **Daily Spreadsheet Logs:** The bot must save all its calculations and trade outcomes into a daily CSV spreadsheet file so I can review them at the end of the day.
## Project Terms & Delivery
* **VPS Deployment:** Once the code is ready, the developer connect it to Windows VPS for deploying/installing the bot so that it runs successfully in the live background.
* **Testing Phase:** Developer can open its own demo account in Oanda to test it at their side.
* **Warranty:** The developer provide a full 2-week post-delivery warranty. If any bugs, calculation lag, or stream reconnection errors occur during the first 14 days of running live, the developer fix them for free.
Откликнулись
1
Оценка
Проекты
3
0%
Арбитраж
1
0%
/
0%
Просрочено
0
Работает
2
Оценка
Проекты
9
67%
Арбитраж
0
Просрочено
0
Работает
3
Оценка
Проекты
2
0%
Арбитраж
1
0%
/
100%
Просрочено
0
Свободен
4
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Опубликовал: 2 примера
5
Оценка
Проекты
11
36%
Арбитраж
0
Просрочено
1
9%
Загружен
6
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
7
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
8
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
9
Оценка
Проекты
14
36%
Арбитраж
3
0%
/
100%
Просрочено
0
Свободен
Опубликовал: 1 статью
10
Оценка
Проекты
10
10%
Арбитраж
9
0%
/
89%
Просрочено
1
10%
Свободен
11
Оценка
Проекты
64
39%
Арбитраж
15
27%
/
60%
Просрочено
1
2%
Работает
Похожие заказы
Gold hunter v5
30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Account size 50$ to 100$ or 5000USC to 10000USC ( Account $ Size may not matter ) Max Leverage 1000-2000 Min Lot 0.01 [ if averaging possible ] Averaging + Shift TP Faster Required if Trend Direction is Clear Account Protection Maxx Profit Max Loss Key Based Activation News Filter Need Expert to handle this to avoid false entry [ Developer can suggest extra additional filters inputs here ] as i mentioned I have no
Tradingview strategy develop
30+ USD
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
I am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
Ndugelo Ravhengani Bot
30+ USD
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Looking to acquire an existing, proven EA. Not looking for new strategy development. REQUIREMENTS — non-negotiable: Minimum 12 months verified LIVE history (Myfxbook or MQL5 Signals, real money — not demo, not backtest) Hard stop loss on EVERY trade, set at order placement NO martingale, NO grid, NO averaging into losers, NO lot multiplication after a loss Max historical drawdown under 30% Minimum 5 trades per
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Информация о проекте
Бюджет
30 - 50 USD
Сроки выполнения
от 1 до 5 дн.
Заказчик
Размещено заказов6
Количество арбитражей0