Need an Expert Advisor based on Pivot Points

指定

‘BuBd’ Bot Requirements Specification

 

1. The idea of the Trading System is as follows: Market Entries are performed when Pivot Points signal a Reversal of Trend or Continuation of the Trend.

 

·         Market Entries are performed when the Pivot Point Support or Resistance Levels confirm a REVERSAL with the following Price Action Market Patterns and Entry Candles confirmed with Bullish / Bearish Engulfing or other Entry Candlesticks:


Price action pattern #1: False break

Price action pattern #2: Break of structure

Price action pattern #3: Breakout with a buildup

Price action pattern #4: First pullback

Price action pattern #5: Break and re-test

 

·         The Bot is for the following FOREX PAIRS to be traded at 1 Lot each :

EUR/USD

GBP/USD

AUD/USD

NZD / USD

USD /CHF

USD / CAD

USD / JPY

EUR / JPY

GBP /JPY

 


2. Trend is determined based on the Smoothed Moving Averages (SMA) with the specified periods (50) and (200). If the current SMA value is greater than 50 or 200, the trend is seen as growing. Alternatively, if current SMA is below 50 or 200, the trend is considered to be falling. Use the 4 Hour and Daily Timeframes to conduct Technical Analysis of Charts

3. Trading Signals:

  • Buy and Sell Signals:

      FALLING WEDGE / RISING WEDGE / BULLISH RECTANGLE / BEARISH RECTANGLE / BULLISH PENNANT / BEARISH PENNANT /  ASCENDING TRIANGLE / DESCENDING TRIANGLE / SYMMETRICAL TRIANGLE

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

5. Positions are opened at the market price, when a new ‘Confirmation Bar’ emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar.

6. Additional filters for opening a position:

The RSI Overbought and Oversold Levels should be checked. The ATR should be favorable as well.

7. Additional filters for closing a position:

When the Stop Loss reaches 50 Pips Target on the Chart or when the Trailing Stop reaches the 20% Level.

8. Close by Take Profit — When the Take Profit of 150 Pips is reached or the Trailing Stop reaches the 20% Level.

9. The lifetime of signals/orders/positions

All Market Orders should be closed at Take Profit (150 Pips) or Stop Loss (50 Pips) Levels All Limit Orders should be cancelled after 30 Minutes of being created. Trailing Stop should be set at 20%

10. Capital Management:

·         No more than 20% of the Account Balance should be traded at any given time.

·         Trading should be conducted during Optimal Market Conditions i.e. Days of the Week; Time of the Day; Economic Calendar Events etc...

·         Drawdown should be minimized optimally.

·         Bot should generate $160 USD to $200 USD in Profits every 24 Hours.

 


反馈

1
开发者 1
等级
(45)
项目
76
20%
仲裁
7
0% / 86%
逾期
14
18%
空闲
2
开发者 2
等级
(35)
项目
44
32%
仲裁
5
20% / 20%
逾期
8
18%
工作中
3
开发者 3
等级
(18)
项目
22
5%
仲裁
6
17% / 17%
逾期
3
14%
已载入
4
开发者 4
等级
(138)
项目
198
80%
仲裁
17
29% / 47%
逾期
10
5%
已载入
5
开发者 5
等级
(566)
项目
639
41%
仲裁
22
55% / 27%
逾期
45
7%
已载入
6
开发者 6
等级
(36)
项目
59
27%
仲裁
24
21% / 50%
逾期
10
17%
工作中
7
开发者 7
等级
(7)
项目
6
0%
仲裁
5
0% / 100%
逾期
1
17%
空闲
相似订单
Seeking an expert in LSTM (Long Short-Term Memory) for MT4 to implement the most cutting-edge and advanced form of LSTM with full feature integration. The ideal candidate will possess extensive experience in leveraging LSTM technology within MT4, ensuring optimal performance and profitability. Join us in revolutionizing trading strategies with state-of-the-art LSTM algorithms tailored for MT4. Add a zig zag to the
Need an expert to create an EA based on my strategy for any broker,fast execution of opening and closing trade,also with a condition for take profit,lot size isn't fixed,it should be easy to change without editing the code for a no programmer
Hello there, I have a functional EA that I need a modification done to. Previous developer is overloaded with work and has been dragging his feet. Basically what I need is a modification to the Auto Lot option. Currently you can set a lot size per x amount of account balance and it will auto trade readjusting the lots based on account balance. What I am looking for is a modification that allows me to specify the
I need a robot/Ea that can open pending orders based on th market price for SELL/BUY fora given pair. It needs a few configurable parameters like: MARKET_PRICE --> As described, it is the entry point from where to create an initial marker for the orders. (The real market price for a PAIR) INITIAL_GAP - this is a number in pips that, in addition to the MARKET price, becomes the first real entry point for the first
Please note that my budget is for both mt4 and mt5 platforms The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a sell
I have working MT4 and MT5 example program code using pipes via importing kernell32.dll in MT5 to receive transactional messages sent from another MT4 instance running. Most of the time it works fine. But intermittently I get an ‘Access violation’ error generated showing in the Experts tab of MT5. It fails to read the message sent from MT4 and does not trap the error. Also, when I try it on a different VPS computer -
Am nevoie de o conversie a unui EA din mql4 in mql5. La final sa fie testata, compilata si rezultatul sa nu aiba erori. Modificarea parametrilor sa se faca dint-un fisier cu extensia txt. Am eu modelul Hi. I need a conversion of an EA from mql4 to mql5. At the end, it should be tested, compiled and the result should have no errors. Modifying the parameters should be done from a file with the extension txt. I have the
I have an EA which trades with XAUUSD with a grid system, and I need to add a few features: 1.- The EA works with an indicator and open many trades as a grid system. I need the EA to open JUST 1 TRADE INMEDIATELY WHEN THE TREND SHOWS. 2.- I need the EA to keep that trade open until it reaches TP or the reverse signal shows. The EA has already the 'close if reverse signal' parameter. 3.- I need to create a parameter
Hello, I am looking for someone to convert my MQL4 code project to MQL5. A brief description of my current strategy: MT4 'Spreadsheet' EA collects data from 28 FX currency pairs -> sends it to Excel, then Excel calculates and makes a decision -> Excel sends a signal to MT4 'Trading' EA and manages trades I want the MT4 EA to be converted into MT5. For Back testing purposes, I want to withdraw from using Excel and let
I need an Ea (mt4) with monthly profit 3 -5 % with Drawdown less than 10% if you have any EA with same criteria and with demo version that I can make back testing for it.any one has this EA can send me

项目信息

预算
40+ USD
开发人员
36 USD
截止日期
 8 天