당사 팬 페이지에 가입하십시오
- 조회수:
- 8801
- 평가:
- 게시됨:
- 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.
Changing the ICustom value (appending the parameters for the indicator)
We change the values of buffers, the name of the indicator and the name of the arrows.

A fast library for combinations and permutations in MQL.

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

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

Random number generation using the 32-bit PCG generator.