Simple Mql4/mt4 Expert Advisor

Greetings,

I’m looking to have a relatively simple MQL4/MT4 expert advisor produced around a relatively simple custom indicator. This custom indicator produces only one of three different signals (green, red, or gray) at any one point. This particular EA must be fully compatible with ECN platforms and am consequently looking for a programmer with significant experience in MT4/ECN functionality.

-> name: ‘SKYNET’
-> ea activation: every tick
-> number of open orders at once: only 1 per pair

entry criteria:
-> if custom indicator bar is green, then buy
-> if custom indicator bar is red, then sell
exit criteria:
-> if green or red bar is immediately proceeded by gray bar, or turns gray mid-bar, then close current position
reversal criteria:
-> if green bar is immediately proceeded by red bar, or turns red mid-bar, with no gray bar in between, then immediately close current long position and open short position
-> if red bar is immediately proceeded by green bar, or turns green mid-bar, with no gray bar in between, then immediately close current short position and open long position

-> % of equity per trade: 5.00% of real-time equity for each trade
-> mini lots: yes; use mini lots (0.1) to get as close to 5.00% of real-time equity as possible per trade
-> take profit, stop loss, and/or trailing stop: none (positions only exited with indicator bar color change)
-> slippage: 4 pips (include unless ECN compatibility compromised with slippage parameter)

ECN compatibility:
-> number of price decimals: has to support 5 (3 for JPY pairs)
-> order execution: has to support ‘market execution’
-> any other necessary ECN compatibility considerations

account stop loss:
-> if account balance drops below 70%, then immediately send email alert with subject and body of ‘account stop loss triggered’ to personal email address, close all trades, and shut off EA
daily % change email:
-> send daily weekday email (M-F) at 2:01pm Pacific Standard Time (Los Angeles time) to personal email address with subject and body of (daily = ‘X.XX%’), where ‘X.XX%’ is change in account equity over the past 1 day/24hrs; if change is negative, then include minus sign (i.e. ‘daily = -1.23%)
-> if the daily % change in total account can’t be computed and sent via email in MT4, then just the current account balance, as subject and body, at that same time (2:01pm, Los Angeles time, M-F) would suffice

If there are any questions/comments/clarifications regarding exactly what I’m looking for, please do not hesitate to contact. Happy bidding…

Leave a Reply

Your email address will not be published. Required fields are marked *