[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
