명시

//+------------------------------------------------------------------+
//| 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

파일:

JPEG
IMG_5302.jpeg
514.6 Kb
JPEG
IMG_5303.jpeg
457.2 Kb

응답함

1
개발자 1
등급
(393)
프로젝트
546
40%
중재
30
57% / 3%
기한 초과
57
10%
무료
게재됨: 11 코드
2
개발자 2
등급
(103)
프로젝트
165
24%
중재
23
9% / 78%
기한 초과
16
10%
작업중
3
개발자 3
등급
(75)
프로젝트
108
51%
중재
25
24% / 52%
기한 초과
9
8%
작업중
4
개발자 4
등급
(16)
프로젝트
35
23%
중재
4
0% / 50%
기한 초과
2
6%
작업중
5
개발자 5
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
6
개발자 6
등급
(4)
프로젝트
5
0%
중재
1
0% / 100%
기한 초과
1
20%
무료
7
개발자 7
등급
(60)
프로젝트
87
29%
중재
24
13% / 58%
기한 초과
7
8%
작업중
8
개발자 8
등급
(6)
프로젝트
8
0%
중재
8
13% / 88%
기한 초과
0
무료
9
개발자 9
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
10
개발자 10
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
11
개발자 11
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
개발자 13
등급
(250)
프로젝트
256
30%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
14
개발자 14
등급
(3)
프로젝트
1
0%
중재
5
0% / 100%
기한 초과
0
무료
15
개발자 15
등급
(1278)
프로젝트
1698
49%
중재
52
71% / 12%
기한 초과
37
2%
작업중
16
개발자 16
등급
(3)
프로젝트
3
67%
중재
0
기한 초과
0
무료
17
개발자 17
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
18
개발자 18
등급
(43)
프로젝트
49
29%
중재
4
25% / 25%
기한 초과
0
무료
19
개발자 19
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
20
개발자 20
등급
(1928)
프로젝트
3549
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
21
개발자 21
등급
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
1
100%
무료
22
개발자 22
등급
(1)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
게재됨: 2 코드
23
개발자 23
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
24
개발자 24
등급
(25)
프로젝트
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
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
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