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

ArrowDrawingIndiEu - MetaTrader 5용 스크립트

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

This indicator is used to create signals for the Binary Com connector. An arrow indicator can be connected to it, and when a signal appears, an arrow will be drawn.


This indicator can be used to connect and transfer data between indicators or from the indicator to the advisor (if the signal is in the indicator buffer, a graphic object will be drawn, in this case OBJ_ARROW)


To work correctly, place the required indicator in the folder with the data, or specify the path to it along with the name.

In the indicator code itself, you can specify for ICustom the input parameters for the indicator. You can also change the buffers for the buy / sell signal and the default buffers values.

Default Value

Buffers Value

Changing the ICustom value (appending the parameters for the indicator)

ICustom

We change the values of buffers, the name of the indicator and the name of the arrows.

Inputs

Permutations and Combinations Permutations and Combinations

A fast library for combinations and permutations in MQL.

Export Summary Grouped by Trading Days Export Summary Grouped by Trading Days

The script exports summary of closed trades grouped by each trading day to .csv file

GbpChf GbpChf

Advisor for trading Gbp/Chf. Algorithm for bar opening prices. Timeframe H1.

Class CRandom Class CRandom

Random number generation using the 32-bit PCG generator.