Software to plot options against underlying over time

Discussion in 'Options' started by jtunner, May 30, 2018.

  1. If you use excel I enclosed a little VB Macro Nested loop. It is very small but from it you can do great things with it You need to have the developer add on to do this. You can screen what ever you want out of a spreadsheet. Lean a little vb and do what ever you want done between the Two Ys. You can record as macro changing worksheet and use that macro code as a base to put the loop in
    CajunFarmer

    For x = 1 To 1000
    For y = 1 To 1000
    If Trim(Cells(x, 1)) = Trim(Cells(y, 3)) Then Cells(y, 2) = "w"
    Next y
    Next x
     
    #11     May 31, 2018
  2. jtunner

    jtunner

    The issue here is getting historic daily option prices. Any sources?
     
    #12     May 31, 2018
  3. truetype

    truetype

    https://www.hanweck.com/ is the best, but there are others. This is discussed in several threads.
     
    #13     May 31, 2018
  4. They have groups of professionals working on their software. I'm just one old geezer.
    I have a list of 200 stocks and indices culled by option volume and volatility. The software calculates different Days Volatility, RSI ,Stochastic , and Open/Close Spread in seconds which can be back tested with a click of a mouse on from 1 to 200 Chart screens at one time. But then again I'm not rich. If I had software that was making my rich I would keep a secret.
    CajunFarmer
     
    #14     Jun 1, 2018
  5. This is my Old Software RSI short term picks for tomorrow.
     
    #15     Jun 1, 2018
  6. These are Friday Buy Ups. They were up on three consecutive Fridays
     
    #16     Jun 1, 2018
  7. Results of Today's picks
     
    #17     Jun 1, 2018