Termos de Referência
// Define the properties
input int ShortPeriod = 12;
input int LongPeriod = 26;
input double LotSize = 0.1;
// OnTick function is called every time there is a price update
void OnTick()
{
double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0);
double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0);
double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
double prevLongMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
if (prevShortMA < prevLongMA && shortMA > longMA)
{
// Buy signal
OrderSend(Symbol(), OP_BUY, LotSize, Ask, 3, 0, 0, "Buy Order", 0, 0, clrGreen);
}
else if (prevShortMA > prevLongMA && shortMA < longMA)
{
// Sell signal
OrderSend(Symbol(), OP_SELL, LotSize, Bid, 3, 0, 0, "Sell Order", 0, 0, clrRed);
}
}
Respondido
1
Classificação
Projetos
119
50%
Arbitragem
4
50%
/
50%
Expirado
3
3%
Livre
2
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
3
Classificação
Projetos
46
24%
Arbitragem
34
9%
/
85%
Expirado
10
22%
Livre
4
Classificação
Projetos
91
13%
Arbitragem
34
26%
/
59%
Expirado
37
41%
Livre
5
Classificação
Projetos
228
80%
Arbitragem
22
27%
/
50%
Expirado
11
5%
Livre
Publicou: 24 artigos, 1882 códigos
6
Classificação
Projetos
19
16%
Arbitragem
3
67%
/
0%
Expirado
0
Livre
7
Classificação
Projetos
258
30%
Arbitragem
0
Expirado
3
1%
Livre
Publicou: 2 códigos
8
Classificação
Projetos
549
53%
Arbitragem
13
69%
/
15%
Expirado
3
1%
Livre
9
Classificação
Projetos
9
0%
Arbitragem
1
0%
/
100%
Expirado
2
22%
Livre
10
Classificação
Projetos
5
20%
Arbitragem
2
0%
/
100%
Expirado
1
20%
Livre
Publicou: 3 códigos
11
Classificação
Projetos
5
0%
Arbitragem
3
0%
/
100%
Expirado
1
20%
Trabalhando
12
Classificação
Projetos
552
49%
Arbitragem
57
40%
/
37%
Expirado
227
41%
Trabalhando
13
Classificação
Projetos
5
20%
Arbitragem
0
Expirado
2
40%
Livre
Publicou: 2 artigos, 1 código
14
Classificação
Projetos
1
100%
Arbitragem
0
Expirado
0
Livre
15
Classificação
Projetos
1
0%
Arbitragem
1
100%
/
0%
Expirado
0
Livre
Pedidos semelhantes
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
Automated trading system
150 - 250 USD
Anyone I need my own bot with my own licenses keys I will pay up please the bot must make good profit and I will pay up good money just hope it helps me
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Custom Indicators MT5
30+ USD
iwant to get indicator for both trades including forex gold algo and other . all FOREX MT 5 TRADING MARKETING must be analyses by and give me indicator or signal on how or where market go next at a specific time
Data Integrity
500 - 1000 USD
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
Would it be possible to connect Futures prop firm with Rithmic or Tradeovate platform to Ninjatrader automated trading ? If anyone can do this for me I will be happy to get started with the person right away
I need help in modifying an amibroker AFL indicator the indicator already works but I need per symbol static variable isolation, parameters persistence per symbol after restart, non declining trailing stop logic, parameter auto restore when switching symbols and a global reset function for static variables. For better understanding As discussed, this is the official offer for restructuring my RAD Chandelier stop loss
Informações sobre o projeto
Orçamento
30 - 250 USD
Prazo
de 1 para 7 dias