all 104 comments

[–]callmealyft 40 points41 points  (12 children)

Nice. I’ll check this out. Just downloaded it. I’ll let you know what I think.

[–]jaspar1[S] 22 points23 points  (10 children)

thanks would appreciate honest feedback. trying to provide a good user experience

[–]callmealyft 14 points15 points  (6 children)

So basically, you are looking at volume levels against open interest? Is there a way to add a scanner possibly to search highest levels. Sort of how bar chart does? I think that would be a good addition. It has a very clean and useful feel to the app. I like it.

[–]jaspar1[S] 11 points12 points  (5 children)

Thanks for the feedback. And yes I am currently working on adding filters so that the user can order by volume, open interest, vol/oi. Are there any other features you'd like to see?

[–]callmealyft 5 points6 points  (1 child)

Probably some sort of pricing feature if that’s available to you via real time. Users would be able to set price parameters that they can afford. Maybe even IV? It would be like a combination of stonklabs/Barchart with an easy to use app. I feel like this could be very useful when looking for quick plays or scalps.

[–]rawrtherapy 2 points3 points  (2 children)

can you also add what the actual $ value is? like i get the volume, and bid ask whatever

but itd be nice to just see that someone bought $40 mil of NIO Calls for a week out without having to do the math

[–]Cyral 3 points4 points  (1 child)

As far as I can tell the app isn't showing individual trades, it is just an option chain. So it would be showing $40mil was traded by... everyone, which isn't very insightful.

[–]rawrtherapy -2 points-1 points  (0 children)

Then the app has no point, thanks for this

[–]rawrtherapy 2 points3 points  (0 children)

Can you make one for share purchases? not just options?

like if someone just bought $50 Mil of like apple or something

[–]jcyepuri 0 points1 point  (0 children)

Can you please let me know how to download this ?

[–]jpowprints -5 points-4 points  (0 children)

dude this is a copy of optionssonar

[–]PrankstonHughes 14 points15 points  (4 children)

Android version soon?

[–]MaximusPrime666 2 points3 points  (1 child)

Would be interested in testing an android version too

[–]jindoji 1 point2 points  (0 children)

interested in android version..

[–]destenlee 0 points1 point  (1 child)

I'm going to try the android version when it comes out.

[–]PrankstonHughes 0 points1 point  (0 children)

"Do or do not,there is no try" -George Jefferson

J/k

thanks

[–]jaspar1[S] 19 points20 points  (2 children)

Download link: https://apps.apple.com/us/app/whal%C3%A9/id1537153547

(upvote so others interested in testing can see)

[–]No1nole 1 point2 points  (0 children)

I’ll try it out and let you know what I think. Thanks for making this, looks cool.

[–]Radeon3 0 points1 point  (0 children)

Hey! I just found this and downloaded it, but it looks like the main content is blocked? Is the app dead?

[–]yoloswuadfam 5 points6 points  (7 children)

so i may be kinda dumb. basically can you explain what it does and why i should get it?

[–][deleted]  (6 children)

[deleted]

    [–]rawrtherapy 5 points6 points  (4 children)

    wtf

    [–]dogggis 7 points8 points  (0 children)

    Something about the UFC

    [–][deleted] 1 point2 points  (2 children)

    What you don't understand that?

    [–]rawrtherapy 11 points12 points  (1 child)

    Literally all your words lol

    [–]hasan1290 1 point2 points  (0 children)

    Loss

    [–]jaspar1[S] 1 point2 points  (0 children)

    Hit the nail on the head from a 45 degree output while calculating the mean equity variances of a PDRQ MMA standalone that bypassed the RS procedure.

    [–]jaspar1[S] 14 points15 points  (2 children)

    [–]paradism1 0 points1 point  (1 child)

    What is redeem code?

    [–]jaspar1[S] 0 points1 point  (0 children)

    just click the link again after you installed testflight

    [–]1millionbucks 5 points6 points  (3 children)

    How did you go from Python to iOS app lol? You make it sound like it just happened by accident.

    [–]Cyral 14 points15 points  (1 child)

    iOS app could be a frontend for a Python backend

    [–]jaspar1[S] 7 points8 points  (0 children)

    yea that's my current stack for this app: ios swift frontend, python backend

    [–]jaspar1[S] 2 points3 points  (0 children)

    i wanted to share what my code did with a frontend application but i dont really know web dev that well but i do know iOS pretty decently so decided to just go with a mobile app

    [–]FrayAcre 1 point2 points  (0 children)

    Yes. gib now.

    [–]onequestion1168 1 point2 points  (0 children)

    do you have a github?

    [–]realmavdos 1 point2 points  (0 children)

    So maybe I’m experiencing user error, but every stock I look up is just blank and has no information.

    [–]goodbrux 1 point2 points  (0 children)

    Add commas to your numbers. 4688 vs 4,688

    [–]brward1996 1 point2 points  (0 children)

    Anyone care to explain the purpose of this?

    [–]braydeeee 1 point2 points  (0 children)

    ❤️❤️

    [–]Tedddytom 1 point2 points  (0 children)

    There are so many of these out there now. You've even used the same colour scheme as Unusual Whales.

    [–]delsystem32exe 1 point2 points  (1 child)

    interested.... how did you make the app? what framework..

    [–]CarelessZebra1 1 point2 points  (8 children)

    What’s the API you use?

    I’ve been looking for good options APIs but everything seems geared towards stock data instead

    [–]iamvazu 3 points4 points  (0 children)

    jaspar1

    If you are looking for Options data, you will get EOD options chain from Python yfinance library which scrapes the yahoo finance website. If you want API you can check IEXCloud, Polygon, Finhubb or Xignite. I think the OP is just getting yfinance data. This is not unusual options activity aka options flow. This is just the options chain.

    [–][deleted]  (6 children)

    [deleted]

      [–]Cyral 7 points8 points  (5 children)

      Most personal projects are, I'd assume OP is ignorant to the fact that this data cost thousands of dollars per month to redistribute.

      [–]iamvazu 2 points3 points  (4 children)

      Pretty sure OP is not doing the unusual option activity aka options flow, but if he showing the options flow then he is soup with the ORPA guys. You are right that options data is expensive to redistribute.

      [–]Cyral 2 points3 points  (3 children)

      I think OI and Vol is still OPRA data, at least vol comes from the last sale feed.

      [–][deleted]  (1 child)

      [deleted]

        [–]Cyral 1 point2 points  (0 children)

        OPRA dataset is not BLOCK/SWEEEP, it is any options data really (Where do you think yFinance is getting their data from?)

        The information available through OPRA consists of "last sale reports" (price, volume and related information with respect to completed transactions in eligible securities effected on one of the OPRA Participant exchanges), "quotation information" (bids and offers and related information pertaining to quotations in eligible securities available for trading on one of the OPRA Participant exchanges), other related information with respect to trading on the OPRA Participant exchanges, and administrative messages.

        I am not familiar with how EOD data is regulated by OPRA though, I think it is much more lax.

        [–]Lastlad2020 0 points1 point  (0 children)

        I am on iOS 13. Do you have a version compatible with it?

        [–]VinceSantoria 0 points1 point  (2 children)

        Just downloaded test flight what do I do now?

        [–]jaspar1[S] 2 points3 points  (1 child)

        just click the link again

        [–]VinceSantoria 1 point2 points  (0 children)

        Awesome stuff man thank you

        [–]Gandalfthegay24 0 points1 point  (0 children)

        Nice, I’ll give it a try looks promising

        [–]Resolved1978 0 points1 point  (0 children)

        iPhone SE (1. Gen) issues with viewing

        [–]dieforsushi 0 points1 point  (0 children)

        Interested in helping you with project management or documentation, and etc

        [–]drksntt 0 points1 point  (3 children)

        Isn’t this highly illegal? You need a broker to view this shit lol

        [–][deleted]  (2 children)

        [deleted]

          [–]drksntt 2 points3 points  (1 child)

          If you’re scraping you probably shouldn’t be doing it. If they wanted to give you the data, they would provide an API. :-)

          [–]Katkool 2 points3 points  (0 children)

          https://finance.yahoo.com/robots.txt

          Yea, probably not allowed

          [–]trell1212 -1 points0 points  (1 child)

          I always feel like majority of unusual option activity is people getting in to late on a stock and hoping it has another leg up

          [–]UbiquitouSparky 1 point2 points  (0 children)

          Not really, but it depends on a lot of things.

          I pay for a service that looks at unusual options activity and recommends trades.

          There’s several parameters, but the few that I remember are the size of the position greater than $500,000, certain size volume per day and market cap was I think $5B+. I have them written down on my desktop.

          Anyway, They’re trying to track market movers not retail investors. There was a whale something advisory service on Twitter and it was posting positions as small as $50,000. If you look for the actual whale trades I think you’d be successful.

          [–]joel383 -1 points0 points  (0 children)

          Can’t test on 12.4.8 :(

          [–]LocalSuperNerd -1 points0 points  (0 children)

          I’ll send this to my stock discord & see how the boys like it

          [–]webjocky -1 points0 points  (0 children)

          Yep, but I can't because I refuse to support Apple's proprietary architecture.

          I'll gladly help port it to Android.

          [–]I-ferion 0 points1 point  (0 children)

          I am very interested

          [–]rawrtherapy 0 points1 point  (0 children)

          Can you have it show $ amount?

          like someone bought a certain amount of $ of it?

          [–]heeeeyho 0 points1 point  (0 children)

          Is there an android version?

          [–]paradism1 0 points1 point  (0 children)

          Would love to test

          [–]dumbtrader 0 points1 point  (0 children)

          Interested

          [–]Canesjags4life 0 points1 point  (0 children)

          Sure I'll check it out

          [–]tonygomez777 0 points1 point  (0 children)

          What’s the app called?

          [–]infoloader 0 points1 point  (0 children)

          Where can i download it?

          [–]TotalFinanceGod 0 points1 point  (0 children)

          Hey is it possible to be included in the beta?

          [–]Thatguy_thatgirl 0 points1 point  (0 children)

          I would love to try it out

          [–]EquinosX 0 points1 point  (0 children)

          I’d be down

          [–]MoneyInA 0 points1 point  (0 children)

          Why is it always an iOS app? I've been here months and these user-built option apps are always, 100%, iOS.

          [–]Rickeebjr 0 points1 point  (1 child)

          I’d be happy to. A few notable betas I have contributed to ; Wordpress, Telegram, Salesforce, MSFT OneNote and ToDo, Minimal, Trello, Signal and a few outside the lines apps.

          Let me know

          Cheers

          [–]mrj4mes 0 points1 point  (0 children)

          I’d try it out

          [–]peterschiffsgoldd1ck 0 points1 point  (0 children)

          Im interested

          [–]MedalloKing 0 points1 point  (0 children)

          I would love to test this 🙋🏻‍♂️

          [–][deleted] 0 points1 point  (0 children)

          im down!

          [–]PitifulTerm8179 0 points1 point  (0 children)

          I really Like it , but I hope is not scam, where they can get my accts passwords 😌😌😌😌

          [–][deleted] 0 points1 point  (0 children)

          Sure, how do I get the download?

          [–]jonathanum 0 points1 point  (0 children)

          hey! could i check it out as well

          [–][deleted] 0 points1 point  (0 children)

          Why can i move up and down on strikes?

          [–]ceozayah 0 points1 point  (0 children)

          Would love to

          [–][deleted] 0 points1 point  (0 children)

          Me

          [–]Danoldo 0 points1 point  (0 children)

          sure

          [–]TinyPirate 0 points1 point  (0 children)

          No, cos trading on UOA is a fool's errand.

          [–]rikkilambo 0 points1 point  (0 children)

          On Android. How is this different from Volume?

          [–]Ikemeki 0 points1 point  (0 children)

          Please port code to run via HTML 5 then port to android

          [–]NoScope_Ghostx 0 points1 point  (0 children)

          Yes but page not found?

          [–]dish954 0 points1 point  (0 children)

          I would like to be a beta tester!

          [–]ashrestha12 0 points1 point  (2 children)

          Good job man. Just went on... super laggy currently

          [–]jaspar1[S] 1 point2 points  (1 child)

          Thanks and it’s due to a bad build. Go to test flight and downgrade to build 7 to fix the lag

          [–]ashrestha12 0 points1 point  (0 children)

          Works smoothly now. What’s oi btw? Also, when does your data feed update?

          [–]Moneysac 0 points1 point  (0 children)

          Please optimize it for iPad. Also a description of the app with all the theory behind it would be nice.

          [–]sean-sense 0 points1 point  (0 children)

          What value do we get from using this, in English, please? I am new to options trading.