Top Banner
Creat ion of Custom Indicators When creating a trading strategy a developer often faces the necessity to draw graphically in a security window a certain dependence calculated by a user (programmer). For this purpose MQL4 offers the possibility of creating custom indicators. Custom Indicator is an application program coded in MQL4 it is basically intended for graphical displaying of preliminarily calculated dependences. Custom Indicator Structure Necessity of Buffers !he main principle underlying custom indicators is passing values of indicator arrays to a client terminal (for drawing indicator lines) via e"change buffers. Buffer is a memory area containing numeric values of an indicator array. MQL4 standard implies the possibility of drawing up to eight indicator lines using one custom indicator. #ne indicator array and one buffer are brought into correspondence with each indicator line. $ach buffer has its own inde". !he inde" of the first buffer is %& of the second one ' & and so on& the last one has the inde" . Fig. * shows how the information from a custom indicator is passed via buffers to a client terminal for drawing indicator lines.
20

3. Creation of Custom Indicators - MQ4

Jun 02, 2018

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 1/20

Page 2: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 2/20

Page 3: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 3/20

Page 4: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 4/20

Page 5: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 5/20

Page 6: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 6/20

Page 7: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 7/20

Page 8: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 8/20

Page 9: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 9/20

Page 10: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 10/20

Page 11: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 11/20

Page 12: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 12/20

Page 13: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 13/20

Page 14: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 14/20

Page 15: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 15/20

Page 16: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 16/20

Page 17: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 17/20

Page 18: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 18/20

Page 19: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 19/20

Page 20: 3. Creation of Custom Indicators - MQ4

8/10/2019 3. Creation of Custom Indicators - MQ4

http://slidepdf.com/reader/full/3-creation-of-custom-indicators-mq4 20/20