Gold scalper bot with source code – So you can modify it as needed - and backtest as needed

MQL5 Uzman Danışmanlar Forex

İş Gereklilikleri

Looking for a Gold EA - Scalper

Trading Pair & Platform

  • Pair: GOLD (XAUUSD)
  • Platforms: MT5 

Trading Strategy

  • No martingale strategy; focuses on proper SL/TP and smart entries/exits.
  • Ensures low-risk trading with tight stop loss and effective take-profit strategies.

Risk Management

  • Max Drawdown: 10%
  • Max Daily Loss: 5%
  • Risk per Trade: 0.5%-2% of account balance (Adjustable risk setting for flexibility)

Trade Execution

  • No big lots: Fixed lot size or dynamic risk-based position sizing for each trade, ensuring consistent low-risk trading.
  • Customizable Risk-to-Reward (R:R): Users can define their desired R:R ratio (e.g., 1:2, 1:3) for each trade to optimize profitability.
  • Trades only when volatility is stable: Avoids high-impact news events to ensure consistent performance in low-volatility conditions.

License Key Protection

  • Prevents unauthorized use and protects intellectual property with license key security.

Works on Prop Firms

  • Fully compatible with prop firm platforms like FTMO, MFF, TFF, and more, ensuring seamless integration for prop firm challenges.
  • Can be used on both instant-funded accounts and live accounts.

Additional Features for Enhanced Profitability:

🔹 News Filter

  • Auto-detects high-impact news events and avoids trading during these periods to ensure safe execution during market instability.

🔹 Dynamic Risk Management

  • Adjusts position sizes based on account balance and market volatility for continuous capital protection and growth.

🔹 Session-based Trading

  • Focuses on best Gold trading sessions (such as the London/New York overlap) to ensure optimal trading conditions and higher liquidity.

🔹 Spread & Slippage Protection

  • Ensures good execution by minimizing the effects of spread and slippage on trade entry/exit points.

🔹 Trailing Stop & Partial Take-Profit

  • Locks in profits as the market moves in your favor using a trailing stop, while allowing for partial take-profit to minimize drawdown and secure profits at strategic levels.

Bonus: Modifiable and Backtest-Ready

  • Source Code needed
  • Need backtesting 3-5 years and send me a report and a 2 week demo after coding, support afterwards for any changes that might come up during testing.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
Projeler
0
0%
Arabuluculuk
2
0% / 0%
Süresi dolmuş
0
Çalışıyor
2
Geliştirici 2
Derecelendirme
(2)
Projeler
6
17%
Arabuluculuk
5
0% / 40%
Süresi dolmuş
4
67%
Meşgul
3
Geliştirici 3
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Yüklendi
4
Geliştirici 4
Derecelendirme
(16)
Projeler
20
0%
Arabuluculuk
9
0% / 78%
Süresi dolmuş
6
30%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(277)
Projeler
451
39%
Arabuluculuk
91
43% / 19%
Süresi dolmuş
73
16%
Meşgul
6
Geliştirici 6
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(7)
Projeler
8
0%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
3
38%
Serbest
8
Geliştirici 8
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
9
Geliştirici 9
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Çalışıyor
Benzer siparişler
MQL5 Expert Advisor (EA) implementing a Supertrend-based trading strategy with ATR-based Stop Loss, 2x Take Profit, and an optional Trailing Stop Loss (TSL). The EA should support XAUUSD (Gold) trading, allow configurable timeframes, and be optimized for MetaTrader 5. --- 🔹 Strategy Overview ✅ Main Indicator: Supertrend ✅ Entry Confirmation: Higher Timeframe (HTF) Supertrend must confirm the trend ✅ Stop Loss: ATR
Vivek 100+ USD
symbol = "BTC/USDT" quantity = 0.001 # Adjust based on your capital while True: df = get_data(symbol) signal = apply_strategy(df) if signal == "BUY": place_order(symbol, 'buy', quantity) print("Buying...") elif signal == "SELL": place_order(symbol, 'sell', quantity) print("Selling...") time.sleep(60) # Wait for 1 minute before checking again
I have an EA where I would like backtesting to be carried out in order to understand which are the most appropriate strategies for me to use in my portfolio. Therefore, what I need is for backtesting to be carried out using Every Tick Based on Real Ticks (any major broker is fine so long as it isn’t IC Markets) method for the 270 sub strategies contained within the EA to arrive at the optimal risk level setting for
EA D1 breakout strategy with Martingale and recovery zone with martingale. buy - when the price breaks yesterday's high taking into account breakout distance sell - when the price breaks yesterday's low taking into account breakout distance fixed lot or dynamic lot Money management - Martingale or recovery zone with martingale Check attached file for more details
Need an expert advisor who can develop a robot which can work in exness global: Once a trade is closed at TP or SL, I want same trade (with same setting and parameters) should be immediately placed in pending tray and should be available for execution once market hits its requirements
I need an Expert Advisor (EA) for MetaTrader 5 that automatically adjusts the lot size in the volume field at the top-left of the terminal based on a fixed 1% risk of my equity. Features: 1. Display a movable horizontal line on the chart that I can drag. 2. Calculate the distance from the line to the live price in pips. 3. Retrieve my account equity in real-time. 4. Get the pip value of the symbol dynamically. 5. Use
I need an indicator that will help mark the previous candle equilibrium thats from the high to the low and mark my mid spot as the equilibrium but the half of the candle to be marked as a tspot with the flexibility of changing the tspot color box. The previous candle equilibrium i should have the option to either choose my higher timeframe of choice that aligns with my lower timeframe entry timeframe. That is if i
I need to convert a CSV file produced by MT5 into HST file, so that my offline MT4 can use the data to draw the graphic and perform optimization. The scope is to use the data directly from de broker as MT5, using MT4 as is getting the data from the metaquotes servers
Fx g4s 30+ USD
//+------------------------------------------------------------------+ //| SimpleMA.mq4 | //| Created by OpenAI | //| | //+------------------------------------------------------------------+ #property strict // Input parameters input int fastMA = 10; // Period for the fast moving average input int slowMA = 50; // Period for the slow moving average input int slippage = 3; // Maximum slippage allowed input double
NEED A SKILLED TRUSTED CODER TO ADD NEURAL NETWORKS AND POSSIBLY AI (CHAT GPT) API TO A CURRENT MT5 EA. - I HAVE A COMPLEX EA - I WANT TO ADD NEURAL NETWORKS - I WANT TO ADD AI (CHAT GPT API TYPE IS OKAY)

Proje bilgisi

Bütçe
50+ USD

Müşteri

Verilmiş siparişler6
Arabuluculuk sayısı0
Bu web sitesinde çerezler kullanılmaktadır. Çerez Politikası hakkında daha fazla bilgi edinin.