Job finished

Execution time 3 days
Feedback from customer
A GOOD DEVELOPER WITH VERY GOOD PROGRAMMING SKILLS. I WILL ALWAYS RECOMMEND HIM
Feedback from employee
It was a challenging, yet rewarding experience. Thank you for being a great customer :)

Specification

1. EXPONENTIAL MOVING AVERAGE (PERIOD: 100, SHIFT:0, MA METHOD: EXPONENTIAL, APPLY TO: CLOSE).
2. EXPONENTIAL MOVING AVERAGE (PERIOD: 500, SHIFT:0, MA METHOD: EXPONENTIAL, APPLY TO: CLOSE).
THE INDICATORS’ VALUES MUST BE ADJUSTABLE.

TRADING STRATEGY (MOVING AVARAGE CROSSOVER)

1.BUY ORDER; EXECUTE BUY ORDER:

A. IF THE 100 MOVING AVERAGE CROSSES ABOVE THE 500MA
B. PRICE RETURNS AND HITS THE 100MA.
C. USE TAKE PROFIT TO EXIT NORMAL TRADE

2.SELL ORDER; EXECUTE SELL ORDER:

A. IF THE 100 MOVING AVERAGE CROSSES BELOW THE 500MA
B. PRICE RETURNS AND HITS THE 100MA.
C. USE TAKE PROFIT TO EXIT NORMAL TRADE

3. RECOVERY CONDITIONS

   A. IF LAST TRADE DIDN'T HIT TAKE PROFIT (IS IN LOSS), ADD LOT(INPUT PARAMETER X) FOR NEXT TRADE (RECOVERY ADDITION)

   eg. 1. trade #1 BUY @ 0.01 lot did not hot TP (is in loss) and Trade #2 SELL condition is met; lot size should be X + 0.01
       trade #3 BUY should be X + X + 0.01 and trade #4 SELL should be X + X + X + 0.01. Let's say X = 0.04
       trade #4 lot above will be 0.04 + 0.04 + 0.04 + 0.01 = 0.13 lot. THIS IS JUST AN EXAMPLE AND THERE IS NO MAX NUMBER OF TRADES THE EA CAN HOLD.

   B. USE SUM OF TRADES TO EXIT THE RECOVERY TRADES WHEN IN PROFIT BY A FACTOR (INPUT PARAMETER X).

   eg. 1. trade #1 BUY @ 0.01 lot is normal trade in loss, trades #2 SELL @ 0.05 lot is recovery trade. 
       when sum of trade #2 and trade #1 is in profit of X(pip/points), both trade #1 and trade #2 must close.
       NOTE: LAST TRADE MUST CLOSE LAST eg. trade #2 will close last while trade #1 will close first.

   eg. 2. trade #1 BUY @ 0.01 lot is normal trade in loss, trades #2 SELL @ 0.05 lot is recovery trade, trade #3 BUY @ 0.09 lot is second recovery trade
       when sum of trade #3, trade #2 and trade #1 is in profit of X(pip/points), both trade #1, trade #2 and trade #3 must close.
       NOTE: LAST TRADE MUST CLOSE LAST eg. trade #3 will close last while trade #1 will close first.


TRADE MANAGEMENT CONDITIONS

1. PROVIDE OPTION FOR INPUT FIXED LOT.
2. THE EA SHOULD USE SPECIFIED PERCENT OF ACCOUNT SIZE TO EXECUTE ANY TRADE.
3. IT MUST CONTAIN TAKE PROFIT AND STOP LOSS FUNCTIONS.
4. IT MUST TRADE ALL TIME FRAMES AND ALL INSTRUMENTS.
5. THE EA MUST EXECUTE ONE TRADE AT A TIME.
6. THE SEQUENCE OF EXECUTION MUST BE BUY,SELL,BUY,SELL OR SELL,BUY,SELL,BUY
7. TIME FILTER (TRUE/FALSE). START TIME AND END TIME MUST BE INPUT BY THE USER.
8. WHEN EA IS PUT ON CHAT, MAs MUST CROSSOVER BEFORE EXECUTION OF FIRST TRADE.

9. EA SHOULD USE EQUITY TO EXECUTE TRADES

NOTE: I HAVE ATTACHED THE EA AND TESTDATA FOR YOU TO RUN AND UNDERSTAND THE EXECUTION STRATEGY,

PLEASE DEVELOPE IT FROM SCRATCH WITH THE REQUIREMENTS ABOVE.


Responded

1
Developer 1
Rating
(34)
Projects
60
23%
Arbitration
11
73% / 9%
Overdue
3
5%
Free
2
Developer 2
Rating
(289)
Projects
520
36%
Arbitration
62
34% / 35%
Overdue
187
36%
Working
Similar orders
THE BOT 10000+ USD
📌 Trading Bot Requirements & Functional Description 1. Core Objective The bot is designed to automate trading on MT5 using ICT-based and price-action strategies with dynamic trade management. It should integrate signal generation , risk management , and execution , while allowing flexibility for future strategy adjustments. 2. Technical Requirements Platform : Python-based, connected to MetaTrader 5 (MT5) for order
I want a bot that reads signals from my Telegram channel and auto-executes those trades on my Pocket Option account. 1. Direction mode hedge_both: open BUY (CALL) and SELL (PUT) at the same time (typically split the amount 50/50 per side). signal_only: open only the direction specified by the signal (CALL or PUT). 2. Respect signal direction When direction_mode = signal_only, a CALL signal opens a CALL; a PUT signal
Ai spike Indicator 30 - 35 USD
Create an Ai based indicator that is able to identify sudden market movements known as spikes on boom and crash indices on the deriv market. The Ai should incorporate these strategies for better precision on getting signals, these strategies include support and resistance on 4 hour time frame SMC, CRT, ICT, Strategies volume trend, volatility pure price action tick velocity, momentum and key points on fibbonacci tool
I would like you to create an expert advisor or robot based on a closed source Trading View indicator ‘Stop Hunt by _Nephew_Sam’. You have to first check this indicator out and be sure you can replicate the source code’s logic before you apply for this gig. If you read to this point, include closed source in your reply to this post
Project Description: I am looking for an experienced developer to create an Expert Advisor (EA) compatible with both MT4 and MT5 with the following functionalities: 1. Capital and Position Sizing Management: Automatically calculate and determine the appropriate trade size based on account balance and predefined risk parameters. Enforce strict capital management rules to prevent excessive exposure and control overall
Here are the requirements for a potential developer: 1. *Task*: Create a detailed specification for image editing tasks. 2. *Key Features*: - Describe the type of image (e.g., photo, graphic). - Specify edits (add, remove, change elements). - Define desired output format and resolution. 3. *Deliverables*: - A clear, concise document outlining the task. - Estimated complexity and cost assessment. -
Hi I have a strategy for quantower I needed coded I have been trying myself but can't quite get there. They all partially work but break somewhere along the way either in live trading or can't connect to back testing. I have about 2500-4000 lines of code. What would a quote be? I am happy to share all codes I do have to help
I am looking for an Arabic-speaking professional MQL5 developer to create a script or Expert Advisor that connects to an external data provider (API) via WebRequest or DLL, retrieves the data (JSON or CSV), and stores it for use in MT5. Requirements: Connect MT5 to an external API (HTTP/HTTPS or WebSocket). Process and store the retrieved data. Provide flexible Inputs (API key, endpoint URL, refresh interval)
JOB DESCRIPTION We are building a cloud-based, self-sustaining trading algorithm designed to operate autonomously with minimal supervision. The system should leverage AI to analyze real-time market data and news, make trading decisions across multiple asset classes, and adapt dynamically to changing conditions. OBJECTIVES 1. Generate consistent returns (target \~10% monthly +- 2%) 2. Maintain strict drawdown control
Hello, I’m looking for a skilled developer to create a Telegram-to-MT4 & MT5 signal copier bot/EA with the following features: Core Features: Copy signals (both text and images) from Telegram and execute trades in MT4 and MT5 (two separate versions). AI parsing mode: Option to enable AI to read and interpret signals before execution. Fully optimized, stable, and bug-free performance. Prop firm compatibility

Project information

Budget
50+ USD
For the developer
45 USD
Deadline
to 3 day(s)