EA Opening/Closing Trades at fixed Times and distinct Weekdays

MQL5 Experten

Auftrag beendet

Ausführungszeit 11 Tage
Bewertung des Kunden
excellent
Bewertung des Entwicklers
Thank you so much

Spezifikation

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   


Bewerbungen

1
Entwickler 1
Bewertung
(65)
Projekte
95
36%
Schlichtung
11
27% / 45%
Frist nicht eingehalten
15
16%
Frei
2
Entwickler 2
Bewertung
(128)
Projekte
162
36%
Schlichtung
4
25% / 50%
Frist nicht eingehalten
13
8%
Frei
3
Entwickler 3
Bewertung
(356)
Projekte
632
26%
Schlichtung
89
73% / 13%
Frist nicht eingehalten
12
2%
Frei
4
Entwickler 4
Bewertung
(42)
Projekte
47
30%
Schlichtung
12
17% / 75%
Frist nicht eingehalten
6
13%
Frei
5
Entwickler 5
Bewertung
(33)
Projekte
49
12%
Schlichtung
16
0% / 88%
Frist nicht eingehalten
10
20%
Frei
6
Entwickler 6
Bewertung
(14)
Projekte
19
11%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
5
26%
Frei
7
Entwickler 7
Bewertung
(119)
Projekte
169
38%
Schlichtung
9
78% / 22%
Frist nicht eingehalten
15
9%
Frei
8
Entwickler 8
Bewertung
(7)
Projekte
17
41%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
3
18%
Frei
9
Entwickler 9
Bewertung
(63)
Projekte
84
26%
Schlichtung
23
22% / 48%
Frist nicht eingehalten
23
27%
Frei
Ähnliche Aufträge
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

Projektdetails

Budget
50+ USD
MwSt (19%): 9.5 USD
Insgesamt: 59.5 USD
Für die Entwickler
45 USD
Ausführungsfristen
bis 10 Tag(e)