NexusFi: Find Your Edge


Home Menu

 





TOS % Gain Indicator


Discussion in ThinkOrSwim

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




 
Search this Thread

TOS % Gain Indicator

  #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 Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
19 thanks
GFIs1 1 DAX trade per day journal
16 thanks
Spoo-nalysis ES e-mini futures S&P 500
14 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


© 2024 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 - Privacy Policy - Downloads - Top
no new posts