Disliked{quote} i think its a really good indicator and i wish it woold be possible to change on this one the level colors and style and numbers, what i wand to do is highlight the levels for exemple, 32 level in green, 50 level in white and 68 in red like in the tdi mtf that i use, i scalp on 1m so i need to see the information fast. {image} {file}Ignored
It is not possible to code the individual levels in different colors, styles & thickness - this is because the MT4 code (MQL4) limits the code to allocating only a single color, style & thickness to ALL levels.
It is possible only to set the individual level values - the following code explains why the above
Inserted Code
SetLevelValue( 0, L2 ); SetLevelValue( 1, L1 ); SetLevelValue( 2, L3 ); SetLevelStyle( LS, LT, LC);
I have not looked at other submitted edits - however, the below edit affords execution of the above from the Inputs Tab - The [Load] & [Save] buttons can be used to Save & Load user preferences.
Attached File(s)
TSLA: 30-Dec-22 123.18 // 16-Jun-23 260.54 **111.51%**
1