Hi All,
I want to create an Expert Advisor that will be based on specific timing to activate bids and also use positions for the period to take bids.
The timing for the bids will have variables as bi-daily, daily, weekly, or monthly. A bi-daily means EA will activate twice daily, at the AM period and the PM period using specific time. A daily means EA will activate everyday after considering prices from the time the market opens to the time specified. Eg if the time specified is 2am, the EA will consider all prices from the time of session opening to 2am to consider Highest and Lowest range of prices before any action can be taken. It will also use this time for the trades only.
After identifying the highest and lowest prices at the specified time, the EA will then consider a risk level using the Highest price and lowest price at the time specified to calculate additional bid positions. Eg Highest price will be used to plan a SELL opportunity (after considering/ deducting the risk in prices) and Lowest Price will be used to plan a BUY opportunity after adding the risk in prices to it.
After every bid is activated, it will then have a risk-to-reward condition that allows it to close any activated trades, especially if it has previously closed in loss. So the trades will have 4 positions based on the time of activation set for the market. HIGHEST PRICE, SELL PRICE, BUY PRICE and LOWEST PRICE. Highest price will become a BUY HIGH position and Lowest price will become a SELL LOW position. So we will have 2 BUY opportunities and 2 SELL opportunities as follows BUY HIGH PRICE, SELL PRICE, BUY PRICE and SELL LOW PRICE. Each of the positions will then activate using the risk to reward condition or TP/SL condition for every bid activated at the prices.
All prices and setting figures will be in real-time prices instead of pips. The lot sizes will also change by a multiplier factor after a certain time of first bid on the direction. If it takes a Buy at 3:00 for example and the multiplier timer is 1 hour, then if market reverses after 1 hour and takes a new BUY at the same price, it will apply the multiplier for the new bid.
Any closed bid in loss will be retaken again if market reverses back to the activated price within the timeframe specified and will also apply the multiplier to the new bid.
The market strategy is to trade towards a final direction of the market after locking the prices at the beginning of the setting time. Trades should only activate at the market price and direction only. So BUY when market direction is going UPWARDS and SELL when market direction is falling DOWNWARDS.
Time of reaching the extreme positions should be displayed on the screen
Prices and decisions should be shown on the screen as well as timing of first bid of the position.
I need an immediately available programmer to work on this.
I will need up to 12 to 20 weeks to evaluate the EA and any revisions during that period will still be on the programmer as long as it is in scope of the project description.
Programmer will also submit the code after completion.
VARIABLES SETTING
TP and SL actual price
TP and SL in Ratio
Time record of BUY and SELL position activated
BUY and SELL prices when established
相似订单
Create a fully automated MetaTrader 5 (MT5) Expert Advisor (EA) in MQL5 based on the following exact trading strategy. STRATEGY NAME: Previous Day High/Low Daily Breakout Strategy INSTRUMENTS: 1. XAUUSD — fixed lot size: 0.01 2. EURUSD — fixed lot size: 0.10 TIMEZONE: All strategy times must be calculated in Indian Standard Time (IST / UTC+5:30). The broker's server time may be different, so the EA must correctly
OVERVIEW: I am looking for an experienced MQL developer to build a proprietary Expert Advisor (EA) specifically optimized to PASS evaluation challenges on modern prop firms (specifically targeting The 5%ers execution rules). The EA must rely on momentum and volume expansions, completely avoiding toxic strategies such as Grid, Martingale, or averaging down. Every trade must protect the account's daily drawdown
Hello here, I need someone who can work on pinescript and also with Renko charts. My entries for my strategy would be based on stop orders Kindly let me know if you can work on this for me and i will send necessary file and quote in the chat
Trade XAUUSD only Support MT5 Use Buy Stop and Sell Stop pending orders around a configurable breakout range. When the market breaks the range, activate the corresponding trade. Automatically place Stop Loss and Take Profit immediately with every order. Automatically cancel the opposite pending order after one side is triggered. No Martingale No Grid No averaging down No loss recovery system No unlimited position
Hey guys, I’ve got an MT4 HFT EA that’s showing strong results on an IC Markets demo account, and I'm looking to move it over to MT5. Does anyone have a solid MT5 version that performs well on IC Markets? Having the source code (MQL5) included would be awesome. Thanks for any leads
Hello! I want to automatically trade on Sierra Charts (IronBeam Brokerage). NQ ($20 per "handle") or MNQ ($2 per point or handle) - futures Broker: IronBeam mostly for the low capital requirement for futures Chart: Sierra Charts I almost exclusively trade a 5-20 bracket with 2 contracts (first contract closes at a +5 and second bracket closes at a +20.) When the +5 is reached, I move my stop from -15 to BE
Let’s use Chart M3. Stochastic 8,3,3. 85/15 trigger for sell stochastic >85, and the reversal move need to engulf the last bar for 1 point. SL over the engulfed bar. Same trigger for buys… Stochastic <15, engulfed bar by 1 point = entrance. SL under the engulfed bar… more details as soon we start to work on it
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double