Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

Stock Price Alert with a "10% change from the lowest close price" rule

Is it possible to create a Stock Price Alert with a "10% change from the lowest close price" rule

For example, if a stock closing price is 100, I want to alert if it drops 10% below 100, but if tomorrow's closing price goes down to 90, I want to alert if it drops 10% below 90.

On the other hand, if tomorrow's closing price goes up to 120, I still want to alert based on the 100 benchmark, so always alert on changes from the LOWEST closing price

eikon-data-apiprice-alert
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
22.5k 59 14 21

Hi @Gal.Dvir,

Are you referring to Eikon Alerts or generating alerts using your own app written using Eikon API.

For your own app, you can read the close price of an instrument and subscribe to streaming updates for the instrument and react when the alert threshold is breached.

I am not sure if this is doable with Eikon's built in Alerts functionality.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.