Search results

  1. zenlot

    dxFeed Market Data is available via AmiBroker trading platform now

    Any way retail traders can get a subscription without additional 3rd party platforms, only raw data?
  2. zenlot

    Quantopian’s Community Services are Closing

    Wow, flashback! Used to play this.
  3. zenlot

    Forex Programming

    It is simple. And everyone can program via various API's provided by brokers. The question is do you have an idea, edge, algo in mind? If you do, getting code for it is simple. But most of people don't, yet that doesn't make FX programming more difficult. Seems that you're mixing two.
  4. zenlot

    Easiest way for a noob to automate entries in Interactive Brokers?

    @SteveM here's the code to start with. Steps to get going(example on MSFT): 1. Enable API access in IB TWS 2. Download and install Python 3 [if don't have already] and install ib_insync: python3 -m pip install ib_insync 3. Save the following code to name.py or whatever name. 4. Run the code...
  5. zenlot

    Easiest way for a noob to automate entries in Interactive Brokers?

    You could really do this with their Python native API, or even more easily with ib_insync [ https://github.com/erdewit/ib_insync ]. As @d08 mentioned, historical data request can be send to get opening price as you don't need streaming for it, then calculate your entry based on that. It's...
  6. zenlot

    What are some good Youtube Downloaders?

    You can use SaveFrom. It also works with prepending ss before urls: https://en.savefrom.net/1-youtube-video-downloader-2/
  7. zenlot

    https://icebergh.io/ 97% cheaper

    Got this today: - icebergh.iois winding down... I'm sad to announce that we're closing down our data services today. We've gone through multiple iterations and always had clear metrics in mind for validating our MVP and product success. Unfortunately, we weren't able to reach the heights we...
  8. zenlot

    IB getting really specific on margins

    Looks like IB regrets their decision for allowing sub 10k accounts, thus trying to get rid of retail with small accounts.
  9. zenlot

    The value of Monero's privacy

    If you like Monero, you may enjoy Mastering Monero book. It's free to download PDF and it has really great content: https://masteringmonero.com/
  10. zenlot

    Rithmic API conformance

    A bit off topic, rithmic api looks a bit mysterious. Could you tell what broker do you use to get access and how much does it cost? What's the process on getting documentation etc, is it provided by broker on request or by them directly?
  11. zenlot

    Data science question: best or simplest ML/DL/NN approach

    JVM itself is great. I agree on that, but my point was directly for Java as a language (JVM aside). I am huge Clojure fan which runs on JVM, and apart from being Lisp family functional language it allows you to access Java libs if you need.
  12. zenlot

    Data science question: best or simplest ML/DL/NN approach

    Talking only about AI/ML/DL... Python has taken over. It's not for starting out, it's for complete solution. I am talking here about this particular space, not anything else, where C# and Java shines. AI/ML/DL... - Python Trading systems, execution... - C++, C# Kernel development - C...
  13. zenlot

    Interactive Brokers and their ever changing margins.

    I never understood these: "write me or better call me so you won't have evidence in writing" to discuss pricing. Come on, be open about the price, have a process and detail it in your website. Makes much more sense and saves time on useless chats and calls.
  14. zenlot

    Needing Help installing QuantLib for Python on Windows machine

    If you don't have yet, install Windows Terminal (much nicer to work with: https://github.com/Microsoft/Terminal ). If not PowerShell will work too. Then open it and do: C:\Users\your_user> python.exe -m pip install --user quantlib (you can remove --user to install globally) If you have pip in...
  15. zenlot

    FXDD questions

    Hi, Is FXDD Viking platform is ECN or STP? Also, is it a so called bucket shop? I am confused while reading reviews about FXDD, so it would be nice if somebody could clarify.
Back
Top