Search results

  1. M

    Starting a brokerage based on Open-Source platform

    Yes, while M4 has been stable for several years, it is true that if a customer introduces bugs of their own and does not have a proper license agreement in place, they're asking for trouble. Most of our products are intended for companies who either have professional developers on staff or...
  2. M

    Why M4 is not popular?

    We work with customers no matter what the budget is. But please email us at sales@modulusfe.com or call (888) 318-3754. LiveChat is not always available on our website. I will reply to your private message. We'd rather not use up space on EliteTrader for sales questions. Thank you.
  3. M

    Why M4 is not popular?

    M4 requires a minimum of 40 hours or $1,000 to integrate a brokerage API. Most spend around $3k adding new features, changing the UI, etc.
  4. M

    Why M4 is not popular?

    Thank you. I do have one thing to share and will only do this once, since this thread was about our product anyway: http://www.modulusfe.com/var.asp This is a link to a reseller program that we're offering (for a limited time). This "value added reseller" program can help anyone wanting to get...
  5. M

    Why M4 is not popular?

    I prefer you email us for the list of brokerages - I'd rather not use up space on ET, that would be spammy. Just wanted to clarify M4 is our product because another poster placed a link about MT4. So you can email us for a list and I will bow out now. Thank you.
  6. M

    Why M4 is not popular?

    I just want to clarify that MT4 is not the same as our M4 product. The "M" in M4 was supposed to stand for "Modulus" while "MT" of course stands for "MetaTrader" - a different company. To be an altruistic dope, I will answer the OP's question. Our product ("M4") requires C# development and...
  7. M

    How good is RMD Server?

    RMD does not have a TCP server built in. You have to add that if needed. M4's data server has a TCP server built in but has slower disk IO. 1) Yes, your understanding is correct. 2) Right, they are actually more than just libraries. 3) Our scripting language is data agnostic. It can work...
  8. M

    How good is RMD Server?

    RMD Server is a separate C++ library, not part of M4. There's a C# data server included with M4 but it's main purpose is to broadcast data to thousands of clients. It's not built for the same level of disk IO speed. Although.. now days one can easily do memory mapped files using C#. Since...
  9. M

    How good is RMD Server?

    It is strictly for speed.
  10. M

    Anyone coding in Assembler?

    We use inline assembly and GPGPU programming where appropriate. Taking it a step further, our friends at www.tradingsystemlab.com run machine code with genetic programming. Their trading system designed with machine code holds the #1 Futures Truth position at 276.55%
  11. M

    Software engineer for hire

    quant_hacker, send us an email to jobs@modulusfe.com and we will find you some work.
  12. M

    Murray's trend following system update

    Murray, Do you have an updated log for Trend Harmony and Super Turtle? Richard
  13. M

    Opening Range Breakout , Crabel method

    Is this demo the most up to date? I need to send the link to one of our clients.
  14. M

    Free Demo Version of TradersStudio

    Is this demo still available?
  15. M

    Feedback needed on cross-platform Data API

    Feel free to PM me if you'd like to integrate your API and data into our charts or Silverlight platforms. We've been offering a couple different Silverlight trading platforms since 2008 (started in 2007 with SL beta 1). We have a low-end version on our site and a professional version with...
  16. M

    Feedback needed on cross-platform Data API

    May I ask who the company and people behind FuturePrice are? Seems it is written in C#, is that correct? Suitable for some retail applications, especially Silverlight clients. Perhaps you'd like to use our C# Silverlight financial chart on your demo page (free of charge if you post a...
  17. M

    Looking for a flexible, programmable stock screener

    You could build your own scanner in C++ using our TradeScript library, which we used to develop ScanTheMarket.com several years ago. That was capable of scanning 50,000 symbols in less than 20ms. See archive.org. It isn't online any longer since we sold it to Genesis Securities.
  18. M

    Managing and efficiently implementing code

    "How do you guys organize code that you routinely use?" and for that, programmers use "Snippet Managers". It's a common practice of course. No one can remember the thousands or millions of lines of codes that are routinely used. Edit: I should clarify that snippet managers are designed for...
  19. M

    Managing and efficiently implementing code

    You can use this free utility that I built for that purpose: www.snippetmanager.com
  20. M

    I really need your advice

    Good thread. It's also not a bad idea to learn programming just for the purpose of writing your own trading systems, if nothing else.
Back
Top