Search results

  1. D

    Market Chameleon site not working?

    Hello DaveV, not being funny, but one of the things I have done several times is check and re-check that I am typing the correct address, and besides I also have the site saved in my favourites :) Anyway, like already mentioned in my one of posts above, I have narrowed it down to issue with my...
  2. D

    Market Chameleon site not working?

    Just completely baffled now. Been on the phone with my ISP for over an hour now, and they can't seem to figure out/resolve this issue with this website, after various changes in settings. Why just the one website, very strange!
  3. D

    Market Chameleon site not working?

    Nice one, thanks.
  4. D

    Market Chameleon site not working?

    Restarted router (unplugged and re-plugged) and then restarted PC, still no joy. Will have to phone up my internet provider tomorrow. Many thanks for your assistance Bob, much appreciated.
  5. D

    Market Chameleon site not working?

    Hello Robert, many thanks for your assistance. I think I have managed to narrow down the problem. It would appear to be something to do with my internet. I tried it on my mobile phone using just 4G (wifi disabled) and the page connected and loaded. Now just need to figure out why my internet...
  6. D

    Market Chameleon site not working?

    Many thanks for the reply guys. But there is something not quite right here. I have tried the other 3 browsers (IE, Chrome and FireFox) I have not used to access the site before, and still no joy. I have tried both my phone and tablet, same thing. It keeps showing "The site can not be reached"...
  7. D

    Market Chameleon site not working?

    I don't know if anyone here uses the website marketchameleon.com? I have been trying to view it for the past 4 days but the site is not displaying. Have they closed shop or something?
  8. D

    Closing two trades at the same time - stock and option?

    @FSU Many thanks for the advice. Much appreciated :thumbsup:
  9. D

    Closing two trades at the same time - stock and option?

    Are you saying it's better not to hold and hope?
  10. D

    Closing two trades at the same time - stock and option?

    I see your point. However, if GE keeps falling, and as the PUT nears expiration, will the PUT not start losing value at some point?
  11. D

    Closing two trades at the same time - stock and option?

    Many thanks! That's what I was after :D
  12. D

    Closing two trades at the same time - stock and option?

    Hello. I have two separate trades with Interactive Brokers. (1) 100 shares of GE currently at - $1,289, and (2) 1 contract of GE Jan 18 2018 30 PUT currently at +$1,014. I want to close both trades (for an overall loss, I know), but for both to close at the same time (but not at market) as...
  13. D

    Program or spreadsheet to view trade records with interactive brokers

    Okay, I think I have figured out a way to manually do this correctly. However, if there is a free program out there that automatically does it that anyone knows of, a mention will be most appreciated. Thanks!
  14. D

    Program or spreadsheet to view trade records with interactive brokers

    Nothing with IB is ever straight forward! If you initiate a lot of positions daily, especially in forex, where your trades PnL is shown based on the base currency, trying to make heads or tails of your account statement derived from the IB account management page is a nightmare! I just wonder...
  15. D

    Currency pairs prices from IB using Python API

    Hello GAT, just an update with regards to my quest as you spared part of your precious time to try and help. Did check out your gist, but found it overwhelming :) I have managed, however, to sort out the issue. Many thanks for your assistance!
  16. D

    Currency pairs prices from IB using Python API

    Okay will have a look. Many thanks!
  17. D

    Currency pairs prices from IB using Python API

    No problem sir, completely understand :)
  18. D

    Currency pairs prices from IB using Python API

    Hi GAT, I have made so many amendments here and there and the whole .py file currently looks untidy and difficult to follow. Please bear with me. I will look at it and tidy it up properly later tonight when I come back form work and if it still does not work, will post the whole code for your...
  19. D

    Currency pairs prices from IB using Python API

    First bit of code: from ib.ext.Contract import Contract from ib.ext.Order import Order from ib.opt import Connection, message from tkinter import * from tkinter import ttk from decimal import Decimal import time class Application(Frame): #methods/functions def __init__(self, master)...
Back
Top