Need EA Programmer For Long Term Project - SMART AI BOT

MQL4 エキスパート

仕事が完了した

実行時間4 日
依頼者からのフィードバック
Great working with Zhong as he took the time to help ensure I understand the code and always willing to help! Great work and look forward to other projects.
開発者からのフィードバック
Very patient and easy to communicate with customers, hope to cooperate again!

指定

Hi There,

I am in need of a programmer that will be able to create an EA for me based on multiple technical indicators and/or EMA requirements. This maybe a long term engagement as I want to build out this EA to to handle multiple situation and eventually AI down the road. Below are my first set of requirements to make the first EA base don Bollinger Band. Ideally this needs to work for MT4 right now and can easily be ported to MT5 in the future when needed.

Bollinger Band EA

SET UP - EA/BOT should be able to work on any time frame from M5 to W1, works with any currency, stock, futures, metal, oil etc...

EA must have its own magicNumber or as defined by the user.

1. EA will need to be able to take in the following input from the user for this martingale trade set up:

   a. MAXORDER trade (how many orders in a series can the EA opens)

   b. Starting lot (i.e. .01 or say .05 whatever is designated by the user)

   c. pip Distance, the distance set between each buy/sell iterations in martingale (i.e. first buy price is 1.34000, while distance set to 500 pip, thus next buy will be 1.34500 and so forth).

   d. lotMultiplier - how much should the next buy/sell lot in the series grow (if starter lot is .01 x 1.2 multiplier lot = .012 lot thus should be .01 lot as next order, but if it's .01 lot x 1.5 multiplier = .015, then next lot is .02 as the order lot rounding up if it's 5 or higher, round down otherwise), each new buy/sell will continue to use the previous buy/sell lot x the lot multiplier for next order

   e. TP take profit pip - set by users to take profit after 10 or 100pip any pip designation by the user.

   f. Stop Loss (S/L) pip - set by users to have a stop loss for certain pip if trade doesn't work out. a ZERO means no stop loss.

   g. Bollinger Band offset (pip) how many pips higher than top/lower than the bottom should the trade be executed explained in step 4.a and 4.b below

   h. Number of months to find highest price/lowest price if possible

   i. Percent % within the last 3 months highest price/lowest price; explained in step 3 below.

NEW OPEN TRADE CONDITION

1. EA will needs to pull the last N months history and find highest price and the lowest price for the ticker and save the two prices (pHI, pLo).

2. If the current price is within 5-10% (designated by the user parameter above) of the highest price, then only execute SELL ONLY, opposite is true if price is 5-10% at the lowest, then BUY only.

3. If current price is not within with the % high/low from step #2 above, then EA can execute both buy/sell per condition below.

4.a. EA will execute a SELL when the current price goes above the TOP Bollinger Band by X offset pip designated by the user (i.e. top of BB + 10pip), thus price has to be above top BB by 10pip then sell.

4.b. The opposite to this is when EA hits below the BBand by X offset pip (i.e. bottom of BB - 10 pip which if BBand bottom is 1.34000 - 10pip more, thus BUY execute at 1.39090)

5. As trades are open from either step 4.a or 4.b, EA will continue to martingale in on the next buy/sell based on the DISTANCE set & the lot scale multiplier to buy/sell for the next lot size rounding up per decimal

6. Continue to do step 5 up to the MAXOPEN TRADE set by the user if the CLOSE trade condition have not been met.

7. Repeat the above process from 1-6 each time to open any new trades (buy/sell)


CLOSE TRADE CONDITION

7. EA will need to calculate the overall average price in the martingale buy/sell series above and then add in the TP condition set by the users 

7.a. For the BUY series it will be the average price + the TP set by the users  (i.e. average price for BUY is 1.34000, TP set at 100, then the close trade occurred at 1.34100)

7.b. For the SELL series it will be the average price - the TP set (i.e. average price for sell is 1.34000, TP set at 100, then the close trade occurred at 1.33900)

7.c  Close due to Stop Lost set by user.


Throughout the CODE of the EA, comments need to be documented so that I can understand the logic/coding behind to ensure that the above conditions are met. 

ALL SOURCE CODE will be my property and provided at the end of project.

EA will be backtested to ensure it function as designed and be optimized further if needed.

EA will be my property which I can choose to sell it later if I wish to.


応答済み

1
開発者 1
評価
(172)
プロジェクト
195
11%
仲裁
37
38% / 35%
期限切れ
5
3%
取り込み中
2
開発者 2
評価
(24)
プロジェクト
28
32%
仲裁
1
0% / 0%
期限切れ
0
3
開発者 3
評価
(33)
プロジェクト
49
12%
仲裁
16
0% / 88%
期限切れ
10
20%
4
開発者 4
評価
(15)
プロジェクト
20
15%
仲裁
3
0% / 67%
期限切れ
2
10%
5
開発者 5
評価
(68)
プロジェクト
111
26%
仲裁
17
6% / 71%
期限切れ
15
14%
6
開発者 6
評価
(197)
プロジェクト
320
35%
仲裁
64
13% / 56%
期限切れ
83
26%
7
開発者 7
評価
(7)
プロジェクト
8
63%
仲裁
1
0% / 100%
期限切れ
1
13%
8
開発者 8
評価
(4)
プロジェクト
5
0%
仲裁
5
0% / 80%
期限切れ
2
40%
類似した注文
Would I honestly need is someone who can make a profitable EA for me that can at least make me around $80 a day starting with $50 and the EA must be able to work with exness the EA should automat trades 24/7. Broker = Exness Pairs = USD/JPY XAU/USD and etc Chart time frames = M1 M15 History = last month till last 6 months. Lot size 0.10 take profit at $2 stop
Hello i am seeking a skilled MetaTrader 5 (MQL5) developer to modify an existing Telegram signal copier. The goal is to enhance the copier's functionality, reliability, and user experience. kindly bid this job to get started immediately
Hello, I’m looking for assistance with creating or customizing a TradingView indicator to suit my trading needs. If you have experience in this area, please reach out. Your help would be greatly appreciated. Thanks
# MT4 Expert Advisor Development Rules ## Time Period Definition 1. Allow user to define a specific time period (e.g., 10:00 to 15:00). 2. Identify and store the high and low prices within this period. ## Price Breakout Detection 3. Monitor current price for breakouts above the period high or below the period low. ## Signal Confirmation (signals will be taken on m5 timeframe) 4. After a breakout, wait for a signal
HI Recently purchased VPS, But now i am getting Following message "failed to get list of virtual hosts [404]", I need one help to fix this isues and make sure my EA working on VPS, when my computer off Thank you
Where are my developers colleagues . i want you to support me on existing work i just need a little addon on it. Am still a student kindly support me. You will be get paid at the end of the work. If you want more details maybe the worth of the project or any other thing let me know. THNAKS FOR THE SUPPORT
Project Description : I am looking for an experienced developer to create a multi-platform trading bot that can execute trades across Binance, Exness, MetaTrader 4/5 (MT4/MT5), and stock exchanges. The bot should implement a trading strategy that combines the Parabolic SAR and EMA 200 indicators, with automated entry and exit conditions for both long and short positions. Key features include: Integration with
Looking for EXPERIENCED DEVELOPER with a history of creating a multi- condition EA with the appropriated stops and trailing stops. I will check your order history . Backtesting without errors will be necessary to complete the order
BUY AND SELL INDICATOR AND SMAFS(LOXX) 80 20 MIDDLE CROSS FROM TRADING VIEW I want a programmer who can give me buy and sell indicators with SMAFS middle cross to confirm the direction of the market. Supply and demand indicator which shall be optional to use The time frame is 1hr (can be adjustable to change to any time frame) PROFIT AND LOSS. EA that can manage my trading style, 3 types of trails, open and close
An Expert Advisor based on Forex needen we need people who can trade, we need people who are learning how to trade , all people that are in this trading industry

プロジェクト情報

予算
35+ USD
開発者用
31.5 USD