Please turn JavaScript on
useThinkScript Community icon

useThinkScript Community

Subscribe in seconds and receive UseThinkScript Community's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.

You can select the updates using tags or topics and you can add as many websites to your feed as you like.

And the service is entirely free!

Follow UseThinkScript Community: UseThinkScript Community

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  2.78 / day

Message History

I like to find ways to remove clutter from the charts so I came up with this. Figured others might find it appealing as well. Plots previous day's high, low and close, as well as the current days open on expansion. these values are taken from the daily aggregation.



Code:Copy to clipboard #[email protected] def NA = Double.NaN;...

Read full story
i would like to have a script to draw draw a line from the high and low of the first 5 min candle that closes down, red, or negative however you want to describe it. i have a script that will draw the high low lines on the first 5min candle but dont know how to do it for the first 5min candle to close down thanks for any help in advance

Read full story
AGAIG STACKED SIGNALS INDICATOR FOR TOS

As a trading rule we recommend that two (or more) indicators be in agreement before placing a trade. With this indicator we are actually looking at eight indicators to see what each one is suggesting a change in direction. This indicator overall produces a BUBBLE on the chart showing what direction the indicators are s...

Read full story
AGAIG STACKED SIGNALS INDICATOR FOR TOS
As a trading rule we recommend that two (or more) indicators be in agreement before placing a trade. With this indicator we are actually looking at eight indicators to see what each one is suggesting a change in direction. This indicator overall produces a BUBBLE on the chart showing what direction the indicators are sugge...

Read full story
is the correct mechanism for receiving push notifications and SMS from a custom study??

MarketWatch → Alerts → Study Alerts
There are no compile errors
The alert engine accepted both scripts

Here is my study:
Code:Copy to clipboard # BTD LONG Alert # Use on 5-minute SPX Study Alert input atrReversal = 2.0; input...

Read full story