
- www.mql5.com
Please see https://www.mql5.com/en/docs/constants/indicatorconstants/drawstyles#enum_line_style
thank you! And how can I search for any parameters for all keywords and functions? On that page is no search option, right?
Just follow the links provided in line in the actual documentation.
Usually there are hyper links in between the text, and also at the bottom of each page linking to related information.
For example here you can find the full list of constants: https://www.mql5.com/en/docs/constant_indices
If you scroll down you can find the available drawing styles:
Drawing arrows |
||
Display as a sequence of bars |
||
Display as a sequence of candlesticks |
||
Drawing multicolored arrows |
||
Multicolored bars |
||
Multicolored candlesticks |
||
Multicolored histogram from the zero line |
||
Multicolored histogram of the two indicator buffers |
||
Multicolored line |
||
Multicolored section |
||
Multicolored ZigZag |
||
Color fill between the two levels |
||
Histogram from the zero line |
||
Histogram of the two indicator buffers |
||
Line |
||
Not drawn |
||
Section |
||
Style Zigzag allows vertical section on the bar |

- www.mql5.com
And here is a list of all available standard functions:
https://www.mql5.com/en/docs/function_indices
These exclude of course the ones of your own making.

- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I'm new in MQL4 and metaeditor. Where can I find all the parameters for keywords/functions/etc, for example setindexstyle ?
In Metaeditor, I pressed F1 to start the Help window, and in the search bar I typed setindexstyle, but it says it can't find it. Also, in the www.mql4.com books and documentation pages is no search button.
So where do I look?