Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

ArrowDrawingIndiEu - script for MetaTrader 5

Views:
8104
Rating:
(25)
Published:
2019.06.05 12:26
Updated:
2019.06.05 12:28
ValueOfBuffers.png (19.75 KB)
ICustom.png (8.67 KB)
Input.png (8.92 KB)
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.