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
等级
(261)
项目
426
38%
仲裁
86
44% / 19%
逾期
71
17%
已载入
3
开发者 3
等级
(564)
项目
933
47%
仲裁
303
59% / 25%
逾期
125
13%
已载入
相似订单
Software and EA 30 - 60 USD
i want someone who can code a trading bot for me.. with the candlestick range strategy.getting to know if you can be able to 1. identify Any higher time frame candle 2. wait for the next one to break either sell or buy side liquidity lets say it breaks the buy side 2.1 after breaking buy side the body of candle number 3 must close inside the wick of the candle we are looking for(taking buy or sell side LQD from) 3
I need a pivot indicator showing the standard levels R1 to R3 and the camarillo level breakout long and short R4 id like the indicator to work out the levels based on the cash chart times .. i use on indexes . so id like to input the times to work out the levels ie cash open at 8:00 close at 4:30 but this can be different on different brokers time so this i why i want to inmut the time period so it can be Auto
A custom indicator for mt5 with pice based Bollingerbands on Rsi in a separate window.rsi period 14, apply to close, levels 10 buy, 50 take profit, 90 sell. And for Bollingerbands period 25, shift 0, deviation 0.035, apply to close, shift 0. 1 minute time frame
Looking for someone who can teach me how to connect to Mt4 from phyton, code and backtest on phyton. This will be ongoing classes, once or twice a week for 1 hour
Patrex Pro Indicator 30 - 50 USD
I need patrex pro like indicator based on 2 Moving average crossover of 10 and 23 with timeframe in the dashboard. I am including the photos under and it shud nearly or exactly match as in the photo. Thank you
I'm planning on building/creating an mt4/5 trading indicator that use a break and retest strategy I will share a link for the idea strategy, Kindly message me to send you the link, I can't send it here
I am looking for a custom trading indicator for the Nasdaq 100 with the following requirements: Profit and Stop-Loss Targets: The system should aim to make $60 per trade and limit losses with a $30 stop-loss . High Win Rate: The target win rate should be 90% , based on the strategy and technical analysis. Daily Trading: The indicator should assess daily trends and place trades accordingly, ensuring trades are
I would like to request the development of a trading robot with the following specifications: High Win Rate: The robot should aim for a win rate between 80% and 90%. The strategy and algorithm used must be optimized for consistent performance and minimal drawdown. Weekly Market Direction: The robot needs to analyze the market at the beginning of the week and determine the overall direction (bullish or bearish). This
Hi, I need to get a new single Indicator , the result of the union of three already existing indicators (attached), let's call them "sub-indicators". Indicator must generate a continuous green/red output signal in a separate chart window . The 3 sub-indicators to combine are: Trend Arrows xSuperTrend MTF & alerts Wave Entry Alerts Multi TF These sub-indicators return, two of them continuous signal at each bar (
We are seeking an experienced developer to create a custom Expert Advisor (EA) for Forex trading, integrating Artificial Intelligence (AI). The EA should be capable of autonomously analyzing data, reading news feeds, and making intelligent trading decisions. Responsibilities: - Develop a Forex trading EA with AI integration. - The EA must fetch and analyze news from trusted sources to inform trading decisions. -

项目信息

预算
120+ USD
开发人员
108 USD
截止日期
 12 天