Time based simple ea

MQL4 전문가

작업 종료됨

실행 시간 4 일
고객의 피드백
good work , thanks a lot
피고용인의 피드백
Excellent customer. Thanks for your job.

명시

Details of Strategy

1.            Expert Advisor can be applied to all time frames.

2.            Opens trades only on 2 specified timing periods to be set by user.

·         Time Period 1

Start hour and minute  end hour and minute

·         Time Period 2

Start hour and minute and end hour and minute

·         There needs to be an option to enable or disable time periods. Hence, the user can decide to open trades on Time Period 1 only, Time period 2 only or both.

3.            Lot size to be entered by user. Minimum is 0.01 lot. Take profit and stop loss level to be entered by the user. The take profit and stop loss level must be suitable for 4 decimal and 5 decimal brokers.

4.            The logic for opening a trade during the Time Period will depend on the previous candle. 

·         If the previous candle is bearish, a sell trade will be opened (according to lot size, take profit and stop loss entered by user) immediately at the start of the time period. Also add reverse trade option so if its true ea will open buy trade after bearish candle.

·         If the previous candle is bullish, a buy trade will be opened (according to lot size, take profit and stop loss entered by user) immediately at the start of the period. Also add reverse option here too .


5.            During the Time Period specified by the user, if the take profit or stop loss is not reached, the expert will open another similar position to the first one (if first position is buy trade, all subsequent positions will be buy trades) after X minutes. There must be an option for user to enter how many minutes have lapsed before it opens the next position.  The expert advisor will continue to open another position after subsequent X minutes, until the Time Period has lapsed. (Eg if the first trade is opened at 10.00am and X is 5 minutes, second trade will be at 10.05am and third trade will be at 10.10am. If the time time period is 10.00am to 11.00am, it will continue to open trades at 5 minutes interval until 11.00am.) There will be 2 options (for user to select) for the take profit and stop loss for the subsequent positions opened after the first position.

·         Option 1 - Take profit and stop loss as the same level as the first position.

·         Option 2 – Take profit and stop loss to be entered by the user.

Once take profit or stop loss is reached within the Time Period specified by user, the expert advisor will not open any more new positions during that Time Period.

6.            To have the options to stop trading X minutes before and after periods of low, medium or high impact news. To have the options to choose for news which impact USD, GBP, JPY, AUD, EUR, CAD, CHF.

7.            The expert advisor will not manage any open positions. The open positions will close itself by the take profit and stop loss levels of each position.



응답함

1
개발자 1
등급
(414)
프로젝트
670
33%
중재
60
17% / 32%
기한 초과
113
17%
작업중
2
개발자 2
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
3
개발자 3
등급
(89)
프로젝트
137
24%
중재
35
9% / 40%
기한 초과
52
38%
무료
4
개발자 4
등급
(769)
프로젝트
1033
44%
중재
50
8% / 50%
기한 초과
117
11%
무료
5
개발자 5
등급
(563)
프로젝트
932
47%
중재
302
59% / 25%
기한 초과
124
13%
바쁜
6
개발자 6
등급
(53)
프로젝트
79
18%
중재
13
15% / 54%
기한 초과
5
6%
무료
7
개발자 7
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
8
개발자 8
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
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

프로젝트 정보

예산
35+ USD
개발자에게
31.5 USD
기한
에서 1  3 일