Termos de Referência


```
//+------------------------------------------------------------------+
//| Hello World Expert Advisor                                      |
//|                                                                 |
//| This is a basic EA that buys and sells based on a simple        |
//| moving average crossover strategy.                             |
//+------------------------------------------------------------------+
#property version "0.01"
#property strict

input int FastMA Period = 10;
input int SlowMA Period = 20;

void OnTick()
{
  // Calculate moving averages
  double fastMA = iMA(Symbol(), FastMA Period, 0, MODE_SMA);
  double slowMA = iMA(Symbol(), SlowMA Period, 0, MODE_SMA);

  // Buy and sell logic
  if (fastMA > slowMA)
  {
    // Buy
    OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, Bid - 3 * Point, "Buy Order");
  }
  else if (fastMA < slowMA)
  {
    // Sell
    OrderSend(Symbol(), OP_SELL, 0.1, Bid, 3, Ask + 3 * Point, "Sell Order");
  }
}
```

Respondido

1
Desenvolvedor 1
Classificação
(12)
Projetos
17
29%
Arbitragem
5
20% / 40%
Expirado
1
6%
Livre
2
Desenvolvedor 2
Classificação
(32)
Projetos
47
74%
Arbitragem
4
50% / 0%
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(237)
Projetos
298
28%
Arbitragem
33
24% / 61%
Expirado
9
3%
Trabalhando
4
Desenvolvedor 4
Classificação
(21)
Projetos
30
57%
Arbitragem
0
Expirado
1
3%
Livre
5
Desenvolvedor 5
Classificação
(39)
Projetos
54
61%
Arbitragem
2
50% / 50%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(574)
Projetos
945
47%
Arbitragem
309
58% / 27%
Expirado
125
13%
Livre
7
Desenvolvedor 7
Classificação
(48)
Projetos
49
8%
Arbitragem
0
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(2)
Projetos
5
0%
Arbitragem
3
0% / 100%
Expirado
1
20%
Trabalhando
9
Desenvolvedor 9
Classificação
(451)
Projetos
563
26%
Arbitragem
24
42% / 38%
Expirado
85
15%
Trabalhando
Publicou: 6 códigos
10
Desenvolvedor 10
Classificação
(48)
Projetos
61
21%
Arbitragem
11
27% / 55%
Expirado
5
8%
Livre
11
Desenvolvedor 11
Classificação
(11)
Projetos
18
28%
Arbitragem
4
50% / 50%
Expirado
1
6%
Livre
12
Desenvolvedor 12
Classificação
(3)
Projetos
2
50%
Arbitragem
2
0% / 100%
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(3)
Projetos
4
25%
Arbitragem
3
0% / 100%
Expirado
0
Livre
Pedidos semelhantes
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
I need an MQL5 indicator that identifies reversals without repainting or placing signals with an offset. The goal is to minimize lag and reduce whipsaw trades. Desired results are similar to the attached image. Requirements: - No repainting - No signal offset - Emphasis on reducing lag - MQL5 compatible - Clear, concise code If you have the expertise to create a reliable, high-performance indicator, let's discuss
I'm looking for a skilled trader/developer to share a proven scalping strategy on M1-M5 timeframes without using Martingale, Grid trading, or Hedge. Requirements: - Minimum trade duration: 2 minutes - Lot size: <20 - Proof of skill: Provide MT4/MT5 trade history report (PDF/HTML) - No High Frequency Trades - GMT+1 timezone, flexible hours - Price negotiable, performance-based compensation possible If you're a
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
I have an indicator i need automated i use it manually and it plots arrows. Can you automate it for my Ninjatrader8? Do you need to see file? Expert Ninjatrader Developer can Bid for this project
Hi! I need a trading bot/robot to automate my trades. I don't need much complicated bot. I want it to enter, exit trade and can do this in matter of second or multiple times in a second. Should be able to adjust, put SL/TP in the same menu. Would appreciate your ideas! Please write to me before anything else
Hi, im not looking into developing a new EA. I am looking into purchasing an existing EA that can deliver such results like: mq5 source, 4‑year backtest (2022‑2025) report, equity curve, trade list, strategy description, and 1‑month demo access. Please without concrete prove of experience functioning existing EA working perfectly and as contained on my description, then we can't strike a deal. Thank you
Title: Ultimate Quantum EA V1.01 | Dynamic Hedge Recovery System Description: Professional automated trading system designed for high-precision execution and advanced risk management. Key Features: Dynamic Hedge Recovery: Automatically manages losing trades by opening calculated hedge positions (2x-3x) to exit in total profit. Basket Profit Management: Closes all open positions once the total dollar profit target is
I am looking for an experienced MT5 (MQL5) Expert Advisor developer to fix a chart distortion / corruption issue in my existing EA ( EA ALPHA ). Issue Description When the EA is attached to the chart on a specific broker (ATFX), the chart becomes visually distorted The distortion appears on the left-hand side / historical area of the chart The same EA works correctly on other brokers (e.g. CFI) A previous developer

Informações sobre o projeto

Orçamento
30+ USD
Prazo
de 2 para 333 dias