Add buy/sell signals to my indicator

MQL5 指标 外汇 策略优化

工作已完成

执行时间33 天

指定

I have a custom indicator that I have made using the help of ChatGPT and I want to add trading signals to it. Eventually I would like to convert it to an EA.
If you are interested in helping me with both, let me know.

I will provide you with the code to the indicator so it should be pretty straightforward.

The indicator is made up of two Triangular Moving Averages (one fast and one slow) and bands calculated from the TMA slow ATR multiple.


Here is the basis of the trading system: 

LONGS:

Long Signal Conditions:

When the the slow TMA is in an upward slope AND the fast TMA changes from a downward slope to an upward slope AND the trend change is confirmed on the close of the candle THEN on the following candle open enter a long position.

Long Exit Conditions:

When the fast TMA changes from an upward slope to a downward slope AND trend change is confirmed by the candle close THEN exit on following candle open OR if price crosses into and closes in 'Buy Reversal Zone' THEN exit position on following candle open.


SHORTS:


Short Signal Conditions:

When the the slow TMA is in a downward slope AND the fast TMA changes from an upward slope to a downward slope AND the trend change is confirmed on the close of the candle THEN on the following candle open enter a short position.

Short Exit Conditions:

When the fast TMA changes from a downward slope to an upward slope AND trend change is confirmed by the candle close THEN exit on following candle open OR if price crosses into and closes in 'Sell Reversal Zone' THEN exit position on following candle open.



I would like arrows to be plotted to the screen on confirmation of these signals as well as alerts (locally and sent to email)

Below is a visual representation of the indicator in it's current state.
Note: The rectangles are simply there to visually communicate entry and exit locations. They are not part of the indicator.





Here is a basic representation of what I would like the indicator to look like after you complete the project:
Note: I've marked all technical entry and exit conditions with an arrow.

Arrows should only be drawn on the confirmation candle after the confirmation candle closes. No Repainting.

Short Entries -> DeepPink
Long Entries -> SpringGreen
All Long and Short Exit Conditions -> DodgerBlue

If a Short Entry and a Long Exit coincide, prefer DeepPink arrow
If a Long Entry and a Short Exit coincide, prefer SpringGreen arrow

Not sure if this will actually happen but I wanted to clarify anyway.





As stated in the beginning, once this project is done, I would also like to convert this indicator into an EA.

The listed project price is just a placeholder. If you are interested in taking on both projects, please provide me with a quote.

Please let me know what other information you may need from me aside from the indicator code in order to complete this project.

Ideally I am looking for someone that can help me optimize this strategy as well.

反馈

1
开发者 1
等级
(104)
项目
169
24%
仲裁
23
9% / 78%
逾期
16
9%
工作中
2
开发者 2
等级
(7)
项目
8
0%
仲裁
4
0% / 100%
逾期
3
38%
空闲
3
开发者 3
等级
(3)
项目
5
40%
仲裁
2
0% / 50%
逾期
1
20%
空闲
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
I need a very profitable scalping robot for gold trading at M1 timeframe. I should have adjustable trailing stop, step, SL, TP in points it should use both trade opening and pending orders just as in the links below https://vt.tiktok.com/ZSHj9cD5w/&nbsp ; https://vt.tiktok.com/ZSHjHFvkg/&nbsp ;
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be

项目信息

预算
30+ USD
截止日期
 10 天