- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
0
votes
1
answer
480
views
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
This is my code. I find a PriceOsc Oscillator Peak Value ####Definition of PrcOscPeak or Valley or High############################ def PO=PriceOsc().PriceOsc; def OscPeak = if PO >= PO[1] and PO >= PO[2] && PO>= PO...
0
votes
1
answer
971
views
asked 7 years ago by Ricky Garcia
Category:
Alerts and Notifications
Hi Pete is there a way i can get a signal on Schaff Trend Cycle oversold below 25 from flat then move slight bend upward then overbought 75 flat then move slight bend downward? the picture is included thank you
0
votes
1
answer
671
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
I use 400 ticks bars. The more bars over a certain period of time the greater the speed of the market. If the market prints 50 (400 tick) bars over a certain time period say from 14:00 to 15:00 and prints 100 (400 tick) bars from 15:00 to 15:30 we k...
0
votes
1
answer
154
views
asked 7 years ago by S S
Category:
Alerts and Notifications
Hello Please have a look at the Script and help me to add alert on when it crossover daily open currently script alert me on premarket high but I want to have alerted when it cross daily open attach is the script.
0
votes
1
answer
73
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
I am trying to use the "tick speedometer" that you helped me with previously. Here is the code. I am sure this is something obvious that I am overlooking. It looks like it is plotting AHEAD of price?! Can you help? Thanks Lindsay declare lower...
0
votes
1
answer
2939
views
asked 7 years ago by Robert Wu
Category:
Alerts and Notifications
Hi Mr. Hahn, Could you share how to set alert be set when Hekin Ashi candles changes from green to red or red to green in day or week duration ? Thank you, Robert
0
votes
1
answer
646
views
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
In ThinkScript, I want to put the actual SwingHigh or SwingLows in individual Arrays such that they are right next to one another so I can compare them in finding a 3 times tested Support or Resistance Level. This is my code so far. As you can...
0
votes
1
answer
690
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
I am using the following study on 400 tick charts. It gives "false" signals when the close of current bar is >= high of prior bar. But its not really the "close" its only the last tick >= high of prior bar. The 400 tick chart actually closes &l...
0
votes
1
answer
163
views
asked 7 years ago by Hanan Marco
Category:
Alerts and Notifications
Is there a way to get a sound alert when a condition occurs in custom column watch list? i need a sound alert Which will draw my attention to the change in the list for example: i have a column with a condition - If the EMA8 crosses up the EMA21 then...
0
votes
2
answers
519
views
asked 7 years ago by Horacio Recalde
Category:
Alerts and Notifications
Hello, I have a piece of code that repeats a lot and would like to make it into a subroutine but it doesn't have a plot statement in it. Is there a way to do this? Here is the code # Program to display label of EMA crossovers of 2 given parameters f...