Support Board
Date/Time: Sun, 20 Jul 2025 05:04:41 +0000
Post From: How to get a running total of sc.NumberOfTrades since session start?
[2023-04-11 15:40:38] |
C_Money - Posts: 83 |
Hello, I'm trying to make my own version of the Number Of Trades indicator but can't figure out how to get the total number of trades since the session start. I understand the following will give me the number of trades per bar: Subgraph_NumTrades[sc.Index]= sc.NumberOfTrades[sc.Index];
But I am unsure what replace sc.Index with so that it gets me a total instead. |