Line properties in input windows
-
Hi I want to change color, line type and line weight for line in input window
How can do that
Which data type requires for this purpose? -
What do toy exactly mean by 'in input window'? Do you mean you want to do it through the EA itself or manually?
-
I creat a Ea that set horizontal and vertical line
I want to change line properties in expert adviser properties windows on mt4 -
@l-andorrà
I creat an EA that set horizontal and vertical line .
I want to change line properties(color, type....) in expert adviser properties windows on mt4 -
type = color
name = what you want
value = clrBlack or the colour you want, this will give you a drop down box with all colour choices in inputs -
@jstap
Tnx alot
It is working
what is data type for line type ?(dash, solid , ....) -
This page will give lots of information: https://docs.mql4.com/constants/indicatorconstants/drawstyles
It tells you what to use in the block:
-
@jstap
Tnx alot
My problem solved