Tarea técnica
void 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[]) (
int begin = trendlinePeriod + 1;
int end = rates_total - 1;
for (int i = begin; i <= end; i++) {
if (Close[i - 1] <= Close[i - trendlinePeriod]) {
if (IsPriceOnTrendline(i - 1, 0.0) && IsPriceOnTrendline(i, -1.0) && Close[i] < prevClose - minPriceDiff) {
trendline[i] = (Close[i - trendlinePeriod] - Close[i]) / trendlinePeriod;
trendline_start_bar = i - trendlinePeriod;
ColorSetIndex(trendline_start_bar + 4, downtrendColor);
} else {
trendline[i] = 0.0;
}
} else if (Close[i - 1] >= Close[i - trendlinePeriod]) {
if (IsPriceOnTrendline(i - 1, 0.0) && IsPriceOnTrendline(i, 1.0) && Close[i] > prevClose + minPriceDiff) {
trendline[i] = (Close[i] - Close[i - trendlinePeriod]) / trendlinePeriod;
trendline_start_bar = i - trendlinePeriod;
ColorSetIndex(trendline_start_bar + 4, uptrendColor);
} else {
trendline[i] = 0.0;
}
} else {
trendline[i] = 0.0;
}
if (trendline[i] != 0.0)
int count = 1;
for (int j = i + 1; j <= end && count < minPointsForExtendedTrendline; j++) {
if (IsPriceOnTrendline(j, trendline[i])) {
count++;
}
}
if (count >= minPointsForExtendedTrendline)
// Extend trendline logic goes here
Han respondido
1
Evaluación
Proyectos
301
28%
Arbitraje
33
24%
/
61%
Caducado
9
3%
Trabaja
2
Evaluación
Proyectos
142
51%
Arbitraje
8
13%
/
75%
Caducado
21
15%
Libre
3
Evaluación
Proyectos
46
24%
Arbitraje
34
9%
/
85%
Caducado
10
22%
Libre
4
Evaluación
Proyectos
17
18%
Arbitraje
2
0%
/
100%
Caducado
3
18%
Libre
5
Evaluación
Proyectos
7
29%
Arbitraje
1
100%
/
0%
Caducado
2
29%
Trabaja
6
Evaluación
Proyectos
469
39%
Arbitraje
102
40%
/
24%
Caducado
77
16%
Trabajando
Ha publicado: 2 ejemplos
7
Evaluación
Proyectos
146
34%
Arbitraje
13
8%
/
62%
Caducado
26
18%
Libre
Ha publicado: 6 ejemplos
Solicitudes similares
Boeta
40+ USD
Trade make the market look easy check update show me the lost and profits show me my profit I made show canddle step by step explain show traders marking the profits show time difference between the countries
Forex trading bot job
600+ USD
I am seeking an experienced freelance marketing and algorithmic trading specialist to develop a user-friendly automated trading bot for the Pocket Option platform. The system should feature a simple and secure interface that allows direct login using my existing credentials. The bot will be designed to operate exclusively on multiple OTC currency pairs (a minimum of 10, such as EUR/USD OTC, GBP/JPY OTC, and similar
I am looking for an experienced MQL4/MQL5 developer to build a fully automated Forex Expert Advisor (EA) designed to run 24/5 on a VPS , using two complementary trading strategies , historically used and globally applied in the Forex market , implemented inside a single EA . The main focus of this project is robustness, simplicity, and long-term survivability , not unrealistic or aggressive performance. General
The robot will take buy trades when the 2 ema cross over the 10 ema and price has closed above the 50 ema. The take profit and stop loss can be set as an optional level by the user. The robot will take sell trades when the 2 ema cross under the 10 ema and price has closed under the 50 ema. The take profit and stop loss can be set as an optional level by the user. The entry timeframe will be 15 minutes, but it could
GoldTrade EA
30 - 60 USD
Hi, I am looking for someone who has already developed a high-performance Gold EA that can outperform the one shown in my screenshot. If you have such an EA, please apply for this job. Please describe how the EA works (for example, whether it uses a grid system) and provide backtest results along with the set files. If the EA meets my expectations, you can make the necessary adjustments and I will use it as my own
MARGIN TRADER EA by Mary Jane
30+ USD
I am looking for someone who has or who can modify the Margin Trader EA by MaryJane preferably the MT5 version by making it pyramid using a fixed lot size addition(preferably 1st trade lot size) instead of using all the margin available to define the lotsize
Create simple EA
30 - 60 USD
Start BUY:- when i click start BUY button new panel should open which should contain bellow points:- Trigger Price Time frame Cross/Close RR ration Trailing Stop ratio Maximum Trade count Risk (percentage or cash) (Option to Increase risk when SL hit) Remove Trigger (True/False ) I will explain above point one by one here bellow •Trigger price :- here we enter price at which when market cross or
Tradingview indicator
30+ USD
I want to check if this indicator is repainting or not Whick mean the results of back testing is legit or not if anyone can help me to review it kindly to well to contact me i will be happy to work and go on long term work with anyone thanks
PrimeFlowEA — v1 Specification Objective: PrimeFlowEA v1 is designed to enforce disciplined, rule-based execution within a single daily trading session. The goal of v1 is correct behavior and execution discipline , not optimization or performance tuning. 1. Market & Time Platform: MetaTrader 5 (MQL5) Symbol(s): User-selectable (single symbol per chart) Execution timeframe: Configurable (default: M5 / M15)
Development of an MQL5 Expert Advisor (Reverse Engineering)
1000 - 2000 USD
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
Información sobre el proyecto
Presupuesto
30+ USD
Plazo límite de ejecución
a 1 día(s)