Trabalho concluído
Tempo de execução 8 dias
Comentário do cliente
Very good developer. Made sure it was working and fixed any issues quickly
Comentário do desenvolvedor
Perfect. Good job. Recommended customer.
Termos de Referência
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.
Respondido
1
Classificação
Projetos
477
69%
Arbitragem
6
67%
/
0%
Expirado
2
0%
Livre
2
Classificação
Projetos
91
13%
Arbitragem
34
26%
/
59%
Expirado
37
41%
Livre
3
Classificação
Projetos
35
23%
Arbitragem
4
0%
/
50%
Expirado
2
6%
Trabalhando
4
Classificação
Projetos
475
40%
Arbitragem
105
40%
/
24%
Expirado
80
17%
Ocupado
Publicou: 2 códigos
5
Classificação
Projetos
1
0%
Arbitragem
2
0%
/
100%
Expirado
0
Trabalhando
Pedidos semelhantes
BREAKOUT JP
32+ USD
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
Adding changes to MT5 EA
50+ USD
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Modify existing EA
50+ USD
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
requirements needed MT5 Must have 4 adjustable tradeable time slots per day Example: trade from 2:50 to 6:00 trade from 7:55 to 9:45 trade from 12:55 to 17:00 trade from 19:15 to 23:30 Tradeable 1M and 5M charts open a buy trade when the candle touches the previous candle high or open a sell trade when the candle touches the previous candles low. (I believe it would
A robot
30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version Hello, I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update. What I Want: Multi-Strategy System with SMC Features I want the EA to support three different trading strategies that I can switch
Bonjour j’ai besoin d’un expert capable de me creer un robot de trading lié à un canal télégramme qui sera en mesure de détecter les signaux dans un canal télégramme et les exécuter sur mon compte de trading
Ea modifications news based
30+ USD
I have any currently perfectly fine but I want to add news filter as per as moderate like if hires chlorisk high risk low risk or moderate risk so I need to develop her which can work on budget friendly job. Budget fixed 30 usd
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
Informações sobre o projeto
Orçamento
30 - 50 USD
Prazo
para 5 dias