- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
1
vote
2
answers
397
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
I find that time sneaks up on me during the day. The market acts differently near the close. I want to change the background color from 15:45 to 16:15 so that it is a visual reminder to me. How do I do that?
0
votes
1
answer
3361
views
asked 7 years ago by jx2012
Category:
Alerts and Notifications
Hi Pete, just wondering how to use aggregationPeriod in different periods. For example, def period= aggregationPeriod.Day; plot a=if(period==1, ATR(length = 14, averageType = "WEIGHTED"), Double.NaN); It seems not working. Thanks.
0
votes
1
answer
86
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
I trade using 400 tick charts using the code below Question: How do I add another condition based on a 5 min timeframe. I only want the alert above to trigger if the closing price is above the 20 EMA on a 5 min chart. If the closing price of the late...
0
votes
1
answer
832
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
I use 400 tick charts to trade intraday. It would be useful to have a study which tells many seconds each bar takes to complete. Anyone know how to do this? I have looked on TOS but could not find anything helpful. Thanks Lindsay
0
votes
1
answer
139
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
Can someone help me identify the highest range over the past 10 bars? I need someone to help fix Think or swim code I have written. The purpose is to give an alert when the current bars range is highest range in previous 10 bars. I am sure this is s...
0
votes
1
answer
89
views
asked 7 years ago by Joey Cognata
Category:
Alerts and Notifications
Hi Pete, I like to scan for new 10 day highs on thinkorswim by using the dailyhighlow study. I will get an alert when a stock makes a new 10 day high for the first time however, I will get another alert if it makes a new high the next day. Is ...
0
votes
1
answer
404
views
asked 7 years ago by anthony tremarco
Category:
Alerts and Notifications
Trying to use the Strat_Ichimoku Strategy as an alert in TOS but when I put the code in it says "rec usage not allowed in this context". Is there a tweak to this code to allow it to be used as an alert? If would be very helpful.
0
votes
1
answer
411
views
asked 7 years ago by Adrianna De Santos Santillan
Category:
Alerts and Notifications
Hi, can you tell me if there is a way to find gaps on a 5 min time frame and create an alert?
0
votes
1
answer
321
views
asked 7 years ago by JAzcarate
Category:
Alerts and Notifications
Hi Pete, I am using this code on a chart and would like to build a Market Watch / Chart Scan / using the Condition Wizzard to be notified when certain criteria is met. Can you guide me as to how to do so? input fastLength = 50; input slowLength = 20...
0
votes
4
answers
1183
views
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
I want something to alarm me at the end of each bar, specifically 15 min, but I am using 1 min so I can test it. It seems if I mention a function like Seconds from Time or GetTime, it does not work the alarm or sound alert at all. declare once_pe...