Questions (898)

Votes
Answers
Views
Question
0
votes
1
answer
76
views
asked 1 year ago by
Category: Strategy Guide
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionOneClose = Average(close, 8) crosses below Average(close, 21)...
0
votes
1
answer
76
views
asked 9 months ago by
Category: Chart Studies
Hi Pete.  TOS has the chart study of DailyHighLow.  I would like to amend the script to also include the midpoint of the previous bar.  I have attached the script I attempted to create. Please let me know if this is something you can help with. Thank...
0
votes
1
answer
75
views
asked 5 years ago by
Category: Chart Studies
Hey everyone! I made a post recently titled Display time between bars .  While it works great, there is a major error. The time between bars is only plotted if there is an actual trade at the current time. Let's say we are on a 1 minute chart and the...
0
votes
1
answer
75
views
asked 5 years ago by
Category: Chart Studies
Draw a chart label displaying the underlying symbol and price for option chart. Example, when displaying a chart for .SPY201009C345 (Call option) on a 1minute Timeframe.  Display underlying symbol "SPY" and its current price
0
votes
1
answer
75
views
asked 4 years ago by
Category: Chart Studies
When I attempt to remove a drawing on a chart TOS asks do you really want to remove all drawings. I just want to remove the current fibs on just this chart and establish new ones. I know it should be obvious but not seeing it. TIA
0
votes
1
answer
75
views
asked 4 years ago by
Category: Chart Studies
Is there a study that will either show a label on a chart or a column in the Watchlist with the following: ((Close[today]- Close[at a specific date to be input by user])/ Close[at the specific date])*100)  ?
0
votes
1
answer
75
views
asked 2 years ago by
Category: Chart Studies
Just found this site by watching a tutorial video on YouTube regarding the watchlist. For the life of me I have been trying to find a way to automatically change my plotted levels (price level line) colors. Price above a price level turning green (su...
0
votes
1
answer
75
views
asked 2 years ago by
Category: Watch Lists
I have TS Radar with 2 columns.  The 1st one is the closing price of the stock.  The 2nd column is blank for me to input a number.    And I have a script to change the background of the 2nd column to green if the 1st column value is higher than the 2...
0
votes
1
answer
74
views
asked 2 years ago by
Category: Watch Lists
Hi Pete! This question is a refinement of a previous question:   https://www.hahn-tech.com/ans/display-atrtrailing-stop-values-in-a-watchlist/ I trade bonds (UB ZB ZN ZF). When I put ATRTrailingstop in a watchlist for these products, TOS is displayin...
0
votes
1
answer
74
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, i will like to create a label for yield curve using information from FRED. TOS allows us to input data from FRED and see their charts. Hence i have created a yield curve label. It actually works. But the issue is when the chart is showing an...