♥ 0 |
hi everyone can someone halp me edit this code please ? i like to get an Alert every time MACDline Crosses Signaline not just above Zeroline ! and can i make it Study Alert So when price is above 200Ema i get push notification only for UpSignal (MACDline Crosses Signaline From Below) and vice versa.
Marked as spam
|
Private answer
There is nothing about this code that captures the value line of the MACD crossing the average line of the MACD. There are three plots of the MACD. The Value, Avg and Diff. Please be careful to use the correct names for each plot or nobody will be able to understand what you are requesting. The signals in this code are only capturing when the plot name Diff crosses the zero line. You can build this using the Condition Wizard and you don't have to understand one thing about writing code. Be sure to watch the entire video on this topic before viewing the screenshots below: https://www.hahn-tech.com/thinkorswim-condition-wizard/ Notice each step in the process, very much like the examples you saw in the video. This covers the MACD Value crossing above the MACD Avg while the MACD Value is below the zero line and the close is greater than the 200 period exponential moving average. You can use this for a Study Filter in a scan as well as a Study Alert. Marked as spam
|
Please log in to post questions.