TEST XAUUSD

指定

Je voudrais creer un robot de trading similaire à "Shuttle Runner" en incluant
"
//--- include the file with the description of the MQL5 standard library #include <Trade\Trade.mqh> #include <Indicators\Bands.mqh> #include <Indicators\RSI.mqh> //--- create an instance of the CTrade class CTrade trade; //--- create instances of the indicator classes iBands bands; iRSI rsi; //--- input parameters input int GMT = 2; input bool Monday = true; input int MondayStart = 8; input int MondayStop = 14; input bool Tuesday = true; input int TuesdayStart = 8; input int TuesdayStop = 14; input bool Wednesday = true; input int WednesdayStart = 8; input int WednesdayStop = 14; input bool Thursday = true; input int ThursdayStart = 8; input int ThursdayStop = 14; input bool Friday = true; input int FridayStart = 8; input int FridayStop = 14; void OnInit() { //--- initialize the indicators bands.Create(_Symbol, PERIOD_CURRENT, 20, 2.0); rsi.Create(_Symbol, PERIOD_CURRENT, 14); } void OnTick() { //--- check if the symbol is XAUUSD if (_Symbol != "XAUUSD") return; //--- check if trading is allowed on the current day datetime time = TimeCurrent() + GMT * 3600; MqlDateTime dt; TimeToStruct(time, dt); bool tradeAllowed = false; switch (dt.day_of_week) { case 1: tradeAllowed = Monday && dt.hour >= MondayStart && dt.hour < MondayStop; break; case 2: tradeAllowed = Tuesday && dt.hour >= TuesdayStart && dt.hour < TuesdayStop; break; case 3: tradeAllowed = Wednesday && dt.hour >= WednesdayStart && dt.hour < WednesdayStop; break; case 4: tradeAllowed = Thursday && dt.hour >= ThursdayStart && dt.hour < ThursdayStop; break; case 5: tradeAllowed = Friday && dt.hour >= FridayStart && dt.hour < FridayStop; break; } if (!tradeAllowed) return; //--- get the current price data double"

Et tout rementtre le fichier dans l'ordre.

Merci

反馈

1
开发者 1
等级
(151)
项目
232
32%
仲裁
18
39% / 33%
逾期
1
0%
工作中
2
开发者 2
等级
(294)
项目
470
39%
仲裁
102
40% / 24%
逾期
78
17%
已载入
发布者: 2 代码
3
开发者 3
等级
(39)
项目
65
34%
仲裁
4
25% / 50%
逾期
9
14%
工作中
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Robot sharkk meta5 50 - 120 USD
Bonjour je cherche un développeur expérimenté MT5 pour coder un expert advisor Je voudrais un robot automatique qui traîde avec un capital de 100 euro multi prise de position qui prend des position et les fermes seul adapter au marché actuel aucune limite journalière les ferme après 2 euro de gain et les ferme après 2 euro de perte . Précis et sécurisé prise de position rapide en m1
Mql5 //+------------------------------------------------------------------+ //| Expert Advisor بسيط EMA+RSI + فلتر الأخبار | //+------------------------------------------------------------------+ #property strict // إعدادات المؤشرات input int EMA_Fast = 10; input int EMA_Slow = 50; input int RSI_Period = 14; input double RSI_Buy = 30; input double RSI_Sell = 70; input double StopLoss = 20; input double
Faire produire de l'argent avec les robot pour être millionnaire dans le futur et m'amuser avec mais affaires et je ne veux pas être pauvre et je veux aider les personnes pauvres
I am looking for a developer to work with to create a bot that will generate signals based on the session highs and lows. Two pending orders will be placed, and one will be automatically deleted as soon as the other is activated. A second recovery trade will then be placed at the same level where the deleted trade was located that will activated in case the running trade hits sl. If the running trade hits tp the
Je recherche un développeur avec qui travailler pour créer un bot qui va produire des signaux en fonction des prix les plus haut ou bas des sessions. Deux pending order seront placés et un sera supprimé automatiquement des que l'autre est activé et un deuxième recovery trade sera placés au meme endroit ou le trade a été supprimé. Il ya un certain nombre de point que j'aimerais que ca soit modifiable on en parlera en
BONSOIR/BONJOUR J'ai à ma disposition un système de plusieurs indicateurs que j'utilise. J'observe l'ensemble de ces indicateurs pour déclencher un achat/vente dans une condition particulière des indicateurs. je veux formaliser tout ça dans un robot de trading automatique qui déclenchera les positions dans ces conditions particulières

项目信息

预算
30+ USD