Library "lib_plot_objects" library wrapping basic builtin object constructors, to be able to do calculations with points/lines/boxes/triangles/polygons via libraries and on securities. inspired by Trendoscope's ( and ) with added update mechanism to not have to recreate objects on every iteration for continously drawn items, automated xloc selection for...
Script is designed for those who dislike how plotting a moving average from a higher timeframe on a lower timeframe chart results in a choppy zigzag line when using the standard request.security(syminfo.ticker,"x",ta.sma(src,len)) method. My more elegant solution was to translate the chart's current timeframe, and the selected higher timeframe into seconds, then...
Library "branch" Generates a branch made of segments with a starting angle and a turning angle for each segment. The branch is generated from a starting point and a number of nodes to generate. The length of each segment and angle of each segment can be adjusted. The branch can be generated in 2D or 3D, render as you wish. method branch(origin, nodes,...
KEEP YOUR COINS FOLKS! I DON'T NEED THEM, DON'T WANT THEM. Many other talented authors on TV deserve them. INTRODUCTION: This is my "RGB Color Fiddler", intended as a toy to play with. This colorcator is rated 'E' for every TV member. With this you can quickly generate about 1.67 million potential colors from color.rgb(). While I have a few preferred colors that...
Here we have 2 simple conditions for long and short. Once a condition is met, it ignores the same signal until the other condition is met and vice versa. Had this issue in a script of mine, but couldn't find any published idea regarding this. Cheers.
Hi everyone Hope you had a nice weekend and you're all excited for the week to come. At least I am (thanks to a few coffee but that still counts !!!) This indicator is inspired from Dollar-Cost-Average-Cost-Basis EDUCATIONAL POST The educational post is coming a bit later this afternoon explaining how to use the indicator so I would advise to follow me...