when scripting, fibo levels are by default yellow. how do i change the color?
RSI Color - Changing color when above/below 50 18 replies
Fibo Fibo Fibo 14 replies
fibo alert indicator - get alerts on fibo levels 4 replies
MT4: Crosshair color independently from foreground color? 2 replies
Upgrade color Bollinger Bands Squzze, 4 color's bar 0 replies
Quoting clam61Dislikedwhen scripting, fibo levels are by default yellow. how do i change the color?Ignored
Quoting aparsaiDislikedAfter drawing the first fibo use the following steps:
- Press Ctrl+B or alternatively in Chart area right click and then select "Object List".
- From the list of objects select "fibo" and then click the Edit botton.
- On "Fibo" dialog box select the "Fibo Levels" tab.
- Change the "Style" color to the desired one.
- Click OK and close the objects list tab.
Ignored
Quoting clam61Dislikedyeah ic an do that, but i was asking "when scripting" i.e. when you create fibo levels via mq4 scriptIgnored
DislikedObjectSet(object name,OBJPROP_LEVELCOLOR,color); Oops, just realized I answered a post that's 3+ years old. Why do people resurrect these posts?Ignored