I want a c sharp code robot that is able to trade gold based on the code i will paste below

Техническое задание

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 */ }
}

Откликнулись

1
Разработчик 1
Оценка
(21)
Проекты
25
52%
Арбитраж
3
0% / 100%
Просрочено
2
8%
Свободен
2
Разработчик 2
Оценка
(2)
Проекты
3
33%
Арбитраж
3
33% / 33%
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(19)
Проекты
21
33%
Арбитраж
3
33% / 33%
Просрочено
1
5%
Работает
Опубликовал: 2 примера
4
Разработчик 4
Оценка
(30)
Проекты
38
29%
Арбитраж
1
0% / 100%
Просрочено
2
5%
Работает
Похожие заказы
I already have an EA and willing to work together with a talented professional programmer so that we can make a profitable EA for the long-term. RazorQuant AI | Buy Trading Robot (Expert Advisor) for MetaTrader 5 RAZORQUANT AI v3.7 (MT5 EA) Purpose: Automated trading EA that combines classic technical filters with machine-learning signals and optional external AI (LLM) advice to decide BUY/SELL/HOLD and manage
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
i need an expert to help join 3 model i have in ninjatrader into one, kindly message me and i will be expecting from you and i need this work done in maximum of 4 days, so i need expert that can get it done
hello great developer i want a NinjaTrader 8 custom indicator (not a full bot) • It implements the Jackson–Dalton Trading System • Includes Z1/Z2/Z3 zones, VWAP + deviation, and session volume profile (POC/VAH/VAL) • Has day-type classification and configurable alerts • Primary instruments are BTC/USDT and ETH/USDT • Full source code and documentation are required • Semi-automation and futures support are optional /
Project Title: MT5 Algo Trading EA (Single Strategy + License Panel + Ownership + Manual Trade) --- Project Description I am looking for an experienced MT5 (MQL5) developer to create a clean, stable and professional Algo Trading EA for my company and future clients. This is a long-term business project, not a one-time personal EA. --- 1. Strategy Requirements - Only 1 single trading strategy - No martingale - No grid
I am looking for an experienced StrategyQuant X (SQX) developer to build a reusable trading template , not a single strategy. ⚠️ Please do NOT apply unless you actively use StrategyQuant X and have access to it. This project cannot be completed without SQX. 1. Session and Time Filters Trading restricted to fixed GMT sessions per index Sessions must convert correctly to broker server time and remain correct through
I want to create an intraday EA designed to trade RSI pullbacks in the direction of the dominant trend during sufficient volatility, scales out profits, and automatically stands aside when market conditions stop supporting its edge. It should have the following features and are based on the following indicators: Trade FX on M15 Enter based on RSI, EMA and ATR Scale out profits using a multi-TP structure Trade only
A Grid EA with a hedge that open trades on a percentage based on whats is opened on the other side, closes losing trades with current profits made and utilizes a grid trading strategy combined with hedging technique to mitigate risk and potentially lock in profits. It involves placing buy and sell orders at predetermined price intervals, forming a grid. When a trade within the grid moves against the initial
MQL5 Expert Advisor Development (MT5) I need a professional MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 with high accuracy, low drawdown, and fast execution . 🔹 Strategy Requirements: Timeframe: Scalping-friendly (M1 / M5) Indicators Used: EMA 9 EMA 12 EMA 21 VWAP (as a trend filter) RSI (for trade confirmation) 🔹 Trade Logic: Buy and Sell entries based on EMA crossover + VWAP direction
Project Summary We are looking for a highly experienced MetaTrader 5 (MT5) developer to build a pattern-based Expert Advisor (EA) focused on low-time-interval automation (15-second & 30-second logic). This is a pure MT5 project — no external platforms, no shortcuts. It should be very clean ,Efficient ,Precised ,Accurate ,No copy paste ,Low latency. If you have real experience with MT5 tick-based logic and

Информация о проекте

Бюджет
30+ USD
Сроки выполнения
от 1 до 5 дн.