where info about setindexstyle in Metaeditor Help?

 

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? 

 
Documentation on MQL5: Standard Constants, Enumerations and Structures / Indicator Constants / Drawing Styles
Documentation on MQL5: Standard Constants, Enumerations and Structures / Indicator Constants / Drawing Styles
  • www.mql5.com
Standard Constants, Enumerations and Structures / Indicator Constants / Drawing Styles - Reference on algorithmic/automated trading language for MetaTrader 5
 
thank you! And how can I search for any parameters for all keywords and functions? On that page is no search option, right?
 
samusmus1:
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:

DRAW_ARROW

Drawing arrows

Drawing Styles

DRAW_BARS

Display as a sequence of bars

Drawing Styles

DRAW_CANDLES

Display as a sequence of candlesticks

Drawing Styles

DRAW_COLOR_ARROW

Drawing multicolored arrows

Drawing Styles

DRAW_COLOR_BARS

Multicolored bars

Drawing Styles

DRAW_COLOR_CANDLES

Multicolored candlesticks

Drawing Styles

DRAW_COLOR_HISTOGRAM

Multicolored histogram from the zero line

Drawing Styles

DRAW_COLOR_HISTOGRAM2

Multicolored histogram of the two indicator buffers

Drawing Styles

DRAW_COLOR_LINE

Multicolored line

Drawing Styles

DRAW_COLOR_SECTION

Multicolored section

Drawing Styles

DRAW_COLOR_ZIGZAG

Multicolored ZigZag

Drawing Styles

DRAW_FILLING

Color fill between the two levels

Drawing Styles

DRAW_HISTOGRAM

Histogram from the zero line

Drawing Styles

DRAW_HISTOGRAM2

Histogram of the two indicator buffers

Drawing Styles

DRAW_LINE

Line

Drawing Styles

DRAW_NONE

Not drawn

Drawing Styles

DRAW_SECTION

Section

Drawing Styles

DRAW_ZIGZAG

Style Zigzag allows vertical section on the bar

Drawing Styles

Documentation on MQL5: List of MQL5 Constants
Documentation on MQL5: List of MQL5 Constants
  • www.mql5.com
List of MQL5 Constants - Reference on algorithmic/automated trading language for MetaTrader 5
 

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.

Documentation on MQL5: List of MQL5 Functions
Documentation on MQL5: List of MQL5 Functions
  • www.mql5.com
List of MQL5 Functions - Reference on algorithmic/automated trading language for MetaTrader 5