EA_MT5_CTF_SS2_v1

指定





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
評価
(255)
プロジェクト
413
38%
仲裁
86
44% / 19%
期限切れ
70
17%
多忙
3
開発者 3
評価
(563)
プロジェクト
932
47%
仲裁
302
59% / 25%
期限切れ
124
13%
仕事中
類似した注文
D Wealth EA 30+ USD
Trade professionally, know when to open and close trade and also know when to buy and sell take profits once the market is trying to go against your analysis and also analyze the chart before taking any action! When buy the lot size should be 0.01 and stop loss should be considered according to the lot size, and profits should be taken in due time
Hello So I need an MT5 EA. How is it gonna work? 1.we either start with buy or sell position, doesn't matter which really. 2. We select or lot which should be manageable as in example 0.1 lot 5pip sl and 5 pip tp. in example we had buy position and now it hit our tp, then we again put a buy position at the same price 0.1 lot 5pip tp 5 pip sl. But this time it hits our sl/stop loss. Now we switch to sell position and
I want to suggest a trading strategy that uses reverse trade software. We need to create an EA (Expert Advisor) that uses a simple martingale strategy. When the market is going up, it will keep placing SELL orders in the sequence of 0.01, 0.02, 0.03, etc. Each order should have a stop loss (SL) and a moving take profit (TP). There should be an option to adjust the SL and TP in the settings so we can customize them
I need you to check an expert advisor I bought and find the best settings, parameters to get low drawdown and high performance. configuration and optimization of sets to improve management
MT4 EA required that will trade as follows: 1. Trading behaviour: If blue supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If red supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. The inputs should be exactly coded as per the attached image. EA will have
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Hello! ON A FIXED BUDGET, I need a developer to modify my Expert on risk management. I want the EA to close All trades if Daily Profit or Loss is reached. Then the EA should also stop trading for that day if the conditions met and restart trading the next day again. It has to also display on chart to show which criteria it closed. E.g. EA closed on Daily Loss Limit. Bid so that we talk more
//+------------------------------------------------------------------+ //| 3-EMA_FTS.mq4 | //| Generated with Pine Script to MQL4 | //+------------------------------------------------------------------+ #property strict #property indicator_separate_window #property indicator_buffers 8 #property indicator_color1 Red #property indicator_color2 Green #property indicator_color3
Simple Grid EA 30+ USD
Make a simple pending order grid EA 1st up down pending order gap 100 pips Next order Grid gap 200 pips If 4 Trade open buttom trade close. Only buy or only sell
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD

プロジェクト情報

予算
120+ USD
開発者用
108 USD
締め切り
最高 12 日