Experimental: this script only works on live updating bars(market open and live), the longer it runs the more accurate it will be. displays: - total intrabar volume processed(may not be equal to volume). - last delta tick change in volume. - this bar delta avg and stdev per tick. - a overall of all live candles processed avg and stdev of the deltas processed.
This scrip mimics time and sales window displaying tick by tick data coming from the exchange. It only works when the market is open. And it does not store historical data. Red color when the last price was higher than the new price. Gray when both were same. Green when new price is higher than last price. Please note that I have tested this in India...
Tick Renko, bars are formed on live chart. note:there is a issue that creates artifacts while there is not enough history loaded.
This experimental script shows the intrabar progression of price/volume It can only be used with live data, when you switch timeframe or ticker, it will start over again. When you let the script run, you'll get insight of what is going on during the bar progression. On each tick, when the price goes up, a green line will be drawn, if it goes down, a red line...
This is a template not actually meant for trading. I picked two random oscillators. This is a template meant to turn into a live trading strategy, however. It's literally just a specialized take profit/stop loss system. It is to ensure your bot doesn't make any bad moves that you wouldn't have manually. The code should be pretty well annotated. Putting this into...
Hello. This script is a simple U.S Indices Data Terminal. You can also set the period to look back manually in the menu. In this way, an idea can be obtained about Major U.S Indices. Features Value changes on a percentage basis (%) Recently, due to increasing interest, the NQNACE index has been added. Index descriptions are printed on the...