거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

VR Smart Grid Lite MT5 - MetaTrader 5용 expert

조회수:
20141
평가:
(30)
게시됨:
2019.12.24 12:29
업데이트됨:
2020.10.20 17:25
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

VR Smart Grid Lite Advisor is a simplified demo version of VR Smart Grid Advisor. The EA is presented in order to demonstrate a part of the source code, and to demonstrate an example of its work with partial closing of orders by take profit and closing of orders by fractional lot. The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes. As a result, the probability of closing orders or reducing lots in the market increases by several times. Run the EA in the strategy tester in the visualization mode, and you will see how the EA works on the chart. VR Smart Grid Lite Advisor will be useful for both beginners and professionals in trading and programming.

📲 Join the discussion in the group @telegram development news and updates @telegram

VR Smart Grid Lite is a Lite version of the VR Smart Grid EA published in the market, it demonstrates a small part of the source code and a small part of one of the principles of reducing the position of orders against the trend.


Work logic

If the last candle was bullish, the EA will enter the market with a buy order. If the last candle is bearish, then the EA will enter the market with a sell order. In this case, the signal acts not only on the first order in the network, but also on all subsequent ones. This approach eliminates the opening of the network only after a specified distance. It turns out that the EA takes into account not only the distance set by the trader, but also the signal from the candles. In the case of a sharp price movement without a signal from the candles, no trade will be made. It is important to note that if there is a strong movement on the instrument (all candles are bearish), then the trade will be made on a bullish candle.


Recommendations

  • Do not use on real account without a clear understanding of the risks and consequences
  • Integrate your strategy into the code
  • Before using the EA in real conditions, test on demo accounts for at least 4 working weeks.

Advantages

  • EA works on any timeframe
  • EA works with any instruments (Forex, Metalls, Stock, Cryptocurrencies, etc)
  • Simple open source code
  • EA has is able to integrate any trading strategy
  • Detailed description of the code is provided in the video material
  • EA works in the strategy tester, on demo and in real life (observe and take the risks into account)
  • Automatically picks up your orders when you restart.

Settings

  • Take Profit (in pips) - take profit in pips;
  • Start lot - start lot size;
  • Type close orders - Closing orders by total take profit (Average) or Partial closing of orders (Part Close)
  • Point order step (in pips) - step between orders;
  • Minimum profit for close grid (in pips) - minimum profit when closing a series of orders;
  • Magic Number - serial number of orders by which the EA distinguishes its orders;
  • Slippage (in pips) - slippage size.
Version 19.120
Added:
  • Setting that allows you to choose to Close orders by total take profit (Average) or select Partial closing of orders (Part Close) was added
Optimized:
  • Maximum lot limiting setting is optimized. Now to disable the use of the maximum lot limit it is enough to set the value of Maximum Lots to 0

WmiFor 3.5 for MT5 (with DTW engine) WmiFor 3.5 for MT5 (with DTW engine)

This indicator predicts future price movements by searching for similar candle patterns in the rate history.

BPNN MQL Predictor Demo with library BPNN MQL Predictor Demo with library

This is a demo indicator with BPNN neural network library ported from C++ to MQL.

iWPR+ iWPR+

iWPR+ is an iWPR %Range function with a positive value.

stdlib.mq5 stdlib.mq5

converted stdlib library for MQL5 from the MQL4