♥ 0 |
Hi Pete, Apologies for asking a question that has already been asked but I could not follow your reply. Someone else has encountered my same issue. I programmed a strategy and then I programmed a study based on that strategy so that I can be alerted when certain conditions are met. The issue is how to get the alerts been recursive (so that I do not have to re-set the alert every time it is triggered). You have already replied to this question but I was not able to understand. In particular, I attach a screenshot of what I see when I clink on “Study Alerts” in “MarketWatch” (“Alerts”). I also attach your screenshot. The question is: where did you click to open that window? Thanks a lot in advance and apologies again for double asking. R.
Marked as spam
|
Private answer
I’m going to change the title of your question to “Automatically Recreate Study Alerts”. The term “Recursive” has a very specific meaning in the context of study alerts and I don’t want folks to get confused. You may think this question has already been asked but there is a subtle difference between the screen you provided and the second one. The second one is from a Price based alert. To access the settings you on the Study Alert, simply click the button in the bottom left labeled “+ Set Alert Rules..”. I know, why on earth wouldn’t they make these two screens match. The choices are slightly different. There are two checkboxes. Mark the one labeled “Recreate alert for reverse crossover”. Hope it helps. Please be sure to up-vote the question the provides the best solution! Marked as spam
|
|||||||
Private answer
This was your screenshot I was talking about. Marked as spam
|
|||||||
Private answer
Pete, You are GREAT! Many many thanks! No way I was going to figure this out on my own. Thanks again! R. Marked as spam
|
|||||||
Private answer
I found the answer and have tested it this morning. Write a nested if condition statement that tests for condition1 and set value to 1 (true), test for condition2 and set value to 0 (false) and anything else set value to 3 (forces it to not trigger). Then set up a reverse normal alert and it will automatically alternate back and forth! Marked as spam
|
Please log in to post questions.
The original title to this question has been changed from ”Recursive Alerts” to ”Automatically Recreate Study Alerts”. The word Recursive, in the context of Study Alerts most often refers to a variable who’s current value is based on a previous value. For Study Alerts, these kinds of statements are not supported and will create an error.