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

Bar Prediction - MetaTrader 5용 스크립트

조회수:
10779
평가:
(37)
게시됨:
2022.08.18 11:40
업데이트됨:
2022.09.06 18:30
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Nasdaq 100 Daily Nasdaq 100 M1

Example:

Run the script on Daily timeframe, see the results on D1 & M1.


Comment:
The script was not originally written to calculate support and resistance lines.
But it seems, it could be used for this purpose as well.

Inputs:

Prediction_Bar >= -1 : 0 means current bar, -1 the next bar, +1 the first previous bar and so on.

Win > 0 : Length of comparison window for stream similarity.

Num > 0 : Number of illustrated bars.


Note:

Aqua: The best match stream (shifted).

DarkOrange: Bar close.

Lime: Predicted bar.

Red: Bar high.

Blue; Bar low.

Yellow: Predicted area.

Bar text: Similarity error.








All Pivot Points MT5 All Pivot Points MT5

An indicator for drawing all important Pivot Points including: "Classic", "Camarilla", "Woodie", "Floor", "Fibonacci", "Fibonacci_Retracement".

Simple Order Panel Simple Order Panel

Source code of simple order panel

TradePlotter TradePlotter

Show trade history

Equity Trailing EA MT5 Equity Trailing EA MT5

This EA started off as a job to trail equity. I then added the function of managing individual trades. Thereafter I added the facility of manually putting the price of when it can send a grid of pending order's. This EA does not have condition set in it to open trades. You have to determine that if market moves to an area you believe you would open a grid of orders if you were by your computer watching the market. No what this EA helps is you wake up in the morning you see the area you a grid to open. PUT THE PRICE FOR THE EA TO OPEN A GRID OF PENDING ORDERS. If the market reaches the area price you have set. The EA will send the grid and will manage those trades putting Stop Loss (if you set it) trailing(if you set it). Today 13 Sep 2022 the EA generates has NO ERROR when compiled