Need to create a robot for Asia breakout with fixed stop loss and take profit

MQL5 Esperti

Specifiche

Hi, here is the strategy

First thing is At the beginning of the day, I want to be able to enter 3-6 forex pairs which fit my criteria. Example - EurUsd, AudNzd, GbpNzd. Watchlist will change from day to day and cannot be automated so I want the option to tell the robot which pairs it has to take entries.

I also want to mention if the pair is bullish or bearish, If bullish only look for buy, if bearish only sells.

Entry Condition-

Asia High or Low has to be broken. (Asia timings 20:00 - 23:00 NY time)

for a buy scenario - 

a. once Asia Low has been taken out, Buy Limit order at lower VWAP band 3 (+2 pips above). Stop loss is atr value of 1hr (atr settings RMA = 100). for this scenario, if price breaks high, entry should not be taken again at vwap middle.

b. once Asia High has been taken out, Buy limit order at middle Vwap band ( +2 pips above).  Stop loss is atr value of 1hr (atr settings RMA = 100). for this scenario, if price breaks asia low again, entry should not be taken at lower vwap .

for a sell scenario -

a. once Asia High has been taken out, Sell limit order at upper Vwap band ( -2 pips below). Stop loss is atr value of 1hr (atr settings RMA = 100). for this scenario, if price breaks asia low again, entry should not be taken at vwap middle.

a. once Asia Low has to be taken out, Sell Limit order at Middle VWAP band 3 (-2 pips below). Stop loss is atr value of 1hr (atr settings RMA = 100). for this scenario, if price breaks asia high, entry should not be taken at upper band.

Take profit is 3 x stop loss for all scenarios.

If limit order is not triggered by London end ( 6 am NY), cancel pending order.

Please let me know for more details about the strategy


Con risposta

1
Sviluppatore 1
Valutazioni
(146)
Progetti
172
23%
Arbitraggio
7
29% / 43%
In ritardo
4
2%
Caricato
2
Sviluppatore 2
Valutazioni
(4)
Progetti
7
43%
Arbitraggio
1
0% / 0%
In ritardo
1
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(39)
Progetti
50
18%
Arbitraggio
5
40% / 40%
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(76)
Progetti
93
42%
Arbitraggio
4
50% / 50%
In ritardo
2
2%
Gratuito
5
Sviluppatore 5
Valutazioni
(16)
Progetti
24
17%
Arbitraggio
2
0% / 50%
In ritardo
1
4%
Gratuito
6
Sviluppatore 6
Valutazioni
(37)
Progetti
59
27%
Arbitraggio
25
20% / 52%
In ritardo
10
17%
In elaborazione
7
Sviluppatore 7
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
8
Sviluppatore 8
Valutazioni
Progetti
0
0%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
(38)
Progetti
40
25%
Arbitraggio
23
13% / 70%
In ritardo
8
20%
Caricato
10
Sviluppatore 10
Valutazioni
(140)
Progetti
205
80%
Arbitraggio
18
33% / 44%
In ritardo
10
5%
In elaborazione
11
Sviluppatore 11
Valutazioni
(11)
Progetti
13
38%
Arbitraggio
0
In ritardo
2
15%
Gratuito
Ordini simili
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Informazioni sul progetto

Budget
40 - 60 USD
Per lo sviluppatore
36 - 54 USD
Scadenze
da 5 a 7 giorno(i)