Candle High Low Box Expert Adviser

MQL5 Esperti Forex

Specifiche

enum ENUM_VOLUME
{
   VOLUME_FIXED,
   VOLUME_PERCENT,
   VOLUME_MONEY,
};

enum ENUM_CALC_MODE
{
   CALC_MODE_OFF,
   CALC_MODE_FACTOR,
   CALC_MODE_PERCENT,
   CALC_MODE_POINTS,
};

enum ENUM_TSL_MODE
{
   TSL_MODE_OFF,
   TSL_MODE_PERCENT,
   TSL_MODE_POINTS,
};
//+------------------------------------------------------------------------------------------------------------------+
//|                                                                                                                  |
//+------------------------------------------------------------------------------------------------------------------+
input group "+--- General Settings ---+";
input double BoxCountBarsNumber = 20;                                        // Box Count Bars Number
input ENUM_TIMEFRAMES timeframeBoxCalculation = PERIOD_M5;          // Timeframe Box Calculation
input double CountBarsNumberForNexSignal = 4;                       // Count Bars Number for Next Signal

input ENUM_VOLUME tradingVolume = ENUM_VOLUME::VOLUME_FIXED;        // Trading Volume
input double fixedLots = 0.01;                                        // Fixed Lots
input double riskPercentageOfBalance = 0.5;                           // Risk Percentage of Balance
input double riskMoney = 50;                                          // Risk Money
input double orderBufferPoints = 0;                                   // Order Buffer Points (0 = No Buffer)
input ENUM_CALC_MODE targetCalcMode = ENUM_CALC_MODE::CALC_MODE_PERCENT;  // Target Calc Mode
input double targetValue = 0.20;                                         // Target Value
input ENUM_CALC_MODE stopCalcMode = ENUM_CALC_MODE::CALC_MODE_PERCENT; // Stop Calc Mode
input double stopValue = 0.10;                                           // Stop Value

input group "+--- Time Settings ---+";
input bool TimeFilter = true ; // Time filter on/off
input int Inp_StartHour = 1;       // Start Trading Hour
input int Inp_StartMinute = 5;     // Start Trading Minute
input int Inp_EndHour = 23;         // Trading End Hour
input int Inp_EndMinute = 30;      // Trading End Minute

input group "+--- Trailing Stop Settings ---+";
input ENUM_TSL_MODE tslCalcMode = ENUM_TSL_MODE::TSL_MODE_POINTS;    // TSL Calc Mode
input double tslTriggerValue = 1500;                                 // TSL Trigger Value
input double tslValue = 1500;                                      // TSL Value
input double tslStepValue = 1000;                                   // TSL Step Value

input group "+--- Trading Frequency Settings ---+";
input int maxLongTrades = 1;  // Max Long Trades in a day
input int maxShortTrades = 1; // Max Short Trades in a day
input int maxTotalTrades = 2; // Max Total Trades in a day

input group "+--- Trading Profit in the day ---+";
input bool ProfitFilter = true ; // If profit stop trading on/off
input double ProfitMoneylValue = 200;  // Stop trading if Profit in $
input bool LossFilter = true ; // If Loss stop trading on/off
input double LossMoneylValue = 100;  // Stop trading if Loss in $

input group "+--- Box Filter Settings ---+";
input int minBoxPoints = 0;       // Min Range Points
input double minBoxPercent = 0;   // Min Range Percent
input int maxBoxPoints = 10000;   // Max Range Points
input double maxBoxPercent = 100; // Max Range Percent

input group "+--- More Settings ---+";
input bool showBox = true ; // Show Box
input color BoxColor = clrGold; // Box Color
input string orderComment = "Exper Adviser";   // Order Comment
input int EA_Magic = 111;         // Magic Number

input bool chartComment = true;   // Chart Comment




Con risposta

1
Sviluppatore 1
Valutazioni
(89)
Progetti
252
79%
Arbitraggio
9
22% / 56%
In ritardo
35
14%
In elaborazione
Pubblicati: 3 articoli, 26 codici
2
Sviluppatore 2
Valutazioni
(572)
Progetti
664
32%
Arbitraggio
42
45% / 45%
In ritardo
12
2%
In elaborazione
3
Sviluppatore 3
Valutazioni
(5)
Progetti
10
20%
Arbitraggio
1
0% / 100%
In ritardo
1
10%
In elaborazione
4
Sviluppatore 4
Valutazioni
(298)
Progetti
477
40%
Arbitraggio
105
40% / 24%
In ritardo
81
17%
Caricato
Pubblicati: 2 codici
5
Sviluppatore 5
Valutazioni
(639)
Progetti
862
48%
Arbitraggio
29
38% / 17%
In ritardo
63
7%
In elaborazione
6
Sviluppatore 6
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
1
100%
Gratuito
7
Sviluppatore 7
Valutazioni
(112)
Progetti
132
56%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
(73)
Progetti
257
53%
Arbitraggio
16
50% / 38%
In ritardo
83
32%
Gratuito
10
Sviluppatore 10
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
Pubblicati: 1 codice
11
Sviluppatore 11
Valutazioni
(12)
Progetti
16
25%
Arbitraggio
1
0% / 0%
In ritardo
4
25%
In elaborazione
12
Sviluppatore 12
Valutazioni
(19)
Progetti
21
19%
Arbitraggio
1
0% / 100%
In ritardo
2
10%
In elaborazione
13
Sviluppatore 13
Valutazioni
(13)
Progetti
24
75%
Arbitraggio
0
In ritardo
2
8%
Gratuito
Pubblicati: 62 codici
14
Sviluppatore 14
Valutazioni
(3)
Progetti
1
0%
Arbitraggio
5
0% / 100%
In ritardo
0
Gratuito
Ordini simili
Ищу для покупки исходный код адекватного торгового робота на долгосрок. Интересуют только прозрачные алгоритмы с понятным обоснованием входов и выходов. Рассматриваются работы которые торгуют от 1 года не менее имеют инвест пароль от счета + как дополнения сигнал на мкл просьба остальным не писать. ищу для себя реально рабочую вещь. Спасибо
Добрый день! 30 - 100 USD
Требуется адаптировать простенький индикатор для МТ5 под новые существующие сейчас билды. Раньше в 2015гг. индикатор работал. как обновились билды на мт5 , индикатор перестал прикрепляться к графику. Мой емейл: Eduardfoer@mail.ru
Need an advisor that works on the retest of the first five-minute New York candle. Entry is on the breakout of the M1 candle testing the range of the first five M1 candles. Automatic and adjustable GMT. Adjustable take profit in PP. Stop loss is per M1 candle. The M1 candle should test the range and close with a body outside it. The ability to customize stop-loss orders by RR and points. Add the ability to trail
Уровни Фибоначчи — инструмент технического анализа в трейдинге, основанный на последовательности чисел дневной диапазон — расстояние между максимальной и минимальной ценой в течение дня. Ешо на долгосрочный, недельный диапазон фиксируется работает уверенной лицам
Description: Hello! We are looking for a developer to create a custom MT5 indicator. Requirements: — Detection of breakout zones — Detection of FVG (fair value gap) zones — Clean logic, non-repainting Preferred: — Experience with MT5 indicator development — Understanding of market structure / price action (SMC is a plus) Please include: — Examples of similar work (if available) We are ready to discuss details and

Informazioni sul progetto

Budget
50+ USD