Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
182
views
asked 2 years ago by
Category: Stock Scanners
Trying to make the following in the code editor: close is greater than or equal to PivotPoints()."PP" and close is less than PivotPoints()."R1 But I am getting the following massage: "com.devexperts.tos.thinkscript.runtime.TooComplexException: The co...
0
votes
3
answers
181
views
asked 6 years ago by
Hey Hahn.. I've searched all of the questions and I couldn't find my right code...Could you tell me the script to create an audible and text alert within my TOS platform when Stochastics FullK crosses below Fulld...with settings  of 5,3,3 Thank you s...
0
votes
0
answers
181
views
Be first to answer!
asked 6 years ago by
Category: Chart Studies
Hi pete is it possible to change this Fib Fans script to always start at LOW and end at HIGH  on this Fibonacci Fans? input price = close; input high = high; input low = low; input onExpansion = Yes; input Coefficient1 = .382; input Coefficient_2 = ....
3
votes
2
answers
181
views
asked 5 years ago by
Hi Pete, I'm was looking for a study for a 50 EMA cross with alert.  If the candlestick is trading below the 50 EMA  and then the next bar closed above the 50 and alert is triggered....I was love to see it in both directions.
0
votes
1
answer
181
views
asked 4 years ago by
Category: Watch Lists
Hello Again Pete, I was wondering if it is possible to add the custom color signal feature, to a watchlist column I created with the condition wizard. I tried adding the 'assign color' line of code but it won't work (maybe as i haven't defined when t...
0
votes
1
answer
181
views
asked 4 years ago by
Category: Chart Studies
Hi, thanks for the great forum and videos. Very informative! I am running an option strategy intraday and I have a stop loss on an option price to manage my risk. In order to improve my strategy and stop losses accuracy, I'd like to be able to find a...
0
votes
1
answer
181
views
asked 3 years ago by
Category: Stock Scanners
Hello Peter, Can you convert this study for me to a scan? input SMAPeriod1 = 20; input SMAPeriod = 50; input price = close; def na = double.nan; plot fastema = ExpAverage(price, SMAPeriod1); plot slowema = Average(price, SMAPeriod); def crossover = i...
0
votes
1
answer
180
views
asked 6 years ago by
Category: Chart Studies
In TOS can you create a study that will plot a 1, 2 and 3 standard deviations range on the chart? Looking for the high and low of those ranges on a daily time frame and up and being able to color code them.  If you wanted to do a smaller time frame, ...
0
votes
1
answer
180
views
asked 6 years ago by
I have a simple PPS column indicator I pieced together that will change colors dependent of which signal is currently  triggered. I use it in multiple columns each with a different timeframe to get a decent idea of the overall trend...what I can't se...
0
votes
1
answer
180
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you please write a code for two consecutive candles which creates a buy or sell alert sound signal with arrow on the second candle if the following conditions are met. 1 - First two candles fulfill higher high higher close and higher ope...