MQL5
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
Strategy modules
Python
Panels and dialog boxes
Stocks
Custom graphics
Futures
MySQL
Product Design
JavaScript
Options
Java
Collection of data on the internet
SQL
HTML
PHP
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
Photoshop
Spécifications
//+------------------------------------------------------------------+
//| EURUSD Daily Strategy EA |
//+------------------------------------------------------------------+
extern int MA_Fast = 50;
extern int MA_Slow = 200;
extern int RSI_Period = 14;
extern double RiskReward = 2.0;
extern double StopLossMultiplier = 1.5;
void OnTick() {
if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
double maFast = iMA(NULL, PERIOD_D1, MA_Fast, 0, MODE_SMA, PRICE_CLOSE, 1);
double maSlow = iMA(NULL, PERIOD_D1, MA_Slow, 0, MODE_SMA, PRICE_CLOSE, 1);
double rsi = iRSI(NULL, PERIOD_D1, RSI_Period, PRICE_CLOSE, 1);
if (maFast > maSlow && rsi < 70 && !PositionCheck(SHORT)) {
OpenBuy();
}
if (maFast < maSlow && rsi > 30 && !PositionCheck(LONG)) {
OpenSell();
}
}
void OpenBuy() {
double atr = iATR(NULL, PERIOD_D1, 14, 1);
double sl = Ask - StopLossMultiplier * atr;
double tp = Ask + RiskReward * StopLossMultiplier * atr;
OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, sl, tp);
}
void OpenSell() {
double atr = iATR(NULL, PERIOD_D1, 14, 1);
double sl = Bid + StopLossMultiplier * atr;
double tp = Bid - RiskReward * StopLossMultiplier * atr;
OrderSend
Répondu
1
Évaluation
Projets
546
40%
Arbitrage
30
57%
/
3%
En retard
57
10%
Gratuit
Publié : 11 codes
2
Évaluation
Projets
165
24%
Arbitrage
23
9%
/
78%
En retard
16
10%
Travail
3
Évaluation
Projets
107
50%
Arbitrage
25
24%
/
52%
En retard
9
8%
Travail
4
Évaluation
Projets
35
23%
Arbitrage
4
0%
/
50%
En retard
2
6%
Travail
5
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
6
Évaluation
Projets
5
0%
Arbitrage
1
0%
/
100%
En retard
1
20%
Gratuit
7
Évaluation
Projets
87
29%
Arbitrage
24
13%
/
58%
En retard
7
8%
Travail
8
Évaluation
Projets
8
0%
Arbitrage
8
13%
/
88%
En retard
0
Gratuit
9
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
10
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
11
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
12
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
13
Évaluation
Projets
256
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
14
Évaluation
Projets
1
0%
Arbitrage
5
0%
/
100%
En retard
0
Gratuit
15
Évaluation
Projets
1698
49%
Arbitrage
52
71%
/
12%
En retard
37
2%
Travail
16
Évaluation
Projets
3
67%
Arbitrage
0
En retard
0
Gratuit
17
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
18
Évaluation
Projets
49
29%
Arbitrage
4
25%
/
25%
En retard
0
Gratuit
19
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
20
Évaluation
Projets
3549
88%
Arbitrage
73
40%
/
15%
En retard
268
8%
Gratuit
Commandes similaires
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
I want you to help me convert my pine script strategy to mql5 with 100% matching and i need the work in 3 days, i could not upload the file so i copy and pate the code below, also like i said earlier pinescript to mql5 must be 100% matching, my fixed budget is $30 // @version= 5 // calc_on_every_tick=false és process_orders_on_close=false: // A script csak zárt gyertyákon fut le, és a megbízást a következő gyertya
I’m seeking an experienced developer to create an AI-powered trading system integrated with MetaTrader 5. The scope includes delivering a fully functional MT5 module, an AI component a compatible language, and complete source code for both. This will focus exclusively on the core trading logic and AI integration UI elements or dashboards are not required. Apply only if you have proven experience with AI integrations
Data Integrity
500 - 1000 USD
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
I need help in modifying an amibroker AFL indicator the indicator already works but I need per symbol static variable isolation, parameters persistence per symbol after restart, non declining trailing stop logic, parameter auto restore when switching symbols and a global reset function for static variables. For better understanding As discussed, this is the official offer for restructuring my RAD Chandelier stop loss
I am looking for a professional developer to build a custom trading analysis software for me. This tool is NOT an automated trading bot (EA); it is an analysis dashboard to help me identify high-probability setups based on my strategy. Key Requirements: Multi-Timeframe Analysis: The software should scan 4 different timeframes (M15, M30, H1, H4, D1, WK1, MTH1) and alert me when my conditions are met. Indicator
I need editing of EA
30+ USD
Am looking for am experience Programmer who can Edit and compile 2 Ea"s that i built with the help of CHATGPT. I need the job to be done within one day and I will prove the source code
AI SIGNAL GENERATING BOT
30 - 35 USD
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
Robot Requirements Specification
30 - 100 USD
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
Informations sur le projet
Budget
30 - 200 USD
Client
Commandes passées1
Nombre d'arbitrages0