
Open
Posted
•
Ends in 8 hours
Paid on delivery
I need a Deriv-compatible bot that will take over my forex trades completely and run a clean, rules-based trend-following strategy. The goal is full automation: from scanning currency pairs on Deriv through to order execution, position management, and trade closure, all without manual intervention. Key points to hit • Strategy logic: simple, robust trend-following rules which i will convey to you • Market scope: any forex asset, metals, crypto, indices etc. • Platform: it must run on Deriv’s DBot/Binary Bot framework or via their API, so please factor in Deriv-specific blocks, syntax, and authentication. • Risk controls: configurable lot size, max simultaneous trades, dynamic stop-loss and take-profit tied to ATR or percentage of price. • Output: the finished .xml (or JSON if you choose API) bot file plus a short PDF/Markdown that explains inputs, how to tweak parameters, and any required account settings. Acceptance criteria 1. Bot loads in Deriv without errors. 2. It opens and closes trades strictly according to the defined trend rules during a one-week demo test. 3. Drawdown and win-rate data from the demo align with back-test numbers you provide (within a reasonable range). If you have prior Deriv or [login to view URL] automation examples, feel free to mention them when you bid. The defined code need to be provided to me as a deliverable to me
Project ID: 40465616
15 proposals
Open for bidding
Remote project
Active 22 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
15 freelancers are bidding on average ₹7,906 INR for this job

<<<✔Consider it DONE✔>>> YO! I understand your project and I'm eager to help. With my diverse expertise in data analysis, JavaScript, PHP, and software architecture, combined with my keen interest in automation, I am perfectly positioned to bring your forex trend bot project to life. I understand the demand for a highly reliable bot that sticks to predefined trend rules. Rest assured, I will develop a bot that strictly executes your defined trading strategy on Deriv's DBot/Binary Bot framework or API as per your requirement. Looking forward to being part of your project! You will surely be impressed by my work! Not sure what the next step is? I offer free and professional consultation -- I'm just a text away. All the very best, Josh
₹7,000 INR in 2 days
5.5
5.5

Hello, Creating an automated Forex trend bot on the Deriv platform involves integrating specific trading strategies and ensuring adherence to the platform's requirements. The goal of full automation from scanning currency pairs to trade closure is clear, and I can help you achieve that with precision. One key insight is the need for robust risk controls, particularly the dynamic stop-loss and take-profit mechanisms tied to the ATR. This is crucial because it allows for adaptability in different market conditions, helping to protect your capital while optimizing trade performance. Ensuring that the lot size and maximum simultaneous trades are configurable will also enhance the bot's usability and risk management capabilities. In my previous work with automated trading systems, I emphasized building strong risk management features. For example, I developed a trading bot that utilized similar dynamic stop-loss and take-profit strategies, which resulted in a significant reduction in drawdown compared to previous manual methods. This experience has equipped me with the ability to carefully implement your specific trend-following rules while ensuring the bot operates efficiently within the Deriv framework. To tackle this project, I would start by collaborating closely with you to outline the exact trend-following rules you want implemented. From there, I would focus on the following steps: - Analyze the Deriv API and familiarize myself with the required syntax and authentication methods. - Develop the bot's core logic to incorporate your strategy, ensuring it adheres to the platform's constraints. - Implement the risk management features you specified, testing them rigorously to ensure they perform as intended. - Conduct thorough testing during the demo phase to align performance metrics with your expectations before final deployment. What type of trend-following rules do you envision for this bot, and do you have specific parameters in mind for the stop-loss and take-profit settings? Additionally, are there particular currency pairs or assets you want the bot to prioritize during its operation? Looking forward to hearing from you, Thomas Beigbeder
₹12,500 INR in 7 days
4.9
4.9

Hello, Are you looking for a reliable trading bot that fully automates forex trades according to your specified trend-following strategy? I can create a Deriv-compatible bot tailored to your needs. My approach involves developing a bot that scans forex assets, executes orders, and manages positions seamlessly, adhering closely to the simple and robust rules you’ll provide. I’ll incorporate Deriv-specific syntax and handle authentication requirements, ensuring compliance with the platform’s framework. Configurable parameters like lot size, maximum trades, and dynamic stop-loss/take-profit tied to ATR will also be included. To finalize the project details, could you clarify the following? 1. What specific trend-following rules should the bot implement? 2. Are there any additional assets apart from forex that you want the bot to cover? 3. What are your preferences for the bot’s user interface if any? 4. Do you require any specific logging or reporting features in the output? Please note that cost and timeline are placeholders until I confirm the details. I look forward to your response! Relevant Portfolio: • https://www.freelancer.com/u/amjad2 Best Regards, Amjad Iqbal
₹7,500 INR in 60 days
4.8
4.8

Hi, I understand you're looking for a Deriv-compatible bot that can fully automate your forex trades. I've taken note of your requirements, and I'm confident I can help you achieve this. First, I'll focus on implementing a robust trend-following strategy using the rules you'll convey to me. I'm well-versed in PHP and JavaScript, and I'll use Deriv's DBot/Binary Bot framework or their API to ensure seamless integration. I'll also factor in Deriv-specific blocks, syntax, and authentication to guarantee a smooth execution. To manage risk, I'll implement configurable lot size, max simultaneous trades, dynamic stop-loss, and take-profit tied to ATR or percentage of price. This will be achieved through a combination of algorithmic trading and risk management techniques. One of my key concerns is the complexity of the project. To mitigate this, I propose breaking it down into smaller, manageable tasks. This will include: - Setting up a Deriv API connection - Implementing a trend-following strategy using the provided rules - Integrating risk management features - Testing and optimizing the bot for performance and accuracy I believe this approach will allow us to deliver a high-quality bot that meets your expectations. I'm also happy to answer any questions you may have regarding this proposal. One question I do have is regarding the specifics of the trend-following rules. Could you please provide me with more information on the strategy logic and any parameters that need to be considered?
₹7,900 INR in 10 days
3.6
3.6

Hi, Your brief cuts off mid-sentence — "run a clean, rules-" — so before I price anything I want to make sure I'm building exactly what you need, not my interpretation of it. A Deriv bot that misunderstands your rules-based logic will blow through your account, not protect it. My approach: connect to Deriv's WebSocket API (not the REST layer — tick data and contract execution require the streaming endpoint), implement your entry/exit rules as a state machine with configurable SL/TP via the `proposal` + `buy` contract flow, and add a dry-run mode using Deriv's demo account so you can validate behavior before it touches live funds. I'd use Python with the `deriv-api` asyncio library, keeping the strategy logic fully separated from the execution layer so rules are easy to audit and adjust. Before I commit to scope and timeline, can you share the complete rules you had in mind — specifically the trend signal (MA crossover, RSI threshold, breakout, something else?) and your per-trade risk parameters? That one answer determines whether this is a two-week build or a six-week one. Best regards, Val
₹1,500 INR in 7 days
2.3
2.3

Hi, I can help with a fully automated, Deriv-compatible trend-following bot that scans forex pairs, places orders, manages positions, and closes trades without manual steps. I’ll start by translating your exact rules and risk controls into the Deriv DBot/Binary Bot framework (or API) and wiring the required authentication and syntax. To reduce risk, I’ll add configurable lot sizing, max simultaneous trades, and dynamic ATR/percent-based stops/targets, then verify behavior in a one-week demo against your back-test metrics. Which exact trend rules should I implement (entry/exit and timeframe), and do you want DBot/Binary Bot XML or an API-based JSON delivery? json and a short tweak guide PDF/Markdown.
₹7,845 INR in 3 days
1.5
1.5

Hello there, hope you are having a fantastic day so far! A Deriv-compatible bot for automated forex trend-following, scanning pairs, executing orders, managing positions and closing trades without manual intervention is a focused, well-shaped build. Deriv's WebSocket API is well-documented and trend-following maps cleanly to a small, testable script rather than a tangled monolith. How I would lay it out: - Python connecting to Deriv via WebSocket with proper reconnect and keepalive so a network blip does not orphan a position. - Strategy module isolated from the broker layer, so your trend rules live in one place and order execution stays generic. Easier to test, easier to swap rules later. - Position sizing and risk controls baked in (per-trade percent risk, daily loss limit, max concurrent positions). Trend bots blow up quietest from missing risk caps. - Logging clean enough to walk through every trade decision after the fact. - Backtest harness on historical Deriv ticks before going live, so the strategy gets seen on months of data before risking capital. - Short ops doc and a kill switch. Honest note: I will not commit to profitability claims. The bot executes your rules cleanly, your rules drive the result. Vicente Muñoz
₹8,000 INR in 14 days
1.0
1.0

With a deep-rooted understanding of JavaScript and automation processes, I am the perfect fit for building your Automated Forex Trend Bot on Deriv.com. I have a proven thread in developing robust, efficient, and scalable solutions that yield tangible results. My rich capital market experience will be invaluable in crafting a clean, rules-based trend-following strategy that aligns with your needs. Being proficient with Deriv's DBot/Binary Bot framework and its API, I can ensure smooth and seamless integration of the bot into the platform. Not only will I create an automated solution that carefully adheres to your defined trend rules but also one that incorporates essential risk controls such as dynamic stop-loss, take-profit triggers tied to ATR or percentage of price. The deliverables will include a concise explanation of settings and how to tweak parameters, ensuring you have full control of the bot. Throughout my 5+ years as a developer and my portfolio boasting successful projects across 42+ countries, I've fostered a flexible approach and strategy to problem-solving. As an assurance of quality delivery, my work ethic promises a turnaround time less than 2-3 hours with constant communication for any update or query. Let me transform your project from concept to completion; together we can bring your automated forex trading vision to life!
₹7,000 INR in 7 days
0.0
0.0

This aligns perfectly with my skill set, especially given your need for a clean, professional, and user-friendly Deriv-compatible bot that fully automates trend-following trades with seamless integration of risk controls like configurable lot size and dynamic stop-loss. I understand the importance of running this on Deriv’s DBot/Binary Bot framework or API, ensuring error-free loading, precise order execution, position management, and comprehensive documentation. While I am new to freelancer, I have tons of experience and have done other projects off site involving automated forex and crypto trading bots with robust strategy implementation and risk management. I would love to chat more about your project! Regards, Warrick Van Eeden
₹5,650 INR in 14 days
0.0
0.0

Mumbai, India
Payment method verified
Member since Mar 10, 2025
₹600-1500 INR
₹12500-37500 INR
₹12500-37500 INR
₹1500-12500 INR
₹600-1500 INR
₹1500-12500 INR
₹12500-37500 INR
$750-1500 AUD
£20-250 GBP
$30-250 USD
₹12500-37500 INR
$15-25 USD / hour
₹12500-37500 INR
₹750-1250 INR / hour
$2-8 USD / hour
$30-250 USD
€10000-20000 EUR
$30-250 USD
$250-750 CAD
$30-250 USD
₹1500-12500 INR
₹12500-37500 INR
₹600-1500 INR
min $50 USD / hour
$15-25 USD / hour