Mk Thick Bars# MK Thick Bars
A clean, professional bar chart indicator with customizable moving averages inspired by professional charting platforms.
## Features
### Custom Bars
• Full-body bars for clear price action visualization
• Left tick marks to indicate closing prices
• Customizable colors for bullish and bearish bars
• Adjustable transparency
• Option to color based on close vs. open or close vs. previous close
### Moving Averages
• 10 EMA (Exponential Moving Average)
• 21 EMA (Exponential Moving Average)
• 50 SMA (Simple Moving Average)
• 200 SMA (Simple Moving Average)
• Individual toggle and color customization for each MA
## How to Use
1. Add the indicator to your chart
2. Customize appearance in settings:
- Toggle custom bars and left tick
- Adjust transparency
- Customize colors
- Enable/disable specific moving averages
## Benefits
• Reduced visual noise compared to traditional candlesticks
• Clear trend identification with customizable moving averages
• Professional appearance similar to institutional trading platforms
• Works on all timeframes and instruments
Barchart
[FR]Custom Candles/FVG/nSideBarCustom Candles /FVG/ nSideBar
- I used this as a learning project for understanding plot()'s Better
- My goal was to see if I could use normal plots to cleanly plot FVGs on the chart using only plots with out and boxes/lines
The problem was if multiple FVGs were on back to back bars the plot fill would fill the line to the next FVG/Bar
I solved this by using 4 plots and alternating them if consecutive FVGs form
- 2 MODES
- Slim
- Normal
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Slim
Uses 3 plotcandle() parts and divides the candle between body/wicks/open and close
by manipulating the ohlc inputs and the colors I was able to pretty make them full customizable
all components are customizable with up/down colors
-Normal
These are your normal candles but they are full customize able from components to individual up/down colors
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- FVGs
There are 2 FVG settings can be used with both MODES
- Big
These are the FVGs that use plots and since there isn't a 500 object limit on plots you don't need to manage them in the code and they are there how ever far you need to look back
- Slim
These use a Line and the width of the line can be adjusted for user preferences
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- INSIDE-BARS
These will change the color of the body of either SLIM or NORMAL Candles
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Drawing Snap Features Work Just Fine!
I suggest hiding your chart candles with the eye in the top left of the screen and moving the indicator to the top of your object tree
I understand that the candles in the chart pictures are impractical I was just demonstrating the functionality of the tool
Hope You Enjoy!!
FFriZz