Job for a developer who has completed 2789 jobs

Lavoro terminato

Tempo di esecuzione 9 giorni
Feedback del cliente
Everything done as I asked. resolved all issues. very helpful.
Feedback del dipendente
Good employer! Thank you :)

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
(2346)
Progetti
2951
63%
Arbitraggio
125
44% / 26%
In ritardo
429
15%
Gratuito
2
Sviluppatore 2
Valutazioni
(16)
Progetti
35
23%
Arbitraggio
4
0% / 50%
In ritardo
2
6%
In elaborazione
3
Sviluppatore 3
Valutazioni
(10)
Progetti
14
43%
Arbitraggio
0
In ritardo
3
21%
Gratuito
4
Sviluppatore 4
Valutazioni
(1)
Progetti
2
50%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Looking to acquire an existing, proven EA. Not looking for new strategy development. REQUIREMENTS — non-negotiable: Minimum 12 months verified LIVE history (Myfxbook or MQL5 Signals, real money — not demo, not backtest) Hard stop loss on EVERY trade, set at order placement NO martingale, NO grid, NO averaging into losers, NO lot multiplication after a loss Max historical drawdown under 30% Minimum 5 trades per
Platform: TradingView Programming Language: Pine Script v6 Type: Custom Indicator Project Name: Scalping Reaction Zones + Valid Order Blocks MAIN GOAL I need a custom TradingView indicator for scalping. The indicator must detect: 1. Reaction / Explosion Zones 2. Valid Order Blocks 3. Combined Reaction Zone + Order Block zones The indicator should NOT generate: Buy signals Sell signals TP SL Entry signals Trading
Hello, I trade on HFM MT5. Need SCALPING EA for scalping, budget $30. SYMBOLS: XAUUSD (GOLD), US30, NAS100, GER40, EURUSD TIMEFRAME: M1 and M5 PLATFORM: MT5, must work on HFM VPS STRATEGY: - EMA 9 crosses EMA 21 - RSI 14: BUY only if RSI >45, SELL only if RSI <55 - Bollinger Bands: Only trade when price returns inside BB after breakout - 1 trade at a time per symbol - SL: 150 points Gold / 100 points indices (must be
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Subject: Custom MT5 Multi-Currency EA Request - Multi-Timeframe Strategy with Trailing Stop Hi, I am looking for a developer to create a custom Expert Advisor (EA) for MetaTrader 5 (MT5) . The EA must be optimized for multi-currency testing and trading , allowing me to run it across multiple currency pairs simultaneously. The trading logic should be based on a multi-timeframe approach using the following indicators

Informazioni sul progetto

Budget
250+ USD