NexusFi: Find Your Edge


Home Menu

 





TOS % Gain Indicator


Discussion in ThinkOrSwim

Updated
    1. trending_up 2,432 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
 eclipsemf 
Manchester NH
 
Experience: Advanced
Platform: Thinkorswim
Broker: TD Ameritrade
Trading: Small Caps
Posts: 90 since Feb 2014
Thanks Given: 31
Thanks Received: 55

I was wondering if any one has a study that shows your P/L as a % gain basis. I have my $ P/L hidden but I would like to be able to view my % gain on the stock in real time as my strategy is based off of % gains or at least when I am looking to sell a portion of my position.

The formula to do so isnt bad from how I am looking at it.

X = Current Price - My Cost Avg

P/L % = (X / My Cost Avg) *100.

That should give me a rolling % P/L.

Im just not that familiar with TOS think script as far as plotting the data goes. I would prefer it to be just a small little bubble in the corner of the chart some where if Possible.

Any help here would be greatly appreciated!

Thanks in advance


Follow me on X Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Strike Pause Holds, Oil Erases Monday Spike -- May CPI W …
Traders Hideout
Election Sunday Resolves: Peru Heads to Runoff at 42pct, …
Prediction Markets & Event Contracts
CME Cuts Precious Metals Margins Up to 21% Starting Toda …
Commodities
Post-Summit Market Verdict: ES -1%, NQ -1.5%, 10-Year Yi …
Traders Hideout
Rubios Good News Within Hours and the 30-Day Math: Why H …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
20 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 thanks
  #2 (permalink)
ColoradoCliff
Parker CO/USA
 
Posts: 22 since Jun 2017
Thanks Given: 0
Thanks Received: 5

Here's a simple Thinkscript that will display what you want in a lower panel. IF you simply want the label on the primary chart window, remove the declare instruction, but be sure to update the settings to not show the plot so it doesn't impact your timeframe chart scale.

declare lower;
input show = 1;
plot MyPLPct = (close - GetAveragePrice()) / GetAveragePrice();
AddLabel(show,"P/L: " + AsPercent(MyPLPct));



eclipsemf View Post
I was wondering if any one has a study that shows your P/L as a % gain basis. I have my $ P/L hidden but I would like to be able to view my % gain on the stock in real time as my strategy is based off of % gains or at least when I am looking to sell a portion of my position.

The formula to do so isnt bad from how I am looking at it.

X = Current Price - My Cost Avg

P/L % = (X / My Cost Avg) *100.

That should give me a rolling % P/L.

Im just not that familiar with TOS think script as far as plotting the data goes. I would prefer it to be just a small little bubble in the corner of the chart some where if Possible.

Any help here would be greatly appreciated!

Thanks in advance


Reply With Quote




Last Updated on April 10, 2022


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts