Questions (901)

Votes
Answers
Views
Question
0
votes
1
answer
79
views
asked 10 months ago by
Category: Chart Studies
using ThinkScript how to parse this option code; IBM250228C195, to 4 strings symbol: IBM date: 250228 option: C strike: 195
0
votes
1
answer
78
views
asked 5 years ago by
Category: Chart Studies
Hello, I wanted to know if you could help me create a study that highlights rows in scanner/watchlist IF: the %change on the day is greater THEN: 30% highlight row to yellow
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, is possible to plot line at high of the candle when it spikes over 30% ? but if  the next candle makes a higher high then plot the line at the new high whether or not  it spikes 30% and so on until stop making new highs. Thanks for your time...
0
votes
1
answer
78
views
asked 9 months ago by
Category: Stock Scanners
Dynamic filters for my parameters from my code  ( after " Study | Custom... "  ) Hello, dear Pete Hahn. Please tell me, how to correctly make dynamic filters from my script from the tab " Study | Custom... " -> "thinkScript Editor" for 2 parameter...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, in a strategy is there a way to dynamically adjust tradeSize in the AddOrder function to buy as many shares/contracts as possible (or a percentage of the maximum possible) for each new order, based on net liquidity? And then sell the same nu...
0
votes
1
answer
75
views
asked 5 years ago by
Category: Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...
0
votes
1
answer
75
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I like to "show price as percentage". But by default, the 0% is not the previous (session day) close price/bar. Is there a way to easily or always set the previous day's close price as 0%?
0
votes
1
answer
75
views
asked 3 years ago by
Category: Chart Studies
Hello Pete, Hope you're doing well and the market is treating you kindly! I was wondering if you could help me create a chart display label on the top left corner on TOS for the current parabolicSAR amount. Thank you for your help!
1
vote
1
answer
74
views
asked 4 years ago by
Category: Chart Studies
Hi, I would like to plot 2 lines - high & low - for only the afterhours sessions (from close of real trading hours to rollover). Is that possible to do without hardcoding start and end times (whether as inputs or as static values - /Cl close to r...
0
votes
1
answer
74
views
asked 3 years ago by
Category: Chart Studies
Hello sir, Im looking for a chart label that displays the price of EMA 100 on 5minute chart at market open Thank you sir.