EA Opening/Closing Trades at fixed Times and distinct Weekdays

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 11 gün
Müşteri tarafından geri bildirim
excellent
Geliştirici tarafından geri bildirim
Thank you so much

İş Gereklilikleri

Attention: I need the Source Code. This order is only valid if the Source Code File(s) are included.  

Name of the EA: "WeekdaySeason"

The EA has to trade fixed time blocks (time periods) per week.
Four (4) time blocks (Block1,Block2,Block3,Block4) can be defined with appropriate input parameters.

For each time block we need the input parameters as listed here for Block1:

parametername:    Block1Action            type: String       values:    {"Flat" "Long" "Short"}      default: "Flat"
parametername:    Block1DayIndex        type: Integer     values: {1 2 3 4 5}                           default: 1     
parametername:    Block1StartHour        type: Integer    values: {0 1 2 3 ... 22 23}                default: 15
parametername:    Block1StartMinute    type: Integer    values: {0 1 2 3 ... 58 59}                default: 35
parametername:    Block1EndHour          type: Integer    values: {0 1 2 3 ... 22 23}               default: 21
parametername:    Block1EndMinute      type: Integer    values: {0 1 2 3 ... 58 59}               default: 55

We need this set of parameters for each of the remaining time blocks Block2, Block3,Block4.
Therefore we will have 6 * 4 = 24 input parameters in total for the definition of the four blocks.

Trading Logik:

Example. Assume the input parameters for Block1 and BLock2 are set to the following values:

Block1Action            value: "Long"       
Block1DayIndex        value: 2
Block1StartHour        value: 14   
Block1StartMinute    value: 30
Block1EndHour          value: 16   
Block1EndMinute      value: 35   

Block2Action            value: "Short"       
Block2DayIndex        value: 5
Block2StartHour        value: 10   
Block2StartMinute    value: 15
Block2EndHour         value: 21   
Block2EndMinute       value: 59

Block3Action             value:"Flat"
.....
Block4Action             value:"Flat"

Explanation:         
The Block1Action is set to "Long", the EA has to place long trades. (The default value "Flat" means the whole block is not used. No trade for that block).
The Block1DayIndex is set to 2. The weekday of the block is Tuesday. (1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday , 5 = Friday)  
The Time when the trade has to be opened is 14:30 (SERVERTIME) as defined by Block1StartHour and Block1StartMinute.
The Time when the trade has to be closed is 16:35 (SERVERTIME) as defined by Block1EndHour and Block1EndMinute.

Therefore for Block1 the EA has to open a Long trade each Tuesday at 14:30 and close the trade at 16:35. (SERVERTIME)

The Block2Action is set to "Short, the EA has to place short trades.
The Block2DayIndex is set to 5. The weekday of the block is Friday.
The Time when the trade has to be opened is 10:15 (SERVERTIME) as defined by Block2StartHour and Block2StartMinute.
The Time when the trade has to be closed is 21:59 (SERVERTIME) as defined by Block2EndHour and Block2EndMinute.

Therefore the EA for Block2 has to open a Short trade each Friday at 10:15 and close the trade at 21:59. (SERVERTIME)

Block3 and Block4 have the BlockAction set to "Flat", so they are not in use.


Orders:
All trades are openend and closed using market orders.
When the StartTime has come to open a trade or the EndTime has come to close a trade the corresponding market order has to be submitted quickly within a few seconds,
at least within 30 seconds. Thus the EA must not rely on a certain timeframe and wait for Bar Closes. It must work both in the M15 and H1 timeframe.       


Lot size:
The fixed Lotsize can be set with an input parameter:
parametername: Lotsize            type: Integer        default: 1   


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(65)
Projeler
95
36%
Arabuluculuk
11
27% / 45%
Süresi dolmuş
15
16%
Serbest
2
Geliştirici 2
Derecelendirme
(128)
Projeler
162
36%
Arabuluculuk
4
25% / 50%
Süresi dolmuş
13
8%
Serbest
3
Geliştirici 3
Derecelendirme
(356)
Projeler
632
26%
Arabuluculuk
89
73% / 13%
Süresi dolmuş
12
2%
Serbest
4
Geliştirici 4
Derecelendirme
(42)
Projeler
47
30%
Arabuluculuk
12
17% / 75%
Süresi dolmuş
6
13%
Serbest
5
Geliştirici 5
Derecelendirme
(33)
Projeler
49
12%
Arabuluculuk
16
0% / 88%
Süresi dolmuş
10
20%
Serbest
6
Geliştirici 6
Derecelendirme
(14)
Projeler
19
11%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
5
26%
Serbest
7
Geliştirici 7
Derecelendirme
(119)
Projeler
169
38%
Arabuluculuk
9
78% / 22%
Süresi dolmuş
15
9%
Serbest
8
Geliştirici 8
Derecelendirme
(7)
Projeler
17
41%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
3
18%
Serbest
9
Geliştirici 9
Derecelendirme
(63)
Projeler
84
26%
Arabuluculuk
23
22% / 48%
Süresi dolmuş
23
27%
Serbest
Benzer siparişler
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Proje bilgisi

Bütçe
50+ USD
KDV (19%): 9.5 USD
Toplam: 59.5 USD
Geliştirici için
45 USD
Son teslim tarihi
to 10 gün