TT
TRADING SYSTEM
Indicators
are:
1.
Exponential moving averages (period: 25 and 15), apply to: close.
2.
Stochastic (period:60,3,3) price field: low/high, MA: simple. Level:
0, 20, 40, 60, 80, 100
3.
Commodity channel index (period: 20), Level: 100, 0, -100
4.
Money flow index (period:20), Level: 0, 50, 100
5.
Relative strength index (period: 20), Level: 25, 50, 75
Note:
All the indicators’ periods should be adjustable (Option to adjust
the indicators’ periods must be provided).
Buy
order conditions
1. Execute buy order if:
a. The smaller moving average crosses above the higher moving average
and price is 10 points above both moving averages.
b. The stochastic moves above level 40.
c. The commodity channel index is positive (above 0).
d. The money flow index is above level 50.
e. The RSI is above level 50.
2. Do not execute buy order:
a. If stochastic is above level 80 (overbought).
b. If RSI is above level 75 (overbought).
Sell
order conditions
1. Execute sell order if:
a. The lower moving average crosses below the higher moving average
and price is 10 points below both moving averages.
b. The stochastic is below level 60.
c. The commodity channel index is negative (below 0).
d. The money flow index is below level 50.
e. The RSI is below level 50.
2. Do not execute sell order:
a. If stochastic is below level 20 (oversold).
b. If RSI is below level 25 (oversold).
Trade management conditions
1. The EA must execute a single trade at a time for each currency
pair.
2. The EA must be able to trade all currency pairs (Any instrument).
3. Provide option for x-number of take profit and stop-loss in
pips/points (value to be set by the user in pips/points).
4. Provide option for trailing stop-loss (value to be set by the user
in pips/points). Use exponential moving average of period 10 with a
shift of 5, apply to: close. If price moves x-number of pips/points,
trailing stop moves x-number of pips/points in the direction of the
market. Trailing gap in pips/points is set by the user.
5. The EA should display on the screen total number of positions
currently opened on the account, the account leverage and account
balance.
Ordini simili
Greetings to all, I need an experienced developer to modify and fix my strategy logic inside the OnTick() function. So that the EA works exactly the way my strategy works. You will be working with an already written MQL5 code , you will only be adjusting and modifying the logic to fit my specifications , you should have knowledge and experience working with ONNX m odels
🏆 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
ZigZag based on oscillators is needed The idea of the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
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
The basic idea of CRO is to simulate coral colonies that develop and compete for space on a reef, ultimately forming an optimal structure. Each coral in the reef represents a potential solution to the optimization problem under consideration. The reef is modeled as a two-dimensional N×M grid. Each grid cell can either be occupied by a coral or left empty. A coral is a coded solution to an optimization problem. For
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
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
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted