MQL5
전문가
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
명시
//+------------------------------------------------------------------+
//| 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
응답함
1
등급
프로젝트
546
40%
중재
30
57%
/
3%
기한 초과
57
10%
무료
게재됨: 11 코드
2
등급
프로젝트
165
24%
중재
23
9%
/
78%
기한 초과
16
10%
작업중
3
등급
프로젝트
108
51%
중재
25
24%
/
52%
기한 초과
9
8%
작업중
4
등급
프로젝트
35
23%
중재
4
0%
/
50%
기한 초과
2
6%
작업중
5
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
6
등급
프로젝트
5
0%
중재
1
0%
/
100%
기한 초과
1
20%
무료
7
등급
프로젝트
87
29%
중재
24
13%
/
58%
기한 초과
7
8%
작업중
8
등급
프로젝트
8
0%
중재
8
13%
/
88%
기한 초과
0
무료
9
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
10
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
11
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
등급
프로젝트
256
30%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
14
등급
프로젝트
1
0%
중재
5
0%
/
100%
기한 초과
0
무료
15
등급
프로젝트
1698
49%
중재
52
71%
/
12%
기한 초과
37
2%
작업중
16
등급
프로젝트
3
67%
중재
0
기한 초과
0
무료
17
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
18
등급
프로젝트
49
29%
중재
4
25%
/
25%
기한 초과
0
무료
19
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
20
등급
프로젝트
3549
88%
중재
73
40%
/
15%
기한 초과
268
8%
무료
21
등급
프로젝트
1
0%
중재
1
0%
/
100%
기한 초과
1
100%
무료
22
등급
프로젝트
2
0%
중재
1
0%
/
100%
기한 초과
0
무료
게재됨: 2 코드
23
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
24
등급
프로젝트
29
21%
중재
20
10%
/
50%
기한 초과
8
28%
작업중
비슷한 주문
I can Program or do any Developing for you for MQL5 or 4 I can work 1 - 5 days deposit is required before im doing anything for both our safety as these work takes a lot of time and energy inbox me and we can discuss the job im reliable and trustworthy looking forward to working with you
MT5 backtestest helper
30 - 200 USD
Sure 😊 — here’s a simple file-style write-up about your robot that you ordered on MetaTrader 4. You can copy it into Word or save it as a document. Title: My Trading Robot on MetaTrader 4 Introduction I recently ordered a trading robot on MetaTrader 4 to help me trade in the financial markets. A trading robot, also known as an Expert Advisor (EA), is a program that automatically analyzes the market and places trades
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
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
프로젝트 정보
예산
30 - 200 USD
고객
넣은 주문1
중재 수0