Job for a developer who has completed 2789 jobs

Auftrag beendet

Ausführungszeit 9 Tage
Bewertung des Kunden
Everything done as I asked. resolved all issues. very helpful.
Bewertung des Entwicklers
Good employer! Thank you :)

Spezifikation

starting from 00:00 candle (00:00-00:59). Check if bullish (close > open) or bearish (close < open). If Strategy rules

Requirements

  • Mt5

  • All currency pairs

  • H1 timeframe for bias and support/resistance levels

  • M5 timeframe for entry model (fvg)

  • Adjustable risk amount and risk-reward ratio (currently risk 1% , 1:2 ratio)

  • 01:00 am - 11:00 am NY time. Easy to adjust if i want to change in future

  • Backtestable on strategy tester

  • 8 days


  1.  Bias


Check the previous H1 candle open = close then skip and move to the next H1 candle.


The trade window is for the 1h after the bias candle (previous H1 candle).

Example: if the current hour is 04:00 we can only enter a trade from 04:00-05:00. Once the trade window is over then we start again; check H1 candle, in this case 04:00 candle. If bullish then we only take buys from 05:00-06:00  



 If it's bullish then for the current hour window we will only take buys. If the previous H1 candle is bearish then for the current hour window we will only take sells. Example:  the time is currently 07:00. We go to the H1 candle and check the 06:00 H1 candle. If bearish then we will only take sells from 07:00-08:00. If bullish then only buys from 07:00-08:00



  1.  Key levels

Use open price and high/ low price from the previous H1 candle as support lines. 


Bullish scenario: open price and low as support



Bearish scenario: open price and High as resistance





Use Previous H1 candle (the same you use to get the bias) to get support lines.

So for example, if it is currently 09:34, the support levels would have been from 08:00 H1 candle.

  1.  Touch confirmation


Price must touch the support levels drawn out from the previous candle during the current hour trade window. Only then can we wait for the entry model. Keep in mind that price must close above support and below resistance otherwise the trade is invalid. This can happen before or after the entry model.


 Example 1: current hour starts, price comes down to touch support, taps it by a pip and then has the entry model above it. Trade would be valid. 


Example 2: current hour starts, price comes down to touch support, goes even lower, the entry model forms below support line, then before the trade window closes, an M5 candle closes above the support line. Trade is valid. Specifically an M5 candle since that is the time frame for the entry model which we will get into next


Example 3: current hour starts, price comes to touch support, goes even lower, entry model forms, and then the trade window closes whilst price is still below the support line. Trade is INVALID. 





  1.  Fvg confirmation


The entry model. A simple fair-value gap. An imbalance. A 3 candle formation that has a gap in the middle. Hopefully you already know how to code this as it is vital. The gap just has to be more than 0. It can be 0.1 pip, 10 pips. As long as all the other rules are followed then you can take any sized gap.



Only bullish fvg for bullish bias. Only bearish fvg for bearish bias.

How it all plays out: You wait for the current hour to open. Then check the H1 candle for previous candle bias. In this example it is bearish. So we note the high and the open as resistance levels. If current price touches a support level within the trade window we then wait for a bearish fvg. If after the close of the fvg the price is already below the support level we touched, then take a sell at market.  If the fvg closes and it is still above the resistance level we touched, then wait for an m5 candle to close below the level. 


Important: if the open price level was touched then we need to close below the open price before a trade. If both the open and high was touched (which will happen whenever the high is touched, then we need a close below just the high.  So if the open price is touched and there is a bearish fvg that closes below the high price it is invalid and the high was not touched. There needs to be an m5 candle close below the open price in that scenario.



Only one trade per window


Entry only within the window, exit is only breakeven, stop loss or take profit. Can take as long as it wants.







Trade Management


The stoploss will be the lowest point of the current hour at the time of entry.


The take profit is a 1:2 rr so double whatever the stoploss is.



Break-even Rule


After entry, if price crosses the high (for buy) or low (for sell) of the previous H1 candle, move SL to breakeven.


if at entry point, price is already above the previous H1 candle high/low then no trade to be taken


Important: if BEFORE the support line is touched, the high/ low of the previous candle is breached, then count that as the high/low needed to be broken for the breakeven rule to set in, so that would be the current candles high/low. In other words if the current H1 candles high is higher than the previous H1 candles high then use the current candles high (the highest of the two) same for the low 



Other than that the trades go to stop loss or take profit. No manual trading



Extremely Important: Needs to work well for backtesting.


Bewerbungen

1
Entwickler 1
Bewertung
(2309)
Projekte
2905
63%
Schlichtung
122
44% / 25%
Frist nicht eingehalten
429
15%
Arbeitet
2
Entwickler 2
Bewertung
(16)
Projekte
35
23%
Schlichtung
4
0% / 50%
Frist nicht eingehalten
2
6%
Arbeitet
3
Entwickler 3
Bewertung
(10)
Projekte
14
43%
Schlichtung
0
Frist nicht eingehalten
3
21%
Frei
4
Entwickler 4
Bewertung
(1)
Projekte
2
50%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I am offering a ready-to-use trading system that connects MetaTrader 4 signals with automated trading on Polymarket. The system is already fully developed and working. What the system does: The bot copies signals from a custom MT4 indicator and executes trades automatically on Polymarket prediction markets. How it works: A custom MT4 indicator generates BUY or SELL signals using buffers. When a signal appears, it is
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type

Projektdetails

Budget
250+ USD