指定
I am new in trading and would a programmer to create an indicator for me with these specific instructions. 1. Trading Logic
- Supertrend Indicator:
- Inputs: ATR Period, ATR Multiplier, Timeframe.
- Signal is generated when the Supertrend line flips direction.
- Buy Condition:
- When price closes above the Supertrend line and the Supertrend flips from bearish (above price) to bullish (below price).
- EA opens a Buy order.
- Sell Condition:
- When price closes below the Supertrend line and the Supertrend flips from bullish (below price) to bearish (above price).
- EA opens a Sell order.
2. Position Management
- One Trade per Signal:
- No stacking of trades in the same direction.
- EA must wait until an opposite signal (or manual close) before opening a new trade.
- Exit Conditions:
- Default: Close trade when the opposite Supertrend signal appears.
- Option: Keep trade open but reverse position (close current and open opposite).
- Stop Loss / Take Profit Options:
- Use Supertrend line as stop-loss (default).
- OR fixed SL/TP in points (configurable).
- OR trailing stop (optional, based on indicator or points).
3. Filters (Inputs)
- Timeframe Filter – option to choose a higher timeframe Supertrend for confirmation.
- Trade Direction Filter – allow only longs, only shorts, or both.
- Spread Filter – don’t trade if spread > X points.
- Trading Hours – allow trading only between set times (e.g., London/NY sessions).
4. Risk Management
- Lot Size Options:
- Fixed Lot (user-defined).
- Risk % per trade (lot calculated from SL distance and account balance).
- Max Open Trades: integer limit (default = 1).
- Max Daily Loss %: stop trading if exceeded.
5. Inputs Summary
- Indicator Settings
- ATR Period
- ATR Multiplier
- Applied Timeframe
- Trade Settings
- LotSize (fixed) or Risk %
- StopLoss mode (Supertrend line / fixed points / none)
- TakeProfit mode (fixed points / none)
- TrailingStop (on/off, method: points or Supertrend)
- BreakEven (optional)
- Filters
- Trade Direction (Buy/Sell/Both)
- Time Filter (start hour – end hour)
- Spread Filter (max points)
- Magic Number / Comment
6. Error Handling
- Ensure SL/TP respect broker’s StopLevel and minimum distances.
- Check for trade duplication (avoid sending multiple orders on one signal).
- Log clear messages for entries, exits, and errors
応答済み
1
評価
プロジェクト
462
26%
仲裁
139
20%
/
60%
期限切れ
100
22%
暇
2
評価
プロジェクト
12
25%
仲裁
3
0%
/
100%
期限切れ
0
仕事中
パブリッシュした人: 1 article
3
評価
プロジェクト
36
33%
仲裁
5
0%
/
80%
期限切れ
0
仕事中
パブリッシュした人: 2 codes
4
評価
プロジェクト
15
20%
仲裁
1
100%
/
0%
期限切れ
0
暇
5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
6
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
9
評価
プロジェクト
945
47%
仲裁
309
58%
/
27%
期限切れ
125
13%
暇
類似した注文
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
8 cap prop firm passing
30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
Fundamental News Trading Strategy
50 - 200 USD
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
プロジェクト情報
予算
30+ USD