fikira

Tick travel ⍗

This script is a further exploration of 'ticks' (only on realtime - live bars), based on my previous script:
-https://www.tradingview.com/script/CFxw8CK3-Tick-up-down/?utm_source=notification_email&utm_medium=email&utm_campaign=notification_comment#tc8272921-

What are 'ticks'?
... Once the script’s execution reaches the rightmost bar in the dataset, if trading is currently active on the chart’s symbol,
then Pine indicators will execute once every time an update occurs, i.e., price or volume changes ...
(www.tradingview.com/...Execution_model.html)

This script has 2 parts:

  • 1) Option: ' Tick up/down'
    This is a further progression of previous work.
    During bar development, every time there is an update (tick), a dot is placed.
    If for example there is 1 tick (first of new bar), a dot will be placed on 1,
    if it is the 8th tick off that bar, there will be a dot placed on 8.

    While my previous script had the issue that there was an upper limit per bar (max 32),
    this script (because it is working with labels) can place max 500 dots.

    For each bar this is better, it has to be mentioned though that looking in history, once the limit of 500 has been reached,
    you'll notice the last ones are being deleted. This is one of the reasons the script is not suitable for higher timeframes
    (1h and higher, even higher than 5 minutes can give some issues if it is a highly traded ticker), if a bar would have more
    than 500 ticks, they won't be drawn anymore (which is not desirable of course)

  • 2) Option: ' Tick progression'
    These are the same ticks, but placed on the candle itself, or you can show the candle:
    Or 'without' candle (or 'black' colour):

    When 'No candles' are enabled, the 'candles' get the colour at the right.

At the moment it is not possible to drawn between 2 candles, this technique uses labels with 'text',
each tick on a candle will have a 'space' added, so you can see a progression to the right.

Colours
- if price is higher than previous tick price -> green
- if price is lower than previous tick price -> red
- otherwise -> blue (dimmed)

There are options to choose the 'dot', when choosing 'custom',
just enter (copy/paste) your symbol of your choice in the 'custom' field:

Caveats:
- Labels and text will not always be exactly on the price itself
- The scripts needs more testings, possibly some ticks don't always get drawn as they should.
The lower the timeframe, the more possible issues can occur
- Since (candle option) the dots move to the right, the higher the timeframe and/or the more ticks,
the sooner ticks will go in the area of next candle.
That's why I made a separate 'start symbol'
-> This is the very first tick on each candle, then you can zoom in/out more easily until the dots don't merge into each other candle area:

A timeframe higher than 5 minutes mostly won't be feasible I believe

This script wouldn't be possible without the help of @LucF, also because of his script

With very much respect I am hugely inspired by him! Many Thanks to him, Tradingview, and everything associated with them!

Cheers!

LuxAlgo Dev: www.luxalgo.com
PineCoder: www.pinecoders.com

- We cannot control our emotions,
but we can control our keyboard -
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?