Spezifikation
//+------------------------------------------------------------------+
//| 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);
}
//+------------------------------------------------------------------+
Bewerbungen
1
Bewertung
Projekte
9
11%
Schlichtung
5
40%
/
20%
Frist nicht eingehalten
2
22%
Frei
2
Bewertung
Projekte
313
28%
Schlichtung
33
27%
/
64%
Frist nicht eingehalten
10
3%
Frei
3
Bewertung
Projekte
115
23%
Schlichtung
21
29%
/
52%
Frist nicht eingehalten
8
7%
Frei
4
Bewertung
Projekte
628
54%
Schlichtung
30
53%
/
23%
Frist nicht eingehalten
6
1%
Beschäftigt
5
Bewertung
Projekte
421
54%
Schlichtung
20
55%
/
15%
Frist nicht eingehalten
29
7%
Arbeitet
6
Bewertung
Projekte
35
23%
Schlichtung
4
0%
/
50%
Frist nicht eingehalten
2
6%
Arbeitet
7
Bewertung
Projekte
3357
68%
Schlichtung
77
48%
/
14%
Frist nicht eingehalten
342
10%
Frei
Veröffentlicht: 1 Beispiel
8
Bewertung
Projekte
45
20%
Schlichtung
25
28%
/
48%
Frist nicht eingehalten
12
27%
Frei
9
Bewertung
Projekte
635
33%
Schlichtung
41
39%
/
46%
Frist nicht eingehalten
11
2%
Beschäftigt
10
Bewertung
Projekte
78
59%
Schlichtung
13
38%
/
54%
Frist nicht eingehalten
9
12%
Frei
11
Bewertung
Projekte
1
100%
Schlichtung
0
Frist nicht eingehalten
0
Frei
12
Bewertung
Projekte
8
13%
Schlichtung
6
33%
/
33%
Frist nicht eingehalten
0
Frei
13
Bewertung
Projekte
2
0%
Schlichtung
4
25%
/
75%
Frist nicht eingehalten
1
50%
Frei
14
Bewertung
Projekte
1
0%
Schlichtung
1
100%
/
0%
Frist nicht eingehalten
0
Frei
15
Bewertung
Projekte
91
13%
Schlichtung
34
26%
/
59%
Frist nicht eingehalten
37
41%
Frei
Ähnliche Aufträge
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
Refine signal trigger execution . Optimize live chart performance . Ensure stable and clean code structure : Stable and clean code is important . Otherwise its a mess . Apply with as much accurate structure you foresee
Projektdetails
Budget
30 - 200 USD
Ausführungsfristen
von 5 bis 10 Tag(e)