Account Protector EA for prop firms or funded accounts

작업 종료됨

실행 시간 76 일
피고용인의 피드백
Very patient and honest customer.

명시

Looking to hire a programmer to create an EA to help stay within the guidelines/rules of various prop firms and funded accounts. My goal is to have other EAs doing the trading, but this EA making sure that you don't violate any prop firm rules--max daily drawdown, max monthly drawdown, max volume or lot exposure at any given time, max number of trades open at any time, max margin usage at any time, pausing EAs for news events, closing trades nightly or weekly, etc., etc. It will be used with FTMO, FidelCrest, EnFoid, The5ers.com, etc. for various prop firms.

I'd like to be able to enter 10 conditions at once, each condition will have: a trigger from a drop down list, an amount for the trigger, a set of actions/options for the trigger, and a reset time for the trigger. Then a separate section below for news and closing trades at end of session (unrelated to the conditions in the section above).

I'd also like some sort of info panel on the chart giving information or stats in real time for daily, weekly, or monthly. So, for example, if you chose "$ amount of floating loss from high water mark of positive equity" as a trigger, and 5000 as an amount, and daily as a reset time, then the info panel would tell the current high water mark, the current drawdown from it, the max limit, and the hours remaining until reset, etc. If another condition was added that should also be indicated, such as max volume or max number of trades or a monthly drawdown limit. I'm flexible with the layout of this, I'm not very good at GUI design and I'm very open to suggestions on how to display it best. If a limit is reached, it could be shown in red to signify alarm.

Also, if the EAs are paused for news or because a limit was reached, that should also be indicated in the info panel, as well as a timer or indicator for when the EAs will be re-enabled again. "EAs paused for news" or "EAs paused due to limit" could be in red for example to show an alert for why they were suspended, and a timer for when they will be re-enabled.

I would like this developed for both MT4 and MT5 as I will be running it on both. Here is what I envision a structure for the EA might look like with some extra notes/details in parenthesis, though I'm open to suggestions if it makes it easier to code or simpler to use (the attached text file is easier to read):


List of EAs to monitor, separated by comma

Account management

Condition #1

Trigger (dropdown, choose one)

$ amount of floating loss from high water mark of positive equity (tracked as a global variable that can be manually set if the EA is added to a new chart, when the positive equity climbs above this manual number it starts tracking again)

$ amount maximum loss (aggregate loss of both open and closed positions since reset--daily, monthly, etc.)

$ amount in positive equity

$ amount in negative equity

$ amount increase in account balance (includes positive equity)

$ amount decrease in account balance (includes negative equity)

$ amount fixed account balance including equity (can be above or below current account balance for a threshold, both positive or negative equity is added to the account balance as a trigger)

$ amount fixed account balance ignoring equity (can be above or below current account balance for a threshold)

% decrease from high water mark of positive equity

% amount maximum loss (aggregate loss of both open and closed positions since reset--daily, monthly, etc.)

% increase in equity

% decrease in equity

% increase in account balance

% decrease in account balance

Max volume or lot exposure

Max number of trades

Max margin usage (% of account equity)

Amount for above trigger

Actions / Options (multiple options, not a drop down list)

Including pending orders in trigger calculation above? (yes, no)

Include trades of all EAs or just listed ones (some EAs place trades with other numbers) (yes, no)

Include manual trades with magic number of 0 (yes, no)

Suspend EAs (yes, no) (if true, make sure this suspends EAs before closing trades to avoid new trades from opening)

Close pending trades (yes, no) (if no other options below, then all pending trades are closed)

Close negative trades (yes, no) (if no other options below, then all negative trades are closed)

Close positive trades (yes, no) (if no other options below, then all positive trades are closed)

Close biggest negative trade in $ amount until condition no longer exists (yes, no) (requires negative trades = true)

Close biggest positive trade in % amount until condition no longer exists  (yes, no) (requires positive trades = true)

Close positive trade with the greatest floating loss from high water point until condition no longer exists (yes, no) (requires close positive trades = true)

Close largest lot size until condition no longer exists (yes, no) (will only include pending, negative, or positive trades that are enabled above)

Close largest negative lot size only, ignoring positive trades (yes or no)

Close all negative lot sizes before largest positive lot size (yes, no)

Ignore positive trades that have a stop loss above break even (yes, no)

Ignore positive trades that have a take profit (yes, no)

Send alert (yes, no) (uses mobile notifications or email configured on the platform))

Disable autotrading entirely (yes, no)

Close platform (yes, no)

Reset time for EAs and tracking timer (if nothing is enabled in this section, then the timer is set to "always" and the EA would never be re-enabled if it was suspended)

Daily (None, Every day, Sunday, Monday, Tuesday, etc.,) (None is disabled)

Weekly (0, 1, 2, 3, etc. for number of weeks, 0 is disabled)

Monthly (0, 1-31 for day of month, 0 is disabled)

Time (00:00, 03:00, 14:00, etc., blank is disabled)

Specific # of hours (blank is disabled)

Until condition no longer exists (yes, no) (Yes overrides all the above, no is disabled)

Condition #2 (same options as above)

Condition #3 (same options as above)

Condition #4 (same options as above)

Condition #5 (same options as above)

Condition #6 (same options as above)

Condition #7 (same options as above)

Condition #8 (same options as above)

Condition #9 (same options as above)

Condition #10 (same options as above)

News

Source for news: mql5, investing.com, etc.

Type of news (2 bull, 3 bull, etc.)

Restrict to related symbols only (yes, no) [EUR news disables EAs only on EUR related symbols for example)

Date, start/end times, and currency for manual triggers, probably a list of 20 at least?

Minutes before event to suspend trading

Minutes after event to allow trading

Suspend EAs for news (yes, no)

Close all open and pending trades to bring account flat for news (yes or no)

Close all open and pending trades at end of session

Suspend EAs to prevent trading before closing trades (yes, no) (re-enable at session restart if yes)

Buffer time in minutes (15 minutes default before session end for example, to allow time to close open and pending trades)

End of session daily (yes, no) (overnights on weekdays allowed if disabled)

Time of session end (if blank, get market hours from symbol properties)

Time of session restart (if blank, get market hours from symbol properties)

Close on Friday at end of session (yes, no) (close for weekends only in other words)

Time of session end (if blank, get market hours from symbol properties)

Day of session restart (Dropdown list: Sunday, Monday, Tuesday, etc.,)

Time of session restart (if blank, get market hours from symbol properties)

Magic number of this EA


파일:

응답함

1
개발자 1
등급
(5)
프로젝트
7
0%
중재
7
0% / 71%
기한 초과
5
71%
무료
2
개발자 2
등급
(19)
프로젝트
22
77%
중재
1
0% / 100%
기한 초과
13
59%
무료
비슷한 주문
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
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
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
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 need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
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. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3

프로젝트 정보

예산
500+ USD
개발자에게
450 USD
기한
에서 7  14 일