I need someone to build a simple trading bot for me.
The idea of the trading system is as follows:
I currently run an indicator on a trading platform (fondex) that pushes signals to my Telegram app.
Note: Trading can only be done on a cent account.
The signals informs on what trades to execute (Buy/Sell) for a particular pair. I majorly trade Gold, WTI (Oil), XPTUSD-Platinum, Nat-Gas.
Trading Signals:
Once a Buy Signal shows up : Bot would execute 5 sell trades 50pips apart at 0.01lot and 10 buy trade 100 pips apart at 0.01 to 0.05. TP for every trade will be staggered from 100 - 500pips. If market continues in a Downward trend after the 10th buy trade, the bot will continue to buy (3x) every 250pips apart at a set lot size (0.03) until market reverses to where the first BUY trade was executed. TP for every trade will be set at 250 - 500pips staggered.
Once a Sell Signal shows up : lot size 0.01 - Bot would execute 5 buy trades 50-100pips apart and 10 sell trade 100 pips apart. If market continues in a Upward trend after the 10th buy trade, the bot will continue to Sell (3x) every 250pips apart at a set lot size until market reverses to where the first SELL trade was executed.
Note:
1. The lot size 0.01 - 0.05 should be adjustable
2. The pip buy or sell intervals should be adjustable between 20 - 500
3. The bot would only respond to signals from telegram whether BUY or SELL.
4. The TP points for the bot should be adjustable to the original start point of the trade (For example: GOLD: If a BUY signal comes in at 1980.00, the bot will open BUY trades 100pips apart (lot size 0.01 - 0.05) from 1979.00 to 1970.00 with 100 - 500pips tp. Thereafter, the bot will open BUY trade 250pips apart from 1968.50, 1966.00, 1963.50,........... until market back to reverses to 1980.00.
AT THE SAME TIME, the bot would execute SELL trades 50pips apart (lot size 0.01 - 0.05) from 1979.50,1979.00,1978.50,....... with 100 - 500pips tp
CONSIDER & IMPLEMENT:
1. Dynamic Lot Sizes: Implement a dynamic lot-sizing strategy based on factors such as recent volatility, account equity, or a percentage of risk per trade. This ensures that lot sizes adjust according to the prevailing market conditions 2. Adaptive Take Profit: Instead of a fixed range, set TP levels based on recent price action, support/resistance levels, or volatility. This can help optimize profits while considering the current market environment.
3.Consider Additional Confirmation Indicators: Integrate additional indicators or signals to confirm the strength and direction of the trend before executing trades. This can reduce the likelihood of entering trades based on false signals
THE ABOVE EXPLANATION IS BASED ON MY CURRENT EXPERIENCE.
NOTE: Adjustment/Modifications would be made to the bot on an ongoing basis as needed, therefore it needs to be flexible to allow for changes to lot sizes, tp and number of executable trades per signal
I need something that can run on my MT5 and MT4 platforms and can be linked to my Telegram bot to access the signal.
Would need about 2weeks to run application/bot on demo to verify that its working as intended and it can be modified.
Benzer siparişler
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
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
SPECIFICA TECNICA Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo , in grado di adattare il comportamento alle diverse condizioni di mercato di XAUUSD. Lo sviluppatore può utilizzare tecniche appropriate quali trend Following
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +