How to Fix ThinkorSwim's tos.mx link not working

BenTen

Administrative
Staff member
Staff
VIP
Lifetime
For some reason, all the tos.mx links from ThinkorSwim are leading to a 404 webpage. More specifically, it will say the following:

Page not found!
The page you are looking for cannot be found because it was either misspelled or has been deleted. Make sure you've typed the URL correctly.

y0HEaEK.png


In reality, these shareable links are actually not broken. There is an alternative to loading up a shared ThinkorSwim study, chart setup, or workspace.

Step 1: Go to your ThinkorSwim platform.

Step 2: Click on Setup (top right-hand corner) > Select Open shared item...

JguhxXt.png


Step 3: Paste the link you were given > click Preview

nKIog4y.png


Step 4: Click Ok

After that, you will receive a popup telling you what the indicator has been saved as. You can load it up from your Studies area by typing in the given name.

vpobaDF.png
 

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Hi Hope yo are all doing well.. This is such a great community and resource.. Just wanted to check and see if everyone is have g trouble accessing study links on TOS.MX reading past posts it seems this has happened before but i haven't been able to access anything since the weekend.. Pleas let me know if you have this trouble too.. TY..

is TOS.MX working for everybody but me??
 
Last edited by a moderator:
Hi - I followed the same steps but my plot arrow selection isn't showing either. Here is the code I loaded into the Chart Area. And it is exactly the same code I loaded into the scanner. But when you do it in the scanner and just want to select the Study Blast Off, it does not give you the edit condition choice shown here in the link
(I can't seem to cut and paste the image)

Can Someone please help?
Sincerely,
homeplate

# Blast Off Indicator
# Should use on the Daily chart
# Assembled by BenTen at useThinkScript.com
# Converted from https://www.tradingview.com/script/V9Mi6eOO-CM-Blast-Off-V1-Alerts-Ready/

input trig = 20;
input paintbar = yes;

def val = absValue(close - open);
def range = high - low;
def blastOffVal = (val / range) * 100;
def trigger = trig;
def alert1 = blastOffVal < trig;
def col = blastOffVal < trig;
assignPriceColor(if blastOffVal<trig then Color.MAGENTA else Color.Current);

#Plot Arrow
plot arrow = col;
arrow.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);
arrow.SetDefaultColor(Color.CYAN);
arrow.SetLineWeight(3);
 
For some reason, all the tos.mx links from ThinkorSwim are leading to a 404 webpage. More specifically, it will say the following:



View attachment 6751

In reality, these shareable links are actually not broken. There is an alternative to loading up a shared ThinkorSwim study, chart setup, or workspace.

Step 1: Go to your ThinkorSwim platform.

Step 2: Click on Setup (top right-hand corner) > Select Open shared item...

View attachment 6752

Step 3: Paste the link you were given > click Preview

View attachment 6753

Step 4: Click Ok

After that, you will receive a popup telling you what the indicator has been saved as. You can load it up from your Studies area by typing in the given name.

View attachment 6754
Thanks for the procedure, but I do this and while everything seems to work fine, even to the point of showing a confirmation dialogue that reads "*** was successfully imported", but the study will not show in the lists, even if the name is changed or the "open after importing" box is selected. Neither will it show in the "Received Items" list under the "Shared Items" tab. Very frustrating.
 
Thanks for the procedure, but I do this and while everything seems to work fine, even to the point of showing a confirmation dialogue that reads "*** was successfully imported", but the study will not show in the lists, even if the name is changed or the "open after importing" box is selected.
Unfortunately, you didn't provide enough information to say where you went astray.

Let's run a test

Step 1: Go to your ThinkorSwim platform.

Step 2: Click on Setup (top right-hand corner) > Select Open shared item...

Step 3: Copy & Paste this study link:
http://tos.mx/3xB2AdD

Step 4:
Give it a name that will put it at the top of your study list
Name it A0000000000_ATest
It should look like this:
noH8TYE.png



Now go to your study list in chart settings
It should be the 1st item:
DqpSdez.png


Neither will it show in the "Received Items" list under the "Shared Items" tab. Very frustrating.
FYI, the "Received Items" list has some known issues. Do not use it.


Posting that "it doesn't work" does not provide enough information.
If you are still having issues. You must provide your images of the above two important steps, so we can see where you went astray.
 
Last edited:

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
318 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top