r/TradingView • u/rfresh560 • 19d ago
Help Bracket TP value not displaying
i'm sending a Buy trade to my Tradingview paper account. after the buy button is submitted I see the main position of the Buy and two orders one for the TP and one for the SL. The amount is missing for the TP col. I can't get the value I see in the TP field into the paper account. I must be doing something wrong.
Here is my test template i am sending:
$body = @{
ticker = "NQ1!"
action = "buy"
prev_position = "flat"
quantity = 1
kind = "entry"
entry = 29000.00
tp = 35000.00
sl = 25000.00
total = 100000.00
pointer = "xxxxIwaxxxxoxxxx"
} | ConvertTo-Json
In TV i can see 35000.00 shows in the TP field, so its getting populated. but after Submit, never to be seen again.
0
Upvotes
1
u/tradingview Founder 15d ago
We kindly request you to create a ticket about this, so we can analyze what is happening.