Please what is the code to add white borders around these candles? Thanks
#GLOBAL COLOR DEFINITIONS
DefineGlobalColor("Green", CreateColor(0, 155, 0));
DefineGlobalColor("Red", CreateColor(225, 105, 105));
DefineGlobalColor("Gray", CreateColor(192, 192, 192));
DefineGlobalColor("Yellow", CreateColor(231, 190, 0));
Unfortunately, no.
The ToS platform does not provide the ability to use a custom script to modify the candle border.
Candle borders can only be modified under settings.
1. click on the gear at the top of your chart
2. click on Appearance
3. click on Border up and Border down to change candle outline
This will ONLY work if you do not have a custom script already in charge of candle color.