Stock Splits


Category:
0
0

Hello Pete,

I hope all is improving. I was tinkering around with scans and was able to come up with a stock split scan. If anyone can build on this, have at it. I think I have a decent start so far.

Input length = 10;
def split = GetEventOffset(eventType = Events.SPLIT);
Alert(-length <= split, sound.Ding);
plot scan = -length <= split;

Attachments:
Marked as spam
Posted by (Questions: 6, Answers: 12)
Asked on August 22, 2019 4:16 pm
138 views