Level2 Indicator
As a day trader, try to act as the most important market maker in a particular stock, it usually leads to greater success. Good luck!
-
falecom 24.07.2018
Hello
I would ask for an improvement.
In order for this indicator to become even better to visualize, it would be perfect if you included the visibility variation according to the size of the bar.
For example, the largest bar would have 100% visibility, while a bar half the size would have 50% visibility.
I do not know if it would have been any better. I thought of including something like this in the construction of each bar:
Visibility = (Value of the Bar / Largest Bar) * 255;
IDB = Color.FromArgb (Visibility, 000, 255, 000);
AKS = Color.FromArgb (Visibility, 255, 000, 000);
Could you help me with this change? I could not adapt the code.