Create a buy-sell limit Grid expert adviser with fixed pip step intervals includes a small auto/manual graphics panel for manual grid opening outside of the auto logic

작업 종료됨

실행 시간 2 일
고객의 피드백
Fatemeh was super speedy with my expert advisor, very thorough with his coding and done an all-round exceptional job offering and completing extras as an above and beyond service.

명시

RSI-Grid strategy expert advisor for MT4

 

Project overview:

 

Require the coding of a trading expert advisor based off of the following below criteria:

Buy-Sell orders are to be generated based on the RSI indicator, the indicator overbought/oversold settings shall be adjustable, default standard 70/30 settings, length will also be configurable with a default of 14.

 

The buy orders:

A market buy order will be generated on oversold conditions (RSI=<30) 1 bar close after the condition is met, the number of bars for entry default is 1 bar however this is to be configurable, 3x simultaneous buy limit orders will be generated as a grid formation with the pip step interval of the buy grid to be adjustable, default will be 25 pips between buy limit orders. All trades will have a Stoploss criteria as listed below.

the number of buy grid limit orders by default including the market order is 4 however can be adjusted to a maximum of 10 grid layers.  

Once the above RSI conditions is met the condition shall only be re-triggered (new trade/grid placed) after the current trades have either reached there stop loss or take profit as per the criteria below, this is to ensure if the RSI oscillates up and down rapidly multiple grids are not formed/opened.

The only other buy criteria that can occur will be from the manual function see further down in this document.

 

The sell orders:

As per above however on overbought condition (RSI>70) as opposed to oversold condition shall be the entry criteria for the sell market order and the sell limit grid.

 

Figure above illustrates the grid orders function for a buy scenario

 

Account balance function:

The first trade initial risk shall be 0.20% of account balance from the first trade and martingale from there to the bottom of the defined grid. The risk shall be adjustable for the first trade which will dictate the overall risk per trade in conjunction with the martingale multiplier, the default martingale multiplier will be x2.

 

For example:

Trade 1= 0.20% (entry market order)

Trade 2= 0.40% (buy limit 1)

Trade 3= 0.80% (buy limit 2)                              100pips overall default to stop total risk 3%

Trade 4= 1.60% (buy limit 3)

Stoploss= 3%

 

 

  Stoploss function:

The Stoploss will be default 25pips below OR above the last trade in the grid in which all trades in the grid will close at a loss. This value will be adjustable.

 

Take profit:

The take profit will be a default 75 pips above the last trade activated ensuring a 1:3 risk reward ratio. The take profit value will be adjustable. All Trades will close in profit when this value is reached

 

Equity stop%:

All trades will close at loss should an exceedance of 20% be reached on the account balance, this equity stop will be adjustable.

 

Trading start/stop time:

Trading start and stop times will be based off of the broker terminal time, the default will be for the expert to trade 24HRS a day however the times adjustable as required.

 

Close on opposite signal:

If this is set to True and a buy order is already open then when a sell signal is generated from the EA the buy orders will be closed and the sell orders-Grid opened, this will also be true  for the opposite should a sell trade already be opened.

 

Auto/Manual function:

Require a toggle between auto and manual operation of the expert advisor, I would like a small graphics display to be located in the top left corner of the MT4 chart window as per below:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


The idea of the above function is to be able to turn the EA from auto to manual (ignore the RSI criteria whilst in manual) and give me the ability to open a manual grid buy OR sell if I see price action on the charts I like. The close all trades function will be master and can be used in either auto OR manual conditions and when pressed will close all trades regardless of whether they’re in a loss or profit scenario.

 


Recap of configurable parameters/EA settings:

 

RSI settings:

Overbought (sell entry level)= <30 default

Oversold (buy entry level)= >70 default

RSI length = 14 default

---------------------------------------------------------------------------------------

Bars after sell or buy condition is met= 1 bar default

Grid layers: 4 default, maximum of 10 layers

Trade 1 risk= 0.20%  default

Martingale multiplier factor * = 2 default

Pips step between orders= 25pips default

Take profit level= 75pips default

Stoploss overall= 100pips default

Equity stop%= 20% default

Trade start time: 00:00:00      Trade stop time: 23:59:00

Close on Opposite signal: False default

 

Please note: I wish the EA must be able to be back-tested using different grid and RSI settings by adjusting the above configured parameters.


See attachment for further details.


many thanks 


Jarrod  


파일:

응답함

1
개발자 1
등급
(40)
프로젝트
76
39%
중재
0
기한 초과
0
무료
2
개발자 2
등급
(799)
프로젝트
1370
72%
중재
112
29% / 48%
기한 초과
341
25%
작업중
3
개발자 3
등급
(376)
프로젝트
398
31%
중재
62
19% / 69%
기한 초과
50
13%
작업중
4
개발자 4
등급
(57)
프로젝트
75
25%
중재
9
33% / 56%
기한 초과
8
11%
무료
5
개발자 5
등급
(294)
프로젝트
370
21%
중재
43
60% / 23%
기한 초과
43
12%
작업중
6
개발자 6
등급
(126)
프로젝트
151
48%
중재
6
83% / 17%
기한 초과
2
1%
무료
7
개발자 7
등급
(235)
프로젝트
416
34%
중재
52
37% / 40%
기한 초과
153
37%
바쁜
8
개발자 8
등급
(45)
프로젝트
58
33%
중재
12
42% / 42%
기한 초과
7
12%
무료
9
개발자 9
등급
(2418)
프로젝트
3038
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
10
개발자 10
등급
(363)
프로젝트
389
70%
중재
3
100% / 0%
기한 초과
2
1%
작업중
11
개발자 11
등급
(56)
프로젝트
172
70%
중재
4
100% / 0%
기한 초과
1
1%
무료
12
개발자 12
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
비슷한 주문
I have a custom MT4 indicator as attached here in mql4 file format. Please convert it into a MT5 indicator with the same behavior. This is a non-repaint arrow indicator, I want to use it on both forex and stocks. The time the arrow placed on candle should be the same as in MT4 indicator. The converted MT5 indicator should also be non-repaint. The position of the arrows on price candle should also be the same as in
Hello expert developer, I am looking for a skilled and experienced developer to help me create an auto trading bot that integrates signals from three Telegram channels and automatically transcribes them onto MetaTrader 4 (MT4). The bot must be able to receive and process trading signals (opening/closing positions) from three specified Telegram channels. If you have expertise in developing such integrations and
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
HFT 100 - 200 USD
As soon as possible URGENTLY HFT the most profitable without any losses can make 50 to 100% daily that can work on XAUUSD GBPUSD XAGUSD EURUSD works on mt4 mt5 Demo and live account
Are you a skilled MQL4/MQL5 developer with a passion for creating cutting-edge Forex Trading EAs? We are looking for an experienced freelancer to join our team and help us build a powerful and efficient trading bot. Responsibilities: Develop, test, and optimize automated trading strategies in MQL4/MQL5. Collaborate with our team to refine requirements and implement advanced trading logic. Ensure the EA/bot operates
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
I have an EA or would create a new one if necessary, but the overall goal is to extract data=,cum delta, delta bar, volume data from Orderflow Kinetick provider I use via Ninjatrader. I want that data to be used to decide what trades to take and when to close or reverse
HFT 100 - 200 USD
Searching for the HFT ( the most profitable ) which can make 50 to 100 % a day 0 losses for both mt4, mt5 Demo and live account i will test it first if it is good i will buy
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
Smart Money E 30 - 90 USD
--- Job Title: EA Programmer for Smart Money Concept (Urgent) EA SOURCE CODE WOULD NOT BE SENT IF JOB IS NOT ACCEPTED Job Description: We are seeking an experienced EA programmer to finalize a project focused on implementing the Smart Money Concept. The progress is at 70%, and I need someone to complete the remaining tasks within a week. Project Requirements: - Liquidity, CHoCh, and Return to OrderBlock: Implement

프로젝트 정보

예산
100 - 150 USD
개발자에게
90 - 135 USD