Job finished

Execution time 4 days
Feedback from customer
Excellent developer. Was willing to make all the changes I suggested. Don't look any further, he is your guy!
Feedback from employee
Good customer.

Specification

I need the following Ichimoku Strategy. I'll put the buy and sell rules down here:

Buy Rules: 

  • If the price crosses from below to above the cloud (9)
  • If the Kijun Sen is pointing up (8)
  • If the color of the cloud 26 bars away is green (5)
  • If the price crosses from below to above the Kijun Sen (5)
  • If the Kijun Sen crosses from below to above the Tenkan Sen (4)
  • If the Chikou Span crosses from below to above the price (4)
  • If the price crosses from below to above Tenkan Sen (3)
  • If the Tenkan Sen is pointing up (3)

  • Stop Loss: 10 pips below the lowest level of the cloud.

  • Take Profit: Trailling Stop Loss of 20 pips.
  • In the first instance I want a fixed stop loss but when I'm winning money I want a trailing stop that updates every 20 pips. 

Sell Rules: 

  • If the price crosses from above to below the cloud (9) 
  • If the Kijun Sen is pointing down (8)
  • If the color of the cloud 26 bars away is red (5)
  • If the price crosses from above to below the Kijun Sen (5)
  • If the Kijun Sen crosses from above to below the Tenkan Sen (4)
  • If the Chikou Span crosses from above to below the price (4)
  • If the price crosses from above to below Tenkan Sen (3)
  • If the Tenkan Sen is pointing down (3)

  • Stop Loss: 10 pips above the highest level of the cloud.
  • Take Profit: Trailling Stop Loss of 20 pips.
  • In the first instance I want a fixed stop loss but when I'm winning money I want a trailing stop that updates every 20 pips. 


You notice the (8) or (5) etc after each sell or buy rule? These are what I call important points. I only want to enter a positions if the sum of the important points combined is 10 or higher. So the first 2 sell rules give 17, in that case I want to enter a position. But the sum of the last two sell rules is only 6, then I dont want to enter a position. THIS IS VERY IMPORTANT, PLEASE CONTACT ME FIRST IF YOU DONT UNDERSTAND IT. 

Furthermore I also only want to enter a position when the market is trending. If the market is ranging I dont want to enter a position. With what indicators you identify this, I dont care. As long as I only enter positions in a trending market. 

Lastly I want my EA to only open 1 trade at a time. My max risk is 2%.I trade on the H4 chart. 


Please contact me if anything is unclear. Happy coding!















































Responded

1
Developer 1
Rating
(36)
Projects
50
28%
Arbitration
2
0% / 100%
Overdue
6
12%
Free
2
Developer 2
Rating
(14)
Projects
23
17%
Arbitration
3
0% / 100%
Overdue
5
22%
Free
3
Developer 3
Rating
(82)
Projects
86
57%
Arbitration
25
0% / 84%
Overdue
19
22%
Free
4
Developer 4
Rating
(2675)
Projects
3414
68%
Arbitration
77
48% / 14%
Overdue
342
10%
Free
Published: 1 code
5
Developer 5
Rating
(2346)
Projects
2951
63%
Arbitration
125
44% / 26%
Overdue
429
15%
Free
6
Developer 6
Rating
(174)
Projects
200
12%
Arbitration
39
38% / 33%
Overdue
5
3%
Free
Published: 2 codes
7
Developer 7
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
8
Developer 8
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
9
Developer 9
Rating
(271)
Projects
553
50%
Arbitration
57
40% / 37%
Overdue
227
41%
Working
Similar orders
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
Composite robot 30 - 200 USD
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 +

Project information

Budget
35 - 65 USD
Deadline
to 7 day(s)