Search results

  1. N

    P265algo Trading Journal

    2023 wrapped up!
  2. N

    P265algo Trading Journal

    Trades 39-43 for the algo
  3. N

    P265algo Trading Journal

    streamables got rid of my gif.. reposted
  4. N

    P265algo Trading Journal

    The algo buys the vol puts, max spend is i.e. 500 fixed. Long put, my risk is that 500, ill buy an spx vertical spread where the reward is close to, but above 500. Then I manage the pairs inverse relationship through the expiration cycle.
  5. N

    P265algo Trading Journal

    These are all algo driven trades, each trade is hedged, dollar for dollar. I'm only posting the volatility side of things for now. please critique if you see some flaws or bad math constructive criticism is greatly appreciated
  6. N

    Question: Managing Profitable Debit Spreads

    I think you misunderstand my post. We are only talking about calls, PUTS were never part of the equation.. I use pt (point), 10 point spread. If I buy a 10 point debit spread with calls for 4.50, my reward would be 5.50. If i sell an ATM 10 point credit spread with calls, AFTER the price...
  7. N

    Automated emails based on price spreads

    >.... oops
  8. N

    Automated emails based on price spreads

    My coding is very basic..
  9. N

    Question: Managing Profitable Debit Spreads

    Please show/explain how selling a more expensive, ATM, 10 pt spread, when you own an ITM 10 pt spread, is adding risk? I wanna know if I'm missing something...
  10. N

    Automated emails based on price spreads

    I'm just winging this if (stock_price_a - stock_price_b) < x: send email
  11. N

    Question: Managing Profitable Debit Spreads

    ODTE... price starts at 3985. Lets say its a 3990/4000 call spread on spx, (this will only work if there are available strikes between your strikes) Lets assume the price goes to 4005 Original trade is ITM now Sell a call spread against the ITM debit spread. ie the 4005/4015 and take in...
  12. N

    Automated emails based on price spreads

    Easy script to write, What broker do you use?
  13. N

    Anything on VIX? Spill it Right Here Baby.

    Option Liquidity in vxx is great, that's my reason
  14. N

    Start of day balance in IB

    With the specifics of my system, im aware of how many buys should happen, when that number is surpassed, something is wrong.. I ran into this issue with a simple syntax error, where invalid trades were being placed repeatedly, i was able to save 50% of my cash but i did learn a valuable lesson...
  15. N

    Start of day balance in IB

    In essence that's what I have done.. my program is automated so I used the account values endpoint that pulls up what you see as the account management window. I grabbed cash balance and net liquidity, and save it to a csv. When I run my program it finds the csv, and the static snapshot, of the...
  16. N

    Start of day balance in IB

    Still open to ideas, my solution is really just a shitty bandaid, ive already found holes in it, that are too cumbersome to adjust on the fly.
  17. N

    Start of day balance in IB

    Thanks for this.. this was the same suggestion I got from IB. Along these lines I scripted my code to assign the cash value to a variable that only happens once a day at 930 so as my cash changes, that one variable stays static. all is well once again! N2M
  18. N

    Start of day balance in IB

    Does anyone know where I can find the start of day balance? I'm trying to code a killswitch if the value of the account drops by a certain percentage from the start of day value. Thanks P.S. I'm also open to any ideas that accomplish the same thing with the available IB api requests.
  19. N

    Day Trading Firms in Canada

    Thanks @daytrader_Canada
  20. N

    Day Trading Firms in Canada

    Can you hold overnight?
Back
Top