Search results

  1. A

    Join the Trading Revolution: NinjaTrader Developer Wanted!

    Subject: Bringing Back an Old Post: Seeking Technical Minds Hello Elite Traders, I hope you're all doing well! I'm reaching out again to invite anyone who might have missed this post the first time to take a look and respond. Thank you all for being a fantastic community. Warm regards,
  2. A

    Join the Trading Revolution: NinjaTrader Developer Wanted!

    Are you a seasoned NinjaTrader ninja? We're looking for a dynamic developer to join our powerhouse team! If you live and breathe NT8, possess a computer science (or equivalent) background, and dance effortlessly with Git, we want YOU! Must-Haves: NT8 Mastery: Your knowledge of NinjaTrader 8...
  3. A

    MetaTrader coder wanted

    I am looking for an experienced MetaTrader specialist to work on projects. You will be working for me in a team and with my clients. You: - Must have a track record of successful MetaTrader projects. - Must be a believer in the merits of Test Driven Development. - Must be able to write and...
  4. A

    GUI and charts in Python

    Ouch! Do you think the 'headache' element was attributable to PyQt specifically? Is there something about PyQt that gives it a higher 'migraine score' than others? Thanks!
  5. A

    GUI and charts in Python

    I am embarking on building a custom Python trading algo which will need a GUI and a charting capability. Any recommendations/suggestions for cool Python packages or libraries for trading, GUIs and/or charting? Thanks!
  6. A

    JPMorgan CEO Jamie Dimon says bitcoin is a fraud that will eventually blow up

    The day will come when he regrets he ever said that.
  7. A

    Cryptocurrency Market Data source

    Am looking for sources of historical cryptocurrency price data for coins that failed / were discontinued. Anyone know where to get this? Thanks.
  8. A

    need programmer

    Geez.... what's that smell?
  9. A

    need programmer

    Plenty of coders to be found here. http://www.upwork.com
  10. A

    C# and Java

    I'm a self-taught quant developer, looking to raise the level of 'formal' knowledge I have about C# and Java. Along the lines of "Learning Python" by Mark Lutz, and "Programming - Principles and Practice of Using C++" by Bjarne Stroustrup... ... what are the best, must-have books to get a...
  11. A

    Question about using historical intraday futures data correctly, i.e., gaps between days...

    By looking at volumes, determine a rule for when trading shifts from front-month to back-month. Up to that date, your gap is measured between current day and prior day using the front-month. After that date, it is measured between current day and prior day using the back-month.
  12. A

    My mistakes have made my best systems...anyone else?

    If you have been in a poker game for a while, and you still don’t know who the patsy is, you’re the patsy.
  13. A

    Programming a custom indicator in NinjaTrader?

    You can post a job here ... www.upwork.com ... or here ... www.freelancer.com or contact one of the consultants here ... http://ninjatraderecosystem.com/Partners/Consultants.php#81
  14. A

    Easiest way to start coding an automated system

    www.ninjatrader.com
  15. A

    Alternative recommendation for Multicharts?

    www.ninjatrader.com
  16. A

    Need help with this Multichart .Net code

    Time hire someone to help you ... www.upwork.com
  17. A

    Need help with this Multichart .Net code

    On the other side of those equations you altered you are using 'Price' (which appears to mean something else somewhere else ...), whereas you should be using 'price' ... so try ... protected override void StartCalc(){ price = Bars.Close; FastAverage.Price = price; FastAverage.Length =...
  18. A

    Need help with this Multichart .Net code

    Those error messages mean that the XAverage class has no public member called either "price" or "length". Your code snippet doesn't show the XAverage class, nor am I familiar with MultiCharts. However, an often used convention is that private member names start with a lowercase letter, whereas...
  19. A

    eSignal Programmer Wanted

    www.upwork.com
Back
Top