ThinkorSwim "custom expression subscription limit exceeded" - useThinkScript Community (2024)

L

Lambert58

New member
  • Jan 1, 2020
  • #1

ThinkorSwim watchlist column is showing me the following error "custom expression subscription limit exceeded." Has anyone encountered this on their custom watchlist? Any insight or direction would be very appreciated. I have 4 custom headers.

T

tomsk

Well-known member

VIP

  • Jan 2, 2020
  • #2

If you reached your user subscription limit that means you have too many custom columns or requests to iData on your platform. According to Mobius in the lounge, the total user subscription limit had been 1500 total requests to iData ACROSS all watchlists and studies. That limit is subject to change without notice and isn't likely to change to a higher limit.

This limit is a throttle TOS puts on it's clients for calls to it's data stream. You can hit that wall by too many watch lists (the most common way) or too many programs / charts running. Once you exceed that limit it doesn't mean your programs quit working. All it means is that there's a cascade of data calls rejected. So you never know what's working or not

All the best

mr.10baggers

Member
  • Jan 3, 2020
  • #3

FYI

ThinkorSwim "custom expression subscription limit exceeded" - useThinkScript Community (2)


ThinkorSwim "custom expression subscription limit exceeded" - useThinkScript Community (3)


ThinkorSwim "custom expression subscription limit exceeded" - useThinkScript Community (4)

Last edited by a moderator:

markos

Well-known member

VIP

  • Jan 7, 2020
  • #4

The problem lies in that you are calling too much data in your watchlist that is not for a built in column. Sometimes even built in columns can overload the servers if the query is too complex. It's more the complexity of the columns than the quantity of them.

Sometimes it helps to have a single indicator in each column. Start with the S&P100 and work your up from there.

In the end, we all have a subscription limit that we can't go over without MW squawking. For further explanation put "Subscription Limit Exceeded" in the search bar above.

dougn

Member

2019 Donor

VIP

  • Jan 7, 2020
  • #5

Not certain if this is discussed anywhere else as the search I ran did not reveal any other conversation on this topic.

The way to run as many "expressions" as you want is to install multiple instances of the Thinkorswim platform and run them simultaneously.

In my setup I have one instance dedicated to charts alone while 4 or 5 others are running unique versions of custom watchlists with multiple custom columns.

Of course you will adjust the number of columns by the size of watchlist or scan you are working on.

Simply download Thinkorswim as many times as you wish (alter the name for each on installation). Set the memory accordingly for each install and you are good to go. I simply rename each shortcut on my desktop to remind me which watchlist (or lists) that instance contains.

I forgot to mention that the user will be limited by the amount of memory installed on their computer. But even lower memory levels should still allow multiple installs.

L

Lambert58

New member
  • Jan 8, 2020
  • #6

Thanks for all of the replies to this issue, it was resolved by decreasing the number of custom headers. I appreciate the feedback.

U

usahu

New member
  • Nov 27, 2020
  • #7

I have created few custom column and added to the watch list. after adding I see cells of a column showing the result and some cells in the same column showing error saying "custom expression subscription limit exceeded". How to fix the problem?

MerryDay

Administrative

Staff member

Staff

VIP

Lifetime

  • Nov 27, 2020
  • #8

@usahu See thread above.

Last edited by a moderator:

R

RPrado

Member

Lifetime

  • Feb 3, 2021
  • #9

I noticed as long as my watchlist is up to 10 tickers, it works fine. Anything above 10 it reports "custom expression subscription limit exceeded".

J

jauyzed

New member
  • Feb 6, 2021
  • #10

Lambert58 said:

Thanks for all of the replies to this issue, it was resolved by decreasing the number of custom headers. I appreciate the feedback.

Where did you have to make this change?

P

pjk

New member
  • Feb 8, 2021
  • #12

Thanks for the ' ALL' feedback. I happened to have a 20 symbol watchlist with 4 custom columns but...I had a scan with 3 custom columns for about 1000 stocks open in the background. Once I closed the scan the watchlist worked fine again.

G

gnirs

New member
  • Mar 5, 2021
  • #13

pjk said:

Thanks for the ' ALL' feedback. I happened to have a 20 symbol watchlist with 4 custom columns but...I had a scan with 3 custom columns for about 1000 stocks open in the background. Once I closed the scan the watchlist worked fine again.

I am also facing the issue, can you please let me know how you stopped the the scan that was running on the background? thanks

P

pjk

New member
  • Mar 6, 2021
  • #14

@gnirs, In most scans I add a filter for stock price and I limit that to a 10-50 range to limit the returned results. If I want to turn the scan off I simply select close price min = max (e.g. min=10,max=10) that way the scan will definitely not find anything. You could alternately create a watchlist with one symbol only and just load that to scan on.

C

cabe1332

Active member
  • Mar 18, 2021
  • #15

I too had encountered the error. And how I fix is I save my current workspace first every time I have to add an indicator, script, or modify a watchlist. I worked with support and the post threads above are what they told me too, deleted watchlist and columns. All did not work for me. But, restoring a previously saved workspace happily did wonders for me. Good luck! @cabe1332

A

Antares66

Member
  • Mar 18, 2021
  • #16

I wanted to create a watchlist to see which stocks moved most today and how much they changed in the last 5 days.
It was no problem for me to programm a column set for the weekly change
"def change = (close - close[5]) / close[5] * 100;
plot result = change;"
but i always get the message above and not for all stocks the weekly change shows up.
I know TC 2000 very well. In TC 2000 it´s no problem to look at the weekly percent change rate for all stocks in the entire market.
TOS shows some limitation or i haven´t find out how to solve this problem. I am afraid to miss some stocks since not all show up in my scanner.
Can someone help? Thanks

rad14733

Well-known member

VIP

  • Mar 18, 2021
  • #17

@Antares66 The error you described has to do with how many custom calculations your TOS install can perform... The limit is either the standard 1500, or 1100 which it may have been changed to in recent months... This means that the total custom calculations for all watchlists, scanner results, etc, cannot exceed 1500 calculated cells...

This has been discussed many times here in the forums and you could have found those topics and/or posts by using the search feature... The solution is to use less custom watchlist columns and custom option chain columns, or reduce the number of symbols in watchlists, or reduce the number of results in scans, or add more filtering criteria to scans, or any combination thereof...

You are only licensed to calculate whichever amount mentioned above that is currently in place... I think at one time it was possible to extend that limit for a fee but I'm not sure if that option is currently available nor what such a fee might be... You would need to contact Thinkorswim to check on that...

A

Antares66

Member
  • Mar 18, 2021
  • #18

rad14733 said:

@Antares66 The error you described has to do with how many custom calculations your TOS install can perform... The limit is either the standard 1500, or 1100 which it may have been changed to in recent months... This means that the total custom calculations for all watchlists, scanner results, etc, cannot exceed 1500 calculated cells...

This has been discussed many times here in the forums and you could have found those topics and/or posts by using the search feature... The solution is to use less custom watchlist columns and custom option chain columns, or reduce the number of symbols in watchlists, or reduce the number of results in scans, or add more filtering criteria to scans, or any combination thereof...

You are only licensed to calculate whichever amount mentioned above that is currently in place... I think at one time it was possible to extend that limit for a fee but I'm not sure if that option is currently available nor what such a fee might be... You would need to contact Thinkorswim to check on that...

Thank you.

C

cabe1332

Active member
  • Mar 29, 2021
  • #19

Antares66 said:

I wanted to create a watchlist to see which stocks moved most today and how much they changed in the last 5 days.
It was no problem for me to programm a column set for the weekly change
"def change = (close - close[5]) / close[5] * 100;
plot result = change;"
but i always get the message above and not for all stocks the weekly change shows up.
I know TC 2000 very well. In TC 2000 it´s no problem to look at the weekly percent change rate for all stocks in the entire market.
TOS shows some limitation or i haven´t find out how to solve this problem. I am afraid to miss some stocks since not all show up in my scanner.
Can someone help? Thanks

Hey @Antares66,

So, the rate of change for 5 days is "def change = (close - close[5]) / close[5] * 100; I guess then for today is "def change = (close - close[1]) / close[1] * 100;? Has this been working for you on MTF? The TOS study has a different formula. I used your and have them as labels. Does the following script look OK for today and week ROC? Can someone confirm, please? TIA. @cabe1332

#### Rate of change for the day
def priceday = close(period = AggregationPeriod.day);
def changeday = round((priceday - priceday[1]) / priceday[1] * 100,0);
def rcday = changeday;
AddLabel (yes, "ROCtoday: " + rcday + "%", if rcday > 0 then color.green else color.red);

#### Rate of change for the week
def pricewk = close(period = AggregationPeriod.week);
def changewk = round((pricewk - pricewk[5]) / pricewk[5] * 100,0);
def rcwk = changewk;
AddLabel (yes, "ROCwk: " + rcwk + "%", if rcwk > 0 then color.green else color.red);

C

cabe1332

Active member
  • Mar 29, 2021
  • #20

cabe1332 said:

Hey @Antares66,

So, the rate of change for 5 days is "def change = (close - close[5]) / close[5] * 100; I guess then for today is "def change = (close - close[1]) / close[1] * 100;? Has this been working for you on MTF? The TOS study has a different formula. I used your and have them as labels. Does the following script look OK for today and week ROC? Can someone confirm, please? TIA. @cabe1332

#### Rate of change for the day
def priceday = close(period = AggregationPeriod.day);
def changeday = round((priceday - priceday[1]) / priceday[1] * 100,0);
def rcday = changeday;
AddLabel (yes, "ROCtoday: " + rcday + "%", if rcday > 0 then color.green else color.red);

#### Rate of change for the week
def pricewk = close(period = AggregationPeriod.week);
def changewk = round((pricewk - pricewk[5]) / pricewk[5] * 100,0);
def rcwk = changewk;
AddLabel (yes, "ROCwk: " + rcwk + "%", if rcwk > 0 then color.green else color.red);

This ROC really helps to find a strong stock to trade. The higher the value the stronger upside the stock. I was listening to Theo Rayner podcast the other day, ROC was mentioned and I thought of @Antares66 post. I then added a column on my watchlist and chart label (script above). You can also use the above script to scan for strong stocks. I wanted to post in case others may have use of it.

Last edited by a moderator:

You must log in or register to reply here.

ThinkorSwim "custom expression subscription limit exceeded" - useThinkScript Community (2024)
Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated:

Views: 6218

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.