İş Gereklilikleri
//+------------------------------------------------------------------+
//| SimpleMAIndicator.mq5|
//| Copyright 2024, MetaTrader 5 |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property indicator_separate_window
#property indicator_buffers 1
#property indicator_color1 Blue
input int InpPeriod = 14; // MA period
double ExtLineBuffer[];
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
SetIndexBuffer(0, ExtLineBuffer, INDICATOR_DATA);
IndicatorSetString(INDICATOR_SHORTNAME, "Simple MA");
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
const int prev_calculated,
const datetime &time[],
const double &open[],
const double &high[],
const double &low[],
const double &close[],
const long &tick_volume[],
const long &volume[],
const int &spread[])
{
if(rates_total <= InpPeriod)
return(0);
for(int i = prev_calculated; i < rates_total; i++)
{
ExtLineBuffer[i] = iMA(NULL, 0, InpPeriod, 0, MODE_SMA, PRICE_CLOSE, i);
}
return(rates_total);
}
//+------------------------------------------------------------------+
Yanıtlandı
1
Derecelendirme
Projeler
9
11%
Arabuluculuk
5
40%
/
20%
Süresi dolmuş
2
22%
Serbest
2
Derecelendirme
Projeler
313
28%
Arabuluculuk
33
27%
/
64%
Süresi dolmuş
10
3%
Serbest
3
Derecelendirme
Projeler
115
23%
Arabuluculuk
21
29%
/
52%
Süresi dolmuş
8
7%
Serbest
4
Derecelendirme
Projeler
628
54%
Arabuluculuk
30
53%
/
23%
Süresi dolmuş
6
1%
Yüklendi
5
Derecelendirme
Projeler
421
54%
Arabuluculuk
20
55%
/
15%
Süresi dolmuş
29
7%
Çalışıyor
6
Derecelendirme
Projeler
35
23%
Arabuluculuk
4
0%
/
50%
Süresi dolmuş
2
6%
Çalışıyor
7
Derecelendirme
Projeler
3357
68%
Arabuluculuk
77
48%
/
14%
Süresi dolmuş
342
10%
Serbest
Yayınlandı: 1 kod
8
Derecelendirme
Projeler
45
20%
Arabuluculuk
25
28%
/
48%
Süresi dolmuş
12
27%
Serbest
9
Derecelendirme
Projeler
635
33%
Arabuluculuk
41
39%
/
46%
Süresi dolmuş
11
2%
Yüklendi
10
Derecelendirme
Projeler
78
59%
Arabuluculuk
13
38%
/
54%
Süresi dolmuş
9
12%
Serbest
11
Derecelendirme
Projeler
1
100%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
12
Derecelendirme
Projeler
8
13%
Arabuluculuk
6
33%
/
33%
Süresi dolmuş
0
Serbest
13
Derecelendirme
Projeler
2
0%
Arabuluculuk
4
25%
/
75%
Süresi dolmuş
1
50%
Serbest
14
Derecelendirme
Projeler
1
0%
Arabuluculuk
1
100%
/
0%
Süresi dolmuş
0
Serbest
15
Derecelendirme
Projeler
91
13%
Arabuluculuk
34
26%
/
59%
Süresi dolmuş
37
41%
Serbest
Benzer siparişler
Job Description We are looking for an experienced MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 5 based on a detailed quantitative trading model. The EA will trade XAUUSD (Gold) on the M5 timeframe using a Session Breakout + Fibonacci Retracement strategy with advanced institutional-level filters. The system includes volatility filters, liquidity sweep detection, London session
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Tradingview indicator
30+ USD
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
Billionflow
30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
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
Ninjatrader strategy for mnq
30+ USD
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
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
Proje bilgisi
Bütçe
30 - 200 USD
Son teslim tarihi
from 5 to 10 gün