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):
Pine Script history reference (e.g. [1])
How does the history reference (e.g. [1]) work on UDTs defined with the var
keyword in the new Pine Script version 6?
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.
How to Draw a Horizontal Line on TradingView Based on the Highest Volume Day in the Last 200 Days?
“I want to draw a horizontal line on a TradingView chart. The process is as follows:
Pinescript – strategy TP works sometimes, sometimes not
I use a strategy with 2 levels for TP based on ATR bands. First TP is 40% of total position, second TP is 20 %, the remaining 40% goes on until strategy reverses from long to short and viceversa. So far, no problems.
Trying to Count FVGs for Various Time Frames in Pine
I am trying to count the number of consecutive bullish or bearish Fair Value Gaps for multiple time frames (count resets to zero when we flip from a bullish to bearish or vice versa).