İş tamamlandı
Tamamlanma süresi: 8 gün
Müşteri tarafından geri bildirim
Very good developer. Made sure it was working and fixed any issues quickly
Geliştirici tarafından geri bildirim
Perfect. Good job. Recommended customer.
İş Gereklilikleri
Create an EA to take trades based on 90 min cycle break outs and fvg entries
Reference. this indicator to understand time cycles
Find the requirements in the attached text document
Reference. this indicator to understand time cycles
Find the requirements in the attached text document
Fvg trader 90/30/10 min min cycle breakout reverse trader
EA Can trade crypto indices cfds stocks and whatever is in mt5
EA Divides price into 90 min , 30 min or 10 min cycles
The first minute is the beginning of the price range
The last minute before a new cycle is the end of the price range
The high and low for that time cycle is formed within that time range
From 1-89 minutes range high and low to. 90 min cycle
From 1-29 minutes range the high and low to. 30 min cycle
From 1-9 minutes range the high and low to. 10 min cycle
All time should be in New York time
90/30/10 min cycles start from 1.00 am and end at 4pm New York time
Except For crypto cycles which start 1.00 am continue the whole day
Examples non crypto
1-2.30 am
2.30-3.00am and so on til 4pm New York time
Execution windows are different from 90/30/10 cycles
Execution windows are used for entries when the buy/sell criteria is met.
Execution windows can be toggled on or off based on configuration They are the following 30. min windows
2.45-3.15
3.45-4.15
7.45-8.15
8.45-9.15
9.45-10.15
10.45-11.15
11.45-12.15
12.45-13.15
13.45-14.15
14.45-15.15
For crypto execution windows are the whole day ie 24 hours every hour 45 mins to the hour to 15 mins after the hour
E.g 0045-0015, 0145-0215 etc
Entry criteria For sells
1. The logic targets a reversal of price whenever price breaks out above or below the previous cycle high or low
2. If price breaks out above the previous cycle high using the 1 minute time frame, EA starts looking for a reversal
3. Price must not just wick the low/or high, the candle body must close above/low the low or high to be considered a break out below or above the previous 90/30/10 min cycle
4. After a break out look for a reversal.
5. To find a fvg/fair value gap where the reversal trade will be taking, count back 10 candles from current price to find the nearest bullish fvg used as the reference fvg for a reversal entry
6. If price creates a new fvg closer to current price after the breakout we use the newest created fvg as our new reference fvg for reversal entry
7. We wait for price to body close bearish below the low of the reference bullish fvg within our 30 min execution window
8. On close of body below low of reference bullish fvg open a sell order with stop loss at the highest high above the current price
9. If Execution time window is toggled on, The reversal signal must happen within the execution window to enter the trade.
10. The reversal signal meaning both things must occur, break out and bullish fvg over ridden by bearish candle with body close within the execution window
11. If Execution time window is off then the reversal signal must happen with 30 mins of the break out for 90 min cycles. 10 mins for 30 min cycles and 5 mins for 10 min cycles
12. Stop placed at high of execution window or high above/below the entry price
13. Automatic take profit to close the trade dynamically is the low of the previous cycle or the low of the current cycle depending on which one is further away.
14. Auto Take profit can be configured to be on or off
15. EA can only take one trade at a time, cannot be in multiple trades. It only opens a new trade after current trade is closed
16. EA can take bullish trades only, bearish trades only or Both bullish and bearish
17. EA can use Trailing stop using ATR for TP
18. Execution time window is only applicable for 90 min and 30 min cycles not 10 min cycles
18. Execution time window is only applicable for 90 min and 30 min cycles not 10 min cycles
19. Vice versa for buys
Configure start and end time when a trade can be taken for every week day including Saturday and Sunday for crypto. Input times should be in New York time.
Configure price level, typed in, that must be reached before EA starts looking for trades. If value is 0 then it will ignore this config
Configure window to be either 10 min window, 30 min window or 90 min window, with 90 min window being the default
Configure max trades to take for the day
Configure take profit by rr
Configure max losing trades to stop taking new trades
Configure percentage of account per trade
Configure break even with commission and spread included
Configure panel off and panel on
Configure bullish trades only, bearish trades only or Both bullish and bearish
Configure to use crypto execution time window, non crypto execution time window or just completely switch off execution time window
Configure stop loss buffer which adds extra points/pips to stop loss
All configurations should be drop downs if possible
Create panel
Panel showing the number of trades taken
Wins losses profit/loss amount loss with negative symbol
Profit loss percent of account
Account balance start of day
Account balance end of day
Bottom right corner
Panel can be configured to be on chart or off
Find some pics of different scenarios for entries attached.
Yanıtlandı
1
Derecelendirme
Projeler
477
69%
Arabuluculuk
6
67%
/
0%
Süresi dolmuş
2
0%
Serbest
2
Derecelendirme
Projeler
91
13%
Arabuluculuk
34
26%
/
59%
Süresi dolmuş
37
41%
Serbest
3
Derecelendirme
Projeler
35
23%
Arabuluculuk
4
0%
/
50%
Süresi dolmuş
2
6%
Çalışıyor
4
Derecelendirme
Projeler
473
40%
Arabuluculuk
103
41%
/
23%
Süresi dolmuş
78
16%
Meşgul
Yayınlandı: 2 kod
5
Derecelendirme
Projeler
1
0%
Arabuluculuk
2
0%
/
100%
Süresi dolmuş
0
Çalışıyor
Benzer siparişler
MosesRobot
100+ USD
"I am looking for an expert developer to build a custom Forex Expert Advisor based on my specific strategy. Requirements: Full Source Code (.mq5) must be delivered. I retain 100% Intellectual Property and ownership of the bot. Must include a Risk Management module (Fixed Lot or % of balance). Must include a Trailing Stop and Break-even feature. Bot must be compatible with the MT5 Strategy Tester for 99% quality
I am searching for a fully developed and already profitable Expert Advisor focused on XAUUSD scalping. I am not looking for a custom build or experimental system. The EA must already be trading successfully on a real live account. What I am looking for: • At least 6 months of verified live results • Daily drawdown controlled within 10% • Around 13% or more average monthly return • Clean risk management approach with
// @version= 5 indicator ( "Gold Plus" , overlay = true , max_labels_count = 500 ) // ===== COLORS ===== buyColor = #00ff00 sellColor = #ff0000 smartBuy = #0099ff smartSell = #ff9900 // ===== INPUTS ===== sigsensiviti = input.float ( 2.5 , "Sensitivity" , group = "Main Settings" ) signaltype = input.string ( "All Signals" , "Signals" , [ "All Signals" , "Smart Signals" ] , group = "Main Settings" ) factor = 11
I need a custom MT5 trade copier that can copy trades from one master account to 10 slave accounts in real time. Some slave accounts may share the same broker, while others will be on different brokers. Requirements: Copy all trades from the master account to slave accounts: Entries Stop Loss (SL) Take Profit (TP) Trade modifications Trade closing Handle multiple currency pairs simultaneously. Risk management: Option
Profitable XAUUSD Scalping EA
30+ USD
I am searching for a fully developed and already profitable Expert Advisor focused on XAUUSD scalping. I am not looking for a custom build or experimental system. The EA must already be trading successfully on a real live account. What I am looking for: • At least 6 months of verified live results • Daily drawdown controlled within 10% • Around 13% or more average monthly return • Clean risk management approach with
Modification of EA and Addition of New Trade Logic and Features Currently, the EA is opening trades correctly but in addition, there are times when it is opening the trades wrongly. The EA is based on an indicator (only the .ex5 file is available). A new trigger logic also needs to be added, along with new closing conditions. This project must NOT use any DLL and must be submitted in 1 day (max 2 days) The EA will be
Wayne Butts
100 - 800 USD
I need a great trading robot that can analyze the market for me and make precise and accurate trades and close them at capital gains. I need the robot to not lose below a certain amount and shit down when the goal for the day month quarter or year has been met
Looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, with at least 6 months of history performance I’m open to reviewing it immediately. Please apply only if you meet all the requirements below
I am in need of a buy stop sell stop EA that is developed already and profitable in live market for SCALPING XAUUSD. Note: Profitable in LIVE MARKET. It should have god risk management and low drawdown. If you have one developed, pls reply. The developer will need to send a demo so I can test myself
Automated trading system
150 - 250 USD
Anyone I need my own bot with my own licenses keys I will pay up please the bot must make good profit and I will pay up good money just hope it helps me
Proje bilgisi
Bütçe
30 - 50 USD
Son teslim tarihi
to 5 gün