Candle High Low Box Expert Adviser

MQL5 专家 外汇

指定

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




反馈

1
开发者 1
等级
(89)
项目
252
79%
仲裁
9
22% / 56%
逾期
35
14%
工作中
发布者: 3 文章, 26 代码
2
开发者 2
等级
(572)
项目
664
32%
仲裁
42
45% / 45%
逾期
12
2%
工作中
3
开发者 3
等级
(5)
项目
10
20%
仲裁
1
0% / 100%
逾期
1
10%
工作中
4
开发者 4
等级
(298)
项目
477
40%
仲裁
105
40% / 24%
逾期
81
17%
已载入
发布者: 2 代码
5
开发者 5
等级
(639)
项目
862
48%
仲裁
29
38% / 17%
逾期
63
7%
工作中
6
开发者 6
等级
项目
1
0%
仲裁
0
逾期
1
100%
空闲
7
开发者 7
等级
(112)
项目
132
56%
仲裁
1
0% / 0%
逾期
0
空闲
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(73)
项目
257
53%
仲裁
16
50% / 38%
逾期
83
32%
空闲
10
开发者 10
等级
(2)
项目
2
0%
仲裁
0
逾期
0
空闲
发布者: 1 代码
11
开发者 11
等级
(12)
项目
16
25%
仲裁
1
0% / 0%
逾期
4
25%
工作中
12
开发者 12
等级
(19)
项目
21
19%
仲裁
1
0% / 100%
逾期
2
10%
工作中
13
开发者 13
等级
(13)
项目
24
75%
仲裁
0
逾期
2
8%
空闲
发布者: 62 代码
14
开发者 14
等级
(3)
项目
1
0%
仲裁
5
0% / 100%
逾期
0
空闲
相似订单
Ищу для покупки исходный код адекватного торгового робота на долгосрок. Интересуют только прозрачные алгоритмы с понятным обоснованием входов и выходов. Рассматриваются работы которые торгуют от 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

项目信息

预算
50+ USD