Expert Advisor based on Moving Average & Fibonacci Retracement

작업 종료됨

실행 시간 3 일
고객의 피드백
it was nice working with you . Recommended Developer
피고용인의 피드백
Best customer. Full details are provided and the job tested and conformed very fast.

명시

·         Settings Inputs

o   Currencies pairs to be used.

o   Fixed or auto lot calculation.

o   Fixed lot value.

o   Auto lot calculation method (equity or balance).

o   Risk percentage per trade (1%, 2%, 3%, 4%, 5%).

o   Risk: Reward Ratio: low (1:1), mid (1:1.5) and high (1:2)

o   Max trades at same time(variable)

o   Trading hours start(GMT) (variables)

o   Trading hours’ end(GMT) (variables)

o   Magic number

 

·         Timeframe:

o    15 MIN (Execution TF) / H1 (confirming TF)

 

o   Entry Rules for Buy signal

§  Both 15 MIN TF and H1 must be trending up.

 

§  If trending up, three moving averages must be as the following on both 15 MIN & H1 TF.

·         18 EMA above 50 EMA above 200 SMA (15 MIN TF & H1 TF).

·         Current Swing high (is higher than) previous Swing high (15 MIN TF).

·         Current Swing low (is higher than) previous Swing low. (15 MIN TF).

·         For going Long on uptrend, we want to see the Current Swing low is at reliable support ( 18 EMA or 50 EMA) AND ( Fibonacci level 38.2% or 50% or 61.8%)

·         When the candle reaches the reliable support, place (Buy Stop) 1 pip above the high of the candle.

·         Stop loss is (1.5x ATR & not less than 8 pips) and Take profit is (based on the calculated risk (low, mid or high)) and breakeven start after (1.5x ATR) and 2 pips above entry.

·         Delete the pending order if it exceeds 3 candles.

 

o   Entry Rules for Sell signal

§  Both 15 MIN TF and H1 must be trending down.

 

§  If trending down, three moving averages must be as the following on both 15 MIN & H1 TF.

·         18 EMA below 50 EMA below 200 SMA (15 MIN TF & H1 TF).

·         Current Swing high (is lower than) previous Swing high (15 MIN TF).

·         Current Swing low (is lower than) previous Swing low. (15 MIN TF).

·         For going Short on downtrend, we want to see the Current Swing high is at reliable resistance ( 18 EMA or 50 EMA) AND ( Fibonacci level 38.2% or 50% or 61.8%)

·         When the candle reaches the reliable resistance, place (Sell Stop) 1 pip below the low of the candle.

·         Stop loss is (1.5x ATR & not less than 8 pips) and Take profit is (based on the calculated risk (low, mid or high)) and breakeven start after (1.5x ATR) and 2 pips below entry.

·         Delete the pending order if it exceeds 3 candles.

 

 

 

 

 

 

·         The GUI should show the statistics done by the EA.

·         Number of trades, win%, breakeven %, lose %.

·         The EA should run on one Chart only, while running multiple pairs.

·         During testing of EA, I should show the Fibonacci drawing and Moving averages.


응답함

1
개발자 1
등급
(72)
프로젝트
80
10%
중재
38
8% / 58%
기한 초과
6
8%
무료
2
개발자 2
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
3
개발자 3
등급
프로젝트
1
0%
중재
3
0% / 100%
기한 초과
1
100%
무료
4
개발자 4
등급
(322)
프로젝트
499
67%
중재
5
40% / 0%
기한 초과
4
1%
무료
게재됨: 8 코드
5
개발자 5
등급
(152)
프로젝트
228
80%
중재
22
27% / 50%
기한 초과
11
5%
무료
게재됨: 24 기고글, 1882 코드
6
개발자 6
등급
(308)
프로젝트
553
35%
중재
79
32% / 42%
기한 초과
200
36%
로드됨
7
개발자 7
등급
(467)
프로젝트
486
75%
중재
6
67% / 17%
기한 초과
0
작업중
8
개발자 8
등급
(116)
프로젝트
137
36%
중재
16
13% / 69%
기한 초과
9
7%
무료
9
개발자 9
등급
(37)
프로젝트
59
27%
중재
26
19% / 54%
기한 초과
10
17%
작업중
게재됨: 1 코드
비슷한 주문
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
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
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
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
Task Title Implement Martingale Lot Scaling Sync Between Master and Slave MT4 Trade Copier Background I am using a local master–slave trade copier setup with: 1 Master MT4 4 Slave MT4 terminals Trades are currently copied correctly (entry, direction, symbol, SL/TP). Lot size handling currently copies either: the exact master lot, or a fixed base lot defined on the slave (e.g., always 0.01 or 1.0). Problem When the

프로젝트 정보

예산
30 - 100 USD
기한
 10 일