- Questions
- Chart Studies
Votes
Answers
Views
Question
1
1
54
asked 3 years ago by Tom Den
Category:
Chart Studies
Tags:
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
1
174
asked 4 years ago by Momentum_ Hunter
Category:
Chart Studies
Tags:
First off thanks again Mr. Hahn, for all that you do. Your resources here are invaluable. I'm an avid TOS user with a fairly large collection of scripts for specific candle patterns. I'm curious to know if there is a a way to add a label to my charts...
0
1
174
asked 4 years ago by Roman Sterlin
Category:
Chart Studies
Tags:
Hi! I am working on a script and the last piece that is missing is: I want to get the time of day of the high of day! any help would be much appreciated if it's possible!
0
1
138
asked 4 years ago by Jesse
Category:
Chart Studies
Hi, I am trying to create a study that plots second order pivots (definition and visualization of the study is given in the attached image). Attached is the code that I have written (could not add into description due to length of post) which does no...
0
1
150
asked 4 years ago by Al Mor
Category:
Chart Studies
Let's say I am looking at 1min chart. I can plot, let's say, SVE pivots of daily aggregation. I also want to plot the pivots with aggregationperiod.month. However, the monthly won't show up except for the 1st and 2nd day of month (As in the bar is in...
0
1
257
asked 5 years ago by Perig Vennetier
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
1
102
asked 6 years ago by Circle Zircle
Category:
Chart Studies
Tags:
I need help with some code logic. suppose x is the high and y is the low of an indicator. how do I make a variable true if "close crosses above x" and false when "close crosses below y"? The problem if I use "close crosses above x" is that it will on...