EA based on 4 indicators

工作已完成

执行时间46 天

指定

1. The purpose of the system is to open buy orders when certain requirements are met and to close them on opposite signals opening sell orders.

2. The same would apply to selling orders.

3. The following indicators are used and attached for development:

  • kijun-sen
  • ssl-channel-chart-alert
  • Waddah Attar Explosion
  • Aroon
  • ATR

4. All inputs for these indicators should be able to be edited. All alerts can be disabled.

5. Default settings for each indicator should be used for programming.

6. Opening and closing of trades should occur at 23.55 on daily chart.

7. Money management should be applied as follow:

  • ATR value based on 14 period
  • 0.5% risk per trade based on balance
  • Stop loss based at 2x ATR value
  • Take profit based on 2x ATR value
  • If lots are less than 0.01 then 0.01 should be used

8. For buying orders the following conditions must be met:

  • Price should close above kijun-sen - white line
  • ssl value 1 must cross ssl value 2 from downwards to upwards - green line cross from below red to above red
  • Waddah Attar Explosion value 1 must be greater than value 3 - green bar higher than brown line
  • Aroon value 1 must be = to 100 - green line at top

9. For selling orders the following conditions must be met:

  • Price should close below kijun-sen - white line
  • ssl value 2 must cross ssl value 1 from downwards to upwards - red line cross from below green to above green
  • Waddah Attar Explosion value 2 must be greater than value 3 - red bar higher than brown line
  • Aroon value 2 must be = to 100 - red line at top

10. Buy orders should close when sell orders are opened and sell orders should close when buy orders are opened.

11. Code should be provided when finalised.


反馈

1
开发者 1
等级
(68)
项目
72
21%
仲裁
6
50% / 33%
逾期
1
1%
空闲
2
开发者 2
等级
(126)
项目
151
48%
仲裁
6
83% / 17%
逾期
2
1%
空闲
3
开发者 3
等级
(43)
项目
66
12%
仲裁
12
58% / 42%
逾期
1
2%
空闲
4
开发者 4
等级
(33)
项目
49
12%
仲裁
16
0% / 88%
逾期
10
20%
空闲
5
开发者 5
等级
(376)
项目
482
23%
仲裁
58
55% / 26%
逾期
55
11%
已载入
6
开发者 6
等级
(5)
项目
11
18%
仲裁
0
逾期
3
27%
空闲
7
开发者 7
等级
(309)
项目
555
35%
仲裁
79
32% / 42%
逾期
201
36%
工作中
8
开发者 8
等级
(7)
项目
6
0%
仲裁
5
0% / 100%
逾期
0
空闲
9
开发者 9
等级
(22)
项目
30
20%
仲裁
8
63% / 13%
逾期
9
30%
空闲
10
开发者 10
等级
(442)
项目
698
34%
仲裁
33
70% / 9%
逾期
22
3%
工作中
11
开发者 11
等级
(132)
项目
178
39%
仲裁
4
25% / 50%
逾期
14
8%
空闲
12
开发者 12
等级
(511)
项目
549
53%
仲裁
13
69% / 15%
逾期
3
1%
空闲
13
开发者 13
等级
(87)
项目
114
26%
仲裁
7
29% / 57%
逾期
5
4%
空闲
14
开发者 14
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Looking for an experienced MQL5 developer to optimise and backtest my Expert Advisor (EA). The full requirements and EA file will be shared once accepted. You should have solid experience with strategy testing in MetaTrader 5 and be comfortable working with custom EAs. If this sounds like something you can help with, feel free to reach out and we can get started Developers with no reviews and no projects will be
//+------------------------------------------------------------------+ //| XAU_Pro_Scalper.mq5 | //| Advanced Gold Trading Bot (Educational) | //+------------------------------------------------------------------+ #property version "1.00" #property strict #include <Trade/Trade.mqh> CTrade trade; input double RiskPercent = 1.0; input int StopLossPoints = 250; input int TakeProfitPoints = 700; input int FastEMA = 20;
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
Key Requirements: Source Account: Connect to a Master account using Investor (Read-only) Password. Destination Account: Execute trades on a Live Slave account with full trading access. Currency Focus: The system must handle Currency Pairs accurately, including symbol mapping (e.g., EURUSD to EURUSD.m) between different brokers. Stealth Features: Remove/Disable all trade comments. Assign custom Magic Numbers to the
I need a developer to start robot from scratch based on existing EA that is running live. I do not have the source file as my previous coder did not give it to me. What I do have is the investor password which is running the EA from the coder side but not from my end. I like someone to monitor the account and re create the same system for me
Project Overview: I am looking for a highly experienced MetaTrader 4 (MQL4) developer to build a sophisticated automated trading system. This is not a standard grid bot; it requires complex trade management, dynamic exposure rebalancing, and a custom "Salami" liquidation module for partial loss mitigation . Key Features to Implement: Virtual Grid & Dynamic Trend: Price-action-based grid triggers without pending
We are looking for a professional developer or trader who already has a proven profitable EA or strategy based mainly on price action logic. Important requirements: No Martingale No Grid No Micro-scalping Avoid heavy indicator-based strategies Strategy should be based mainly on price behavior / market structure We are not looking for aggressive systems that promise unrealistic returns. Our focus is on stable
I run an ea it makes good profits bit that one bad grid blows up the account. I want an EA which runs parallel to it which can intelligently close bad trades or grids. It shouldn't close recoverable trades but close very bad entries and grids. It can even close with hedging. The goal recover max and also not blow up the account
I am looking for an expert MQL5 developer to build a high-precision Hedging System between two different MT5 brokers running on the same local PC. Core Objective: Execute opposite (inverse) trades between a Master and Slave account (e.g., Master BUY = Slave SELL, Master SELL = Slave BUY). The Challenge: Standard "Trade Copiers" are insufficient as they cannot prevent single-legged exposure when using manual trading
I want robot that can help me trade and make some money so that I can be able to learn from it while I'm still in depot account now.Is how it gonna help me with some money

项目信息

预算
30+ USD