♥ 0 |
Hi Pete, Using the code below, how do I set up the scanner to alert with sound when price crosses up 50 or crosses down 50 (it must be a fresh cross though to avoid chops). Please advise. declare lower; Thank you. RESOLVED
Marked as spam
|
Private answer
Ok, since you are requesting a scan we’ll provide the code statements needed to get this working in the scan engine. You also say you want the scan to generate an audible alert. This requires a few extra steps on your part, as the code within the scan had no ability to generate alerts. The scan must be saved, then you set the alert to trigger based on the results of the scan output. We demonstrate how to create alerts from a custom scan in this video: https://www.hahn-tech.com/thinkorswim-overnight-range-scan-alert/ Here is the scan version of the code you posted in your question: Marked as spam
|
Please log in to post questions.
You will need to describe what you mean by ”…a fresh cross.. ..to avoid chops”.
Hi Pete,
Please ignore that condition. Just have the scanner script to alert with sound when price crosses up 50 or crosses down 50. Thank you!