Şartname
Fail to return (FTR) strategy. We want to use multi timeframes and fvg to determine exit levels on H4. Essentially we want to create CHOCH and BOS levels and trade based on these on multi timeframes (MTF). Trade 1 position at a time. The code & input/variables required are:
1.lotsize - default 0.01
2.magicnumber- this might be required to do the auto close below.
3.exit choice field = 1. manual = shows TP and SL points that i can enter or 2. automatic = calculates levels automatically using H4 TF.
4.choice fields (returns either uptrend or downtrend) to determine if M1,M5,M15,H1 (all these will be variables) via CHOCH = So need code to determine CHOCH of each TF and it returns the direction - this needs to be coded well so that it can calculate the trend higher high/higher low, lower low, higher low etc. I would like this to be visible in the EA / back test preferably a dot above the candle of the higher high's being blue and the lower lows red to show the trend going up/down - see attached pic (think its green).
5.A function to calculate H4 FVG - i want this to show a long candle and calculate the FVG where it will be used for exit above for option automatic. The SL will be based on recent high/low and add 20 points and the TP level will be the 50% of the FVG candle (in the middle) from the FVG less 20 points (so that it triggers sooner).
6. Need a function to calculate BOS (break of structure) this will be used for H1 and i want it to calculate accurately the levels. I would like for this to show on the EA/back test the bos line which can be bold and red so that i can see that it is a correct bos. - see attached pic (think its orange and red colour).
Using the above, the trade conditions will be when H4 FVG is within 1000 points (either side), the H1 needs to show a BOS going into that direction (breaking a major support line towards the H4 FVG), then checks to see if M1,M5 and M15 CHOCH returns uptrend/downtrend (so if we are looking to short current position into the H4 FVG then all 3 need to be downtrend) into that position then it opens the position on the next candle if it closes past the bos (after the bos breach to check if it closes past the breach). HOWEVER, say if BOS breaches in H1 chart and 1 of the 3 timeframes do not show immediately the same trend direction (say M1 switched to uptrend instead of downtrend, then we need to wait for it to go downtrend) then we wait until the new H1 candle (that we are meant to open the position for) closes (so have a hour to open trade to make all 3 timeframes align with the same trend direction) and open the position if all 3 TF aligns and returned at some stage the same direction (with the trend direction of the FVG) otherwise we reset and starts again. SO, we are looking to trade into the direction where the H4 FVG is, there may be 1 above and 1 below current price candle then we look to see which aligns first.
Important part is to show the CHOCH / BOS levels in the chart *i will look to reuse this afterwards potentially.
We also want to close position automatically if the M1,M5,M15 and H1 CHOCH shows the opposite direction to our trade (so they all say uptrend when we are in a short position).
Trades both long and short but opens 1 position at a time. I'd like to reuse the code after to structure other things so if you can leave comments and make it clear as possible please.
Yanıtlandı
1
Derecelendirme
Projeler
46
24%
Arabuluculuk
34
9%
/
85%
Süresi dolmuş
10
22%
Serbest
2
Derecelendirme
Projeler
202
48%
Arabuluculuk
5
20%
/
60%
Süresi dolmuş
2
1%
Serbest
3
Derecelendirme
Projeler
31
32%
Arabuluculuk
8
50%
/
25%
Süresi dolmuş
3
10%
Çalışıyor
Benzer siparişler
The indicator should look for specific conditions in the market based on kijun sen, tenkan sen and kumo values, where kijun sen, tenkan sen, kumo a and b close values are equal to previous close vakues
Simple bot for opening range
30+ USD
I need a simple bot for opening range. Simple Entry / Exit rules, to be able to customize the timeframe, time zone (entry candle) and other normal settings like size, etc
Nyctrad1
30+ USD
Free link free land free land free land free land free free land free land free things free land free land free land free land free land free land free land free Finch I will do it
ChanceFX A+ Smart Money Indicat
40+ USD
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Professional AI Automation Trading Bot for Forex & Crypto
500 - 1500 USD
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
Gold Trading autotrading robot
30 - 50 USD
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
The striker robot
30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
Need simple EA for XAU/USD
30+ USD
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
Proje bilgisi
Bütçe
50 - 80 USD
Son teslim tarihi
to 10 gün