MosesRobot

指定


I want a trading robot based on the 200ema for direction, the 20 and 10ema (cross overs) on the 15 Chart.

Bullish conditions:

1. Price must be above the 200EMA on the 4hr chart.
2. Price must be above the 200EMA on the 1hrs chart.
3. Price must be below the 200EMA on the 15mins chart. Or closing below the 200EMA by a couple of candles > 1. 

4. Open a buy order when the 10EMA crosses above the 20ema  on the 15mins chart. 

5.  Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.

Or Positions are closed when specified PIPs are achieved.


Bearish condition:

1. Price must be below the 200EMA on the 4hr chart.
2. Price must be below the 200EMA on the 1hr chart.
3. Price must be above the 200EMA on the 15mins chart. Or closing above the 200EMA by a couple of candles > 1. 

4. Open a sell  order when the 10ema crosses below the 20ema  on the 15mins chart. 

5. Positions are closed at opposite signals: Sell positions are closed at Buy signals, and Buy positions are opened at Sell signals.

Or Positions are closed when specified PIPs are achieved.

Parameters:

Robot should send an alert when price touches the 200ema on the 15mins chart up/below. 

Trading Days: Monday to Friday on any pair

Robot can trade from London session to NY session

User can adjust trading times.

Robot should have an auto-close feature

Robot should have a trading graph or journal.

Spread Max 5pips

Lot size : 0.01 >

附加的文件:

PNG
1Hr_Chart.PNG
182.6 Kb
PNG
4Hr.PNG
179.9 Kb

反馈

1
开发者 1
等级
(309)
项目
555
35%
仲裁
79
32% / 42%
逾期
201
36%
工作中
2
开发者 2
等级
(30)
项目
37
54%
仲裁
2
50% / 50%
逾期
3
8%
空闲
3
开发者 3
等级
(2311)
项目
2908
63%
仲裁
122
44% / 25%
逾期
429
15%
工作中
4
开发者 4
等级
(174)
项目
199
12%
仲裁
38
37% / 34%
逾期
5
3%
工作中
发布者: 2 代码
5
开发者 5
等级
(153)
项目
236
33%
仲裁
20
45% / 30%
逾期
1
0%
工作中
6
开发者 6
等级
(160)
项目
285
35%
仲裁
18
22% / 61%
逾期
42
15%
已载入
7
开发者 7
等级
(270)
项目
552
49%
仲裁
57
40% / 37%
逾期
227
41%
工作中
8
开发者 8
等级
(278)
项目
373
72%
仲裁
19
32% / 47%
逾期
14
4%
空闲
发布者: 14 代码
9
开发者 9
等级
(450)
项目
477
69%
仲裁
6
67% / 0%
逾期
2
0%
空闲
10
开发者 10
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
11
开发者 11
等级
(511)
项目
549
53%
仲裁
13
69% / 15%
逾期
3
1%
空闲
12
开发者 12
等级
(7)
项目
8
50%
仲裁
0
逾期
0
空闲
发布者: 1 代码
13
开发者 13
等级
(618)
项目
1428
59%
仲裁
31
81% / 0%
逾期
10
1%
空闲
14
开发者 14
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
发布者: 8 代码
15
开发者 15
等级
(77)
项目
243
74%
仲裁
7
100% / 0%
逾期
1
0%
空闲
发布者: 1 文章
16
开发者 16
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
17
开发者 17
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
(2644)
项目
3360
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
19
开发者 19
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
相似订单
Hello, I am looking for an experienced MT5 (MetaTrader 5) developer to create a simple and reliable Forex trading EA. Broker: Skyriss Platform: MT5 Requirements: • EA should work only on Forex pairs (EURUSD, GBPUSD, USDJPY, USDCHF) • Around 1–2 trades per day is enough • Proper risk management with Stop Loss (SL) and Take Profit (TP) • Prefer low-risk trading with 0.01–0.03 lot depending on balance • No martingale or
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

项目信息

预算
30 - 200 USD
截止日期
 5 天