@BenTen (or whoever can help me ) , can you help me by making a small modification to the script?
I'm trying to get it to show me the histogram as follows: https://ibb.co/qyBLsHb
(i cant insert images, i got this: "Something went grong. Please try again or contact the administrator.")
The logic would be:
If the current candle is larger than the previous one and "Buying" volume (according to the code published in this post) is greater than 60% of the total volume, then paint the candle green, otherwise it's gray.
The same for the Red candle.
If the current candle is Larger than the previous one and "Selling" volume (according to the code published in this post) is greater than 60% of the total volume, then paint the candle red, otherwise it's grey.
Thanks you!
I'm trying to get it to show me the histogram as follows: https://ibb.co/qyBLsHb
(i cant insert images, i got this: "Something went grong. Please try again or contact the administrator.")
The logic would be:
If the current candle is larger than the previous one and "Buying" volume (according to the code published in this post) is greater than 60% of the total volume, then paint the candle green, otherwise it's gray.
The same for the Red candle.
If the current candle is Larger than the previous one and "Selling" volume (according to the code published in this post) is greater than 60% of the total volume, then paint the candle red, otherwise it's grey.
Thanks you!