EA_MT5_CTF_SS2_v1

MQL5 지표 전문가

명시





EA_MT5_CTF_SS2_v1



An EA to generate MT5 Custom Timeframes,
Handle Robust Data Downloading,

and Write SS2 Global Variables Every X Seconds.




Hi Raymond,

The MT5 version of the SS2 indicator you converted is in the folder. This indicator currently works on all of the 21 native included MT5 timeframes.

As the result of this Job, I would please like you to create an EA capable of doing the following things:

1) Create 28 CustomTimeframes based on the settings in the EA User Interface.

2) Check that enough bar data exists to correctly run the SS2 data and attempt to download it if not enough data exists in local memory.

3) Write SS2 global variable values for each of the 28 currency pairs.

4) Update these SS2 values every X seconds, where X is a number of seconds set in the user interface.



1) Create 28 CustomTimeframes based on the settings in the EA User Interface.


When this indicator is placed on a chart I would like it to automatically create 28 new custom time frames based on the information in the BaseTimeFrame: and the TimeFrameMulti: inputs in the EA user interface section.

BaseTimeFrame: DropDownBox -> SelectOne

01M
02M
03M
04M
05M
06M
10M
12M
15M
30M
01H
02H
03H
04H
06H

08H
12H

01D
01W

MN1 is not an option here.


TimeFrameMulti: This field takes an Integer between 1 and 99


A number above 99 generates a pop up box saying: Only integers < 99

Lets suppose the user is interested in creating a 45 Min timeframe.

They select 15M with a multiplier of 3.


The indicator takes these two inputs and Prints

"Attempting to create 28 00045 timeframes."

Where the number with three leading zeros and a 45 represents a 45 Min timeframe.

As a second example:

A Week is 10080 Min, so selecting a Week TimeFrame with a multiplier of 2 would produce a statement like this:

"Attempting to create 28 20160 timeframes."



2) Check that enough bar data exists to correctly run

the SS2 data and attempt to download it if not enough data exists in local memory.


Please check that enough data is available in each of the 28 custom time frames to accurately create the SS2 values for each of the 28 currencies. If not enough data is available, the indicator should attempt to get more data from the server and gracefully report success or failure of the downloading attempt.

If enough data is available to produce the SS2 values, the EA should next print:

"Enough data exists to accurately create all 28 SS2 values."

If not enough bar data exists in local memory to accurately create all 28 SS2 values, then the EA should print:

"Not enough data exists to accurately create all 28 SS2 values, attempting to download more data..."

Depending on the result of the download attempt the EA should print one of two statements:

"The additional data request was successful, enough data now exists to create all of the 28 requested SS2 values."

Or:

"The additional data request was unsuccessful, please choose another custom time frame."

Assuming that there is enough data to create the SS2 data on the requested custom time frame, the EA should now generate 28 custom time frames with the custom time frames employing a naming convention that looks like this:

XXXXXX00045

Where XXXXXX stands in for each of the 28 currency pairs that the SS2 indicator deals with by default, for example:

GBPUSD00045
EURUSD00045


+ 26 more custom symbols would all be created in order to set up the 45 Min custom time frame in such a way that it can be accurately used by the SS2 indicator.








3) Write SS2 global variable values for each of the 28 currency pairs.


The SS2 indicator is CPU intensive. Therefore, we would only like to employ a single instance of the indicator for every instance of this EA. For example, for the 00045 min timeframe, the EA should seek a version of the MT5 SS2 indicator (included in the job folder) with the following title:

OMOLG_MT5_SS2_00045

Then, depending on the result of attempting to find the indicator with this specific title in the indicator list , the EA should write:

The indicator OMOLG_MT5_SS2_00045 was successfully found.

Or

Please create a version of the MT5 SS2 indicator with the title OMOLG_MT5_SS2_00045.

The next task of this EA is to write 56 global variables that are titled like this:

gbl_SS2_1_USDCHF00045 (Fixed SS2 Value for Bar 1)

gbl_SS2_0_USDCHF00045 (Currently Updating SS2 Value for Bar 0)

gbl_ -> Indicates that this is a global variable of the terminal
(a positive or negative double value with two digits after the decimal)

SS2_ -> This indicates that the values are the slope values coming from the SS2 indicator

1_ or 0_ -> This indicates that the value is coming from the zero (presently forming) candle or else from the fixed-value 1 candle.

USDCHF-> This indicates one of the 28 currency pairs output by this indicator

00045 -> This five digit number indicates the number of Min that the SS2 slope value is associated with. For example, 00045 would represent the slope of the 45Min timeframe.


4) Update these SS2 values every X seconds,

where X is a number of seconds set in the user interface.


Finally, please include a SecondDelay: section in the user interface that takes an Int indicating the number of seconds that should pass before these 56 custom time frame SS2 values are updated.

SecondDelay:
63

Would mean that the EA updates all 56 global variables every 63 seconds.


After the EA has created all of the 28 custom timeframes, it should create the gbl_ values without first waiting for 63 seconds to pass. In other words, the EA should write these gbl_ values as soon as possible after the timeframes are created, and then every X seconds after that, where X is the integer in the SecondDelay input field.


응답함

1
개발자 1
등급
(144)
프로젝트
198
42%
중재
20
25% / 55%
기한 초과
9
5%
무료
2
개발자 2
등급
(259)
프로젝트
421
38%
중재
86
44% / 19%
기한 초과
70
17%
바쁜
3
개발자 3
등급
(563)
프로젝트
932
47%
중재
303
59% / 25%
기한 초과
124
13%
로드됨
비슷한 주문
The idea of the trading system is as follows: Market entries are performed when the 2 moving averages intersect, the candlestick touches or breaks through the opposite moving average line of the moving average that just crossed but the overall trend has remained the same. The trend is determined by the MACD based on the settings 34 for fast EMA 144 for slow EMA and 9 for MACD SMA. When the MACD is an above the zero
Hello, I bought an EA who has SL but it is not trailing.I need someone who can attach trailing SL to this EA or if it is possible to implement trailing in the EA? I do not have EA code, I bought it and I am using it
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and exit buy position when sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and exit sell position when buy signal will be given
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard noticatioons and also if pressed to go to the a template timeframe and pair
Descripción: Necesito duplicar un indicador detector de cambio de polaridad para el activo Boom 1000 en MetaTrader 5 (MT5). El indicador debe identificar de manera precisa los cambios de polaridad en el mercado y duplicar la funcionalidad para asegurar una detección redundante. Especificaciones clave: El indicador debe generar una señal visual clara en el gráfico (flechas o líneas) cada vez que se detecte un cambio
Poverty 30+ USD
``` def moving_average_crossover(prices, short_window, long_window): short_ma = prices.rolling(window=short_window).mean() long_ma = prices.rolling(window=long_window).mean() signals = np.where(short_ma > long_ma, 1, 0) signals = np.where(short_ma < long_ma, -1, signals) return signals # Example usage: prices = pd.Series([...]) # Replace with your price data short_window = 50 long_window = 200 signals
Brief description. mt4 must be connected via binary.com API. Only for binary trade. Forex pair . Rise/Fall option only. Maximum trade limited options should be given. Profit option should be given. Martingale system. Compounding system Candlestick time counter should be given. There will be two types of signals. A candle stick will come with an arrow symbol. Arrow symbol will appear below another chart. You can
Veltoor sniper 35+ USD
I wanna create trading robot so that it can trade for me during busy hours cause I sometimes miss opportunity to enter my trades because I'm being busy during the day . So I'd like to have a system for me
**Job Title: Experienced Developer Needed for High-Performance Scalping Trading Robot** **Job Description:** We are seeking an experienced and highly skilled developer to create a cutting-edge trading robot specifically designed for scalping strategies. The ideal candidate will have a deep understanding of trading algorithms, extensive experience in financial markets, and a proven track record of developing
Good day, I am looking for a COT report indicator that shows the weekly change in MT4. change in MT4. Number Value Indicator: Speculators (Commercials) Plus minus percent change Tool (exe file ? to load csv... ?). Just for simple updating... Unfortunately I could not find a useful indicator on the net. Please simply offer who has already realised such projects. Thanks

프로젝트 정보

예산
120+ USD
개발자에게
108 USD
기한
 12 일