Session Breakout for MT5

MQL5 专家

工作已完成

执行时间21 天
员工反馈
Excellent customer

指定


Graphical requirements: 

  • Buttons
    • Allow live trade
    • Allow Alerts (Phone notification, terminal alert, blink the chart(green for buy red for sell))
  • Plot SMA200
  • Plot box size in pips, example in images
  • Plot box centered around SMA 200,8 high -EMA8 low, example in image. box will be green if RSI is above RSI HIGH value, red if Below RSI LOW value white if in between.
     sma200h = MA200 + ProximityThreshold * (ema8_hi - ema8_lo);    // upper bound of vUpperirtual channel
     sma200l = MA200 - ProximityThreshold * (ema8_hi - ema8_lo);    // lower bound of virtual channel

needs to work with metals

Inputs :

  1. Min range: min box size, default 10pip
  2. Max range:max box size, default 50pip
  3. RSI High: RSI value to allow longs
  4. RSI Low : RSI value to allow shorts
  5. RSI TF1: RSI Time frame 
  6. RSI TF2:  RSI Time frame
  7. RSI TF3 : RSI Time frame
  8. ProximityThreashold =1.5
  9. RR: Defaul value 1.25, Risk/Reward
  10. BE Pct: % of TP reached for break even to be set to +1pip
  11. TS1: trailing stop level
  12. TS2: trailing stop level
  13. TS3: trailing stop level
  14. Start time: 00:00 GMT
  15. End time: 10:00GMT
  16. Days back: how many days back to plot the box
  17. Price type: bid or ask
  18. lot size
  19. Trade start: time allowed to start trading  default 10:00 GMT
  20. Trade end: Default 16:00 GMT
  21. Day of week filter

Requirements:

  • Need to create breakout boundaries, set start time and end time to find High and low of the session
  • Buy level= session High +( price high-price low )* Pct out of box(input)  
  • Sell level = session Low - ( price high-price low )* Pct out of box(input)  
  • Set Buy level = RR* (High-low) of the session 
  • RSI formula is l ((RSI 12 +RSI 2)TF1 + (RSI 12+RSI 2)TF2 + (RSI 12+RSI 2)TF3 )/6
  • Trailing stops is 20/5, 30/10,50/20,70/30,80/40,90/50,100/72: when  profit is 20pips; SL move to +5pips, if profit is 30pips; Sl moves to +10
  • Buy TP =High+(box size * RR)
  • Buy SL = Sell level
  • Opposite for Sell
  • Orders will be market orders, if Price type(ask/bid) cross over buy limit and RSI value > RSI High  execute buy order 
  • One trade a day per instrument in each direction
  • if price cross box limit while RSI is not at correct value, it should not take a trade while moving back to the box. buy on Bull bar, shorts on Bear bar
  • If price already crossed the the box limit but RSI value condition was not met, it should take a trade
  • If yesterdays position closed today, do not open a new trade today
  • Box high/low values reset at end of date











反馈

1
开发者 1
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
2
开发者 2
等级
(199)
项目
287
52%
仲裁
0
逾期
1
0%
空闲
3
开发者 3
等级
(65)
项目
71
30%
仲裁
8
0% / 88%
逾期
5
7%
空闲
4
开发者 4
等级
(158)
项目
175
43%
仲裁
6
0% / 67%
逾期
8
5%
空闲
5
开发者 5
等级
(261)
项目
425
38%
仲裁
86
44% / 19%
逾期
71
17%
已载入
相似订单
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are

项目信息

预算
100+ USD
开发人员
90 USD