Specification
csharp
using System;
class GoldTrader
{
public void TradeGold()
{
// Preparation
SelectMarket("XAU/USD");
string timeframe = "4-hour"; // or "daily"
// Setting Up Indicators
double SMA200 = CalculateSMA(200);
double EMA50 = CalculateEMA(50);
double RSI14 = CalculateRSI(14);
// Analyzing the Market
string trend;
if (CurrentPrice() > SMA200)
{
trend = "bullish";
}
else
{
trend = "bearish";
}
string trendConfirmation;
if (EMA50 > SMA200)
{
trendConfirmation = "bullish";
}
else
{
trendConfirmation = "bearish";
}
// Identifying Entry Points
if (trend == "bullish" && CurrentPrice() < EMA50)
{
if (RSI14 < 30)
{
BuySignal();
}
}
else if (trend == "bearish" && CurrentPrice() > EMA50)
{
if (RSI14 > 70)
{
SellSignal();
}
}
// Setting Stop Loss and Take Profit
double stopLoss, takeProfit;
if (IsBuyTrade())
{
stopLoss = RecentSwingLow();
takeProfit = CalculateTakeProfit(1.0 / 2.0); // risk-reward ratio of 1:2
}
else if (IsSellTrade())
{
stopLoss = RecentSwingHigh();
takeProfit = CalculateTakeProfit(1.0 / 2.0); // risk-reward ratio of 1:2
}
// Monitoring the Trade
MonitorTrade();
if (PriceMovesInFavor())
{
MoveStopLossToBreakEven();
}
// Closing the Trade
if (TakeProfitHit() || MarketConditionsChange())
{
CloseTrade();
}
}
// Placeholder methods for functionality
private void SelectMarket(string market) { /* Implementation */ }
private double CalculateSMA(int period) { /* Implementation */ return 0; }
private double CalculateEMA(int period) { /* Implementation */ return 0; }
private double CalculateRSI(int period) { /* Implementation */ return 0; }
private double CurrentPrice() { /* Implementation */ return 0; }
private void BuySignal() { /* Implementation */ }
private void SellSignal() { /* Implementation */ }
private bool IsBuyTrade() { /* Implementation */ return false; }
private bool IsSellTrade() { /* Implementation */ return false; }
private double RecentSwingLow() { /* Implementation */ return 0; }
private double RecentSwingHigh() { /* Implementation */ return 0; }
private double CalculateTakeProfit(double ratio) { /* Implementation */ return 0; }
private void MonitorTrade() { /* Implementation */ }
private void MoveStopLossToBreakEven() { /* Implementation */ }
private bool PriceMovesInFavor() { /* Implementation */ return false; }
private bool TakeProfitHit() { /* Implementation */ return false; }
private bool MarketConditionsChange() { /* Implementation */ return false; }
private void CloseTrade() { /* Implementation */ }
}
Responded
1
Rating
Projects
25
52%
Arbitration
3
0%
/
100%
Overdue
2
8%
Free
2
Rating
Projects
3
33%
Arbitration
3
33%
/
33%
Overdue
0
Free
3
Rating
Projects
23
39%
Arbitration
4
25%
/
50%
Overdue
1
4%
Free
Published: 4 codes
4
Rating
Projects
38
29%
Arbitration
1
0%
/
100%
Overdue
2
5%
Working
Similar orders
Lwethu TradeBlazer
50+ USD
1 @import "tailwindcss" source("../"); 2 3 body { 4 @apply m-0; 5 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", 6 "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", 7 sans-serif; 8 -webkit-font-smoothing: antialiased; 9 -moz-osx-font-smoothing: grayscale; 10 } 11 12 code { 13 font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", 14 monospace; 15 } 16
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
MT5 Mean Reversion EA Development
500 - 600 USD
I am looking for an experienced MT5 EA developer to create an Asian Session Mean Reversion EA. 主な特徴: 平均回帰戦略 アジア取引時間のみ ボリンジャーバンドを基盤としたエントリー マルチエントリー/スケーリングポジション リスク管理機能 スプレッドフィルター ニュースフィルター 設定可能なパラメータ 戦略構造と詳細な仕様は議論の後に提供されます。 私はMT5の経験が豊富で、迅速なコミュニケーションがあり、テスト後にリビジョンをサポートする意欲のある開発者を好みます。 まずはEAのMVPバージョンを開発し、その後数週間にわたって前方テストを行い、最終的なパラメータ調整と改訂を行いたいと考えています。 テスト後のリビジョンサポートに関する情報も必ず含めてください。 予算見込み:USD 500–600 納期:10days-14days
JDE LS
53+ USD
Purpose The system aims to: Analyze forex market data in real time Identify trading opportunities quickly Automatically execute trades Help users potentially grow small capital (e.g., R1000+), without guaranteeing profits 3. 👥 Users Beginner traders Intermediate traders Admin/Developer (to manage and monitor the bot) 4. ⚙️ Functional Requirements 4.1 Market Data Analysis The bot must collect real-time price data
I am looking for an experienced MQL5 developer to build a professional Expert Advisor with the following specs: TECHNICAL REQUIREMENTS: - Platform: MetaTrader 5 (MT5) - Pairs: GBPUSD and EURUSD - Broker suffix support (e.g. GBPUSD@, EURUSD@) - Primary timeframe: M5 -Higher timeframe bias: H1 and H4 (for trend direction only) - One chart setup — manages both pairs from one chart STRATEGY: - Price action based: BOS
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional
Advanced ICT + CRT Smart Money Expert Advisor for MT5
300 - 1000 USD
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
An EA based on my INTRADAY TRADE NINJA system
30 - 35 USD
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
High frequency scalping bot wanted
1000+ USD
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with £100. I am willing to pay up to £1000 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
Project information
Budget
30+ USD
Deadline
from 1 to 5 day(s)