Relative Content

Tag Archive for pine-script

Order execution data in pine-script indicator

Is there a way to get the order execution data in a pine-script indicator? I’m looking to plot order executions on a chart. I’m not interested in the strategy tester or backtesting. This is for a live chart.

Use dayofweek user input

I’m trying to highlight a specific day of the week and I want the day to be user definable. I’m getting errors related to type casting but don’t know how to fix it. THis is my code:

Market data custom indicator

Please, is there a (easy) way in pine to get to binance (market) trading data (such as oi, l/s ratio etc/) – to build a custom indicator? Any example/manual article (link to)? Thanks.

Anchored VWAP in Pine Script

The method of calculating AVWAP and plotting it is straightforward, but the challenge that I am facing is how to plot it separately for each of the events that you are anchoring to. For example if you want to plot separate AVWAP at the beginning of each day opening gap.