Candle High Low Box Expert Adviser

MQL5 Uzmanlar Forex

Şartname

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




Yanıtlandı

1
Geliştirici 1
Derecelendirme
(89)
Projeler
252
79%
Arabuluculuk
9
22% / 56%
Süresi dolmuş
35
14%
Çalışıyor
Yayınlandı: 3 makale, 26 kod
2
Geliştirici 2
Derecelendirme
(572)
Projeler
664
32%
Arabuluculuk
42
45% / 45%
Süresi dolmuş
12
2%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(5)
Projeler
10
20%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
10%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(298)
Projeler
477
40%
Arabuluculuk
105
40% / 24%
Süresi dolmuş
81
17%
Yüklendi
Yayınlandı: 2 kod
5
Geliştirici 5
Derecelendirme
(639)
Projeler
862
48%
Arabuluculuk
29
38% / 17%
Süresi dolmuş
63
7%
Çalışıyor
6
Geliştirici 6
Derecelendirme
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
1
100%
Serbest
7
Geliştirici 7
Derecelendirme
(112)
Projeler
132
56%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(73)
Projeler
257
53%
Arabuluculuk
16
50% / 38%
Süresi dolmuş
83
32%
Serbest
10
Geliştirici 10
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
11
Geliştirici 11
Derecelendirme
(12)
Projeler
16
25%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
4
25%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(19)
Projeler
21
19%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
2
10%
Çalışıyor
13
Geliştirici 13
Derecelendirme
(13)
Projeler
24
75%
Arabuluculuk
0
Süresi dolmuş
2
8%
Serbest
Yayınlandı: 62 kod
14
Geliştirici 14
Derecelendirme
(3)
Projeler
1
0%
Arabuluculuk
5
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
Ищу для покупки исходный код адекватного торгового робота на долгосрок. Интересуют только прозрачные алгоритмы с понятным обоснованием входов и выходов. Рассматриваются работы которые торгуют от 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

Proje bilgisi

Bütçe
50+ USD