Hi, when can we expect to get trend line based alerts on Sentinel?
1 Like
No plans currently.
yes trendlines alert is missing but it is very imp for daytraders
I am also eagerly waitnig for Trendline alert facility
You could use a little mathematics to do this.
Its just linear equation that will be satisfied and sentinel provide all bunch of function to do this.
For eg:
(LastTradedPrice(‘NFO:NIFTY21JANFUT’) - ((1422117 + -13*((YearDay() - 1) * 375 + (Hour() * 60 + Minute() - 555) - 4528)) / 97)) > 0
this is the trigger when nifty future touch my trndline shown in image.
I have a python script that generate this alert based on coordinates that I provide.