EA (MT4) Update/Modify/change based on Indicator strategy- It is for MT4

MQL4 지표 전문가

작업 종료됨

실행 시간 12 일
고객의 피드백
I just completed my second job with Mehdi Sir. He is truly a great professional developer. I am looking forward to work with him again on my next job. Thank you Dear Mehdi. You are the best!!!
피고용인의 피드백
One of our best projects. Good customer. Happy working with him.

명시

Note- This is a full details description to avoid any confusion and get the success for both of us. Don't take it as it is big job. If you think that way, please read carefully, you will understand. Thanks.

I have working EA that produce or WRITE file for each signal form below indicator. The File writing function is working well but the logic to get the signal from Indicator is not working well. Also, I would like to add custom condition in this EA. Please see attached EA. You can use this EA or you can create a new EA as you like.

This EA use this indicator and work with icustom functionality. I have purchased this indicator.

Scalping Indicator Pro mt4 

https://www.mql5.com/en/market/product/30581

Let’s first understand the Indicator:

When you load the indicator you will have below inputs available:

Slow Period- 150

Slow SIP- 14

Fast Period- 5

Fast SIP-3

Upper Level-80 and above 80

Lower Level-20 and below 20

Alert on- Previous Candle

Rest of the setting is all about giving an alert when the Trend line and Signal Line value is going up or down.

My understanding the Slow Period and SIP control the value of Trend line and the Fast Period and SIP control the value of Signal line.

Indicator Inputs

Once you load the Indicator, you will see below in chart.


Now let’s take one example here:


You will see the defaults inputs value in red circle. As per the chart, the slow period-150, Slow SIP-14, Fast period-5 and Fast SIP-3 you can see in bracket.

The value outside bracket: First value 47.4081 is Trend line value that is thick golden line and

The second value of 1.7011 is Signal line value that is in thin Pink line in chart.

So what we need to get out from this indicator for each tick for this EA.

(1)    Time-frame criteria (Three of more time-frames)

(2)    Trend line Value (Golden Line value)

(3)    Signal Line Value (Pink line value)

(4)    The value of Trend line and Signal line based on Previous Candle or defined candle (e.g. last 10 Candles)

(5)    When Alert generated it will write in TEXT file as per the sample and be able to send all three (Notification, Push, and Email) types of alerts.

(6)    EA must manage SL/TP and when it hit, it will produce or write opposite signal to exit from current trade in respected Symbol TEXT file by removing any previous info.

 

So once you have this info, we need to add/update the EA that must satisfy or meet below new requirements.

 (1)   

Currently, the EA producing or writing file when the Signal generated. I would like to modify this. As soon as you load the EA with selected symbols (to monitor), it will write an empty TEXT file with all selected “Symbol_Signal” name (As per attached sample TEXT file)

 (2)

Add below INPUTS that can manage Buy/Sell Signal based on conditions. Basically we are defining each time frame condition to consider Buy or Sell definition.

You can see each Timeframe as one condition.


Info- Timeframe- 1

Timeframe- Current or M1 or M5 or M15, or M30, or 1H, or 2H, or 4H, or 1D, or 1W

Trend line Value- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Trend line value condition- Cross above, or Cross below, or Greater than or Lower than

Signal line value condition- Custom number (e.g. 20.05, or 80.10)

Signal line value condition- Cross above, or Cross below, or Greater than or Lower than

Candle- Previous, Current, last number (e.g. 10, 20, or custom number) candle

 

Info- Timeframe- 2

Timeframe-2- True or False

Timeframe- Current or M1 or M5 or M15, or M30, or 1H, or 2H, or 4H, or 1D, or 1W

Trend line Value- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Trend line value condition- Cross above, or Cross below, or Greater than or Lower than

Signal line value condition- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Signal line value condition- Cross above, or Cross below, or Greater than or Lower than

Candle- Previous, Current, last number (e.g. 10, 20, or custom number) candle

 

Info- Timeframe- 3

Timeframe-3- True or False

Timeframe- Current or M1 or M5 or M15, or M30, or 1H, or 2H, or 4H, or 1D, or 1W

Trend line Value- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Trend line value condition- Cross above, or Cross below, or Greater than or Lower than

Signal line value condition- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Signal line value condition- Cross above, or Cross below, or Greater than or Lower than

Candle- Previous, Current, last number (e.g. 10, 20, or custom number) candle

 

Info- Timeframe- 4

Timeframe-4- True or False

Timeframe- Current or M1 or M5 or M15, or M30, or 1H, or 2H, or 4H, or 1D, or 1W

Trend line Value- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Trend line value condition- Cross above, or Cross below, or Greater than or Lower than

Signal line value condition- Custom number (e.g. 20.05, or 80.10, or Not Applicable)

Signal line value condition- Cross above, or Cross below, or Greater than or Lower than

Candle- Previous, Current, last number (e.g. 10, 20, or custom number) candle

 

Condition For Buy (Timeframe- 1 Signal line condition) – Cross above, or Cross below, or Greater than or Lower than

(Means, If the Timeframe-1,2, 3 and 4 condition met, and if the Timeframe -1 Signal line condition cross above or cross below ..., this will consider "Buy" signal)

Condition For Sell (Timeframe- 1 Signal line condition) – Cross above, or Cross below, or Greater than or Lower than

(Means, If the Timeframe-1,2, 3 and 4 condition met, and if the Timeframe -1 Signal line condition cross above or cross below ..., this will consider "Sell" signal)

Once the all listed condition met and produce signal, This should show in any selected symbol chart with marking Green Arrow for Buy and Red Arrow for Sell

 (3)

Add Stop Loss/Target Price %  and additional option for defining previous candle(s) or higher high or lower low stop loss/target options in INPUTS

 (4)

Add condition to Ignore all signal after the first signal produce/written option in INPUTS (Once the first signal generated it ignore all signals till SL/TP hit.

 (5)

When you load EA on any selected symbol chart, it shows Dashboard with all open generated signals with current profit/loss status. This can guide you all your open signals or position that was created during that session.

 

 

 

Information only:

The Current working EA has below inputs:



응답함

1
개발자 1
등급
(12)
프로젝트
14
29%
중재
5
20% / 80%
기한 초과
6
43%
무료
2
개발자 2
등급
(12)
프로젝트
19
26%
중재
4
25% / 25%
기한 초과
1
5%
무료
3
개발자 3
등급
(3)
프로젝트
6
0%
중재
3
33% / 33%
기한 초과
1
17%
무료
4
개발자 4
등급
(362)
프로젝트
506
40%
중재
147
18% / 72%
기한 초과
99
20%
로드됨
5
개발자 5
등급
(277)
프로젝트
334
55%
중재
14
36% / 29%
기한 초과
1
0%
무료
비슷한 주문
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an

프로젝트 정보

예산
40+ USD
개발자에게
36 USD
기한
에서 1  5 일