♥ 0 |
Hello Mr Hahn. Is there anyway to get an alert specifically for the MACD Strategy in TOS ? The alert would go off whenever the MACDSTRATLE or MACDSTRATSE is triggered. Thanks so much for what you’re doing.
Marked as spam
|
Private answer
There are several different tools in Thinkorswim that can be used to generate alerts. So you will need to provide more details. Here are the different forms of alerts available on Thinkorswim:
Once you tell us which sort of notification you are requesting we can provide a solution. Some helpful links to support most of what I just explained: https://www.hahn-tech.com/thinkorswim-condition-wizard/ https://www.hahn-tech.com/thinkorswim-overnight-range-scan-alert/
First, we'll show the full code that is copied directly from the built-in chart strategy named MACDStrat:
Next, well convert this to a chart study by removing the AddOrder() statements. For the alerts, we simply add two Alert() statements to replace the AddOrder() statements. We will retain the true/false condition of the AddOrder() statements which are used to plot the theoretical buys and sells on the chart.
Notice I have also included a final statement that creates a blank label. This is because every chart study requires at least one plot or chart label before it can be saved and applied to a chart. Marked as spam
I'm looking specifically looking for a Chart Study Alert I believe for this strategy. Thank you again
Hahn, can you also create a dynamic alert for this same MACDstrat. Im looking to scan a watchlist for stocks that meet the criteria
The alerts for this have already been provided here: https://www.hahn-tech.com/ans/do-you-have-a-sound-alert-for-macdhistogram-arrows/
Understood but, how do i create a scan for stocks that are currently showing a buyg signal? I've tried to use scan hacker, but it doesnt display anything
The solution here is for a chart strategy with alerts. This is not designed to work as a scan. If you are seeking a scan you should be searching the "Stock Scanners" topic. MACD is one of the most popular so I am sure you will find something has already been posted and solved.
|
Please log in to post questions.