Relative Content

Tag Archive for pine-script

add the trade number to trade_id

I’m currently learning, i.e. I’m working my way through the pine-script manual, trying out a lot of things and looking to see whether there are already solutions to my questions. But now I can’t find a satisfactory solution to the following point: I want to display the trade numbers, which can be found in the first column in the strategy tester in the ‘List of trades’ tab, on the chart both at entry and at exit. I tried the following:
The chart on tradingview is: BTCUSDTPERP PERPETUAL MIX CONTRACT.30.BITGET
is the corresponding 30min chart with the following script (essentially from the manual):

add the trade number to trade_id

I’m currently learning, i.e. I’m working my way through the pine-script manual, trying out a lot of things and looking to see whether there are already solutions to my questions. But now I can’t find a satisfactory solution to the following point: I want to display the trade numbers, which can be found in the first column in the strategy tester in the ‘List of trades’ tab, on the chart both at entry and at exit. I tried the following:
The chart on tradingview is: BTCUSDTPERP PERPETUAL MIX CONTRACT.30.BITGET
is the corresponding 30min chart with the following script (essentially from the manual):

add the trade number to trade_id

I’m currently learning, i.e. I’m working my way through the pine-script manual, trying out a lot of things and looking to see whether there are already solutions to my questions. But now I can’t find a satisfactory solution to the following point: I want to display the trade numbers, which can be found in the first column in the strategy tester in the ‘List of trades’ tab, on the chart both at entry and at exit. I tried the following:
The chart on tradingview is: BTCUSDTPERP PERPETUAL MIX CONTRACT.30.BITGET
is the corresponding 30min chart with the following script (essentially from the manual):

add the trade number to trade_id

I’m currently learning, i.e. I’m working my way through the pine-script manual, trying out a lot of things and looking to see whether there are already solutions to my questions. But now I can’t find a satisfactory solution to the following point: I want to display the trade numbers, which can be found in the first column in the strategy tester in the ‘List of trades’ tab, on the chart both at entry and at exit. I tried the following:
The chart on tradingview is: BTCUSDTPERP PERPETUAL MIX CONTRACT.30.BITGET
is the corresponding 30min chart with the following script (essentially from the manual):

trade_num der trade_id hinzufügen

I’m currently learning, i.e. I’m working my way through the pine-script manual, trying out a lot of things and looking to see whether there are already solutions to my questions. But now I can’t find a satisfactory solution to the following point: I want to display the trade numbers, which can be found in the first column in the strategy tester in the ‘List of trades’ tab, on the chart both at entry and at exit. I tried the following:
The chart on tradingview is: BTCUSDTPERP PERPETUAL MIX CONTRACT.30.BITGET
is the corresponding 30min chart with the following script (essentially from the manual):

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.