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
Auto trading system on mobile with high probability win rate. Trades and auto trading system that works well on gold and forex, most important risk reward ratio. It must be 1:3 or more then that whenever possible
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =
Description: I am looking for an experienced MT4/MT5 (MQL4/MQL5) developer for consultation and possible future development of an advanced Expert Advisor architecture. This is NOT a simple RSI, MACD, martingale, or indicator-only EA project. I already have an existing EA framework using: RSI timing logic EMA direction filters trend and volatility filters DCA / basket management protection and recovery logic Now I
I need an experienced MQL5 developer to build a custom MT5 Expert Advisor for XAUUSD. Strategy Overview: Trend-following using EMA 50/200 on H4 and H1 Pullback entries on M5 using RSI + candle confirmation No martingale, no averaging down Controlled scaling only when trades are already in profit Maximum 2–3 positions per direction Risk Management: Daily loss limit (%) Equity hard stop (%) Consecutive loss pause
I am looking for an experienced developer in MQL5 to build a fully AI and automated trading bot (Expert Advisor) for MetaTrader 5. The EA will trade XAUUSD only and will be based purely on price action and Smart Money Concepts (SMC), specifically focusing on liquidity sweeps, market structure shifts (MSS/CHoCH), and wick rejection entries at key points of interest (POIs). The system must follow a strict rule: no
I need an MT5 Expert Advisor for US100 and XAUUSD. The EA must use risk management and must not use martingale or grid. Main requirements: Platform: MetaTrader 5 / MQL5 Symbols: US100 and XAUUSD Timeframes: M15 and M30, with higher timeframe trend filter Trend filter: EMA 50 and EMA 200 Momentum filter: RSI 14 Stop loss: ATR-based or recent swing high/low Take profit: minimum 1.5R risk/reward Risk per trade
I want the indicator to be built professionally and carefully because the strategy is strong, but it requires advanced and clean programming. The indicator should work mainly on XAUUSD M15 and should generate more than 2 high-quality signals per day, ideally around 2 to 4 signals maximum, without flooding the chart. The logic must not be random. Each signal must be based on: HTF Bias from H1/H4, Liquidity Sweep
FINAL EA STRATEGY DOCUMENT (Chandelier Exit + EMA Breakout System) ------------------------------------ CORE INDICATOR - Chandelier Exit (MAIN LOGIC) - ATR Period: Editable (Default 22) - ATR Multiplier: Editable (Default 3) IMPORTANT: - ATR must NOT be shown as a separate indicator - ATR must be used ONLY internally inside Chandelier Exit - All SL & trailing must strictly follow Chandelier Exit line