Login Page - Create Account

Support Board


Date/Time: Sun, 29 Mar 2026 18:42:13 +0000



Post From: Position Data Empty

[2026-02-13 21:16:45]
Gradient - Posts: 199
Can someone provide an update to this post.

Given that the PositionData is only being stored in a subgraph, it appears that there is an issue with the s_SCPositionData structure.

For example, the issue with erroneous PositionData.OpenProfitLoss has apparently existed for a while. The same issue presented here is evident in the following post:
[ACSIL] - Get current position data

In that post the PositionData.OpenProfitLoss appears incorrect as well.

If the same study is run on two charts with the exact same inputs then the outputs should be identical across each chart.

For example, if Study A computes the sum of pnl for Chart A and Chart B, then when applying Study A to Chart A and Chart B, the pnl should be identical.

There's no condition where there should be any deviation between the outputs. It's a simple summation of the Chart A and B applied to Chart A and B.

This, as I've shown, is not the case. If there was an issue in the logic then both charts would yield incorrect values, due to redundancy.

It's impossible for the logic to be flawed and the study work on one chart and not the other because the inputs are identical.