Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
The biggest little perfections on Quantopian

Quantopian = Wow
...and as if you don't already have a vast todo list with high priority, here's a pitch for an idea:

The little things can matter a whole lot

My list of tiny changes that I think can make huge differences. Imagine if the whole list could be handled in a day maybe. Inviting anyone to add their potentially easy/quick to handle issues if not complex involving the API etc.
(Some of these might only apply to my environment, Windows 7 and Firefox)

  1. Make double-click anywhere on a word highlight that word. Currently seems the click has to be nearly centered on a letter for the highlight to take.
  2. [Edit, done 2014-12] On right click -> 'Select All', do not scroll to the bottom.
  3. Make user start date and dollars stick as default for new algos. (Of late I almost always change defaults to 01/01/2009 and $5000 for example).
  4. [Edit, done ~Apr/May 2015] See if you can find a way to make copy/paste from logging window preserve user carriage returns (\n), possibly a simple CSS addition.
  5. For multi-line comments using pairs of """ or ''', make the highlight color match single-line (those with # at the beginning), currently, for 1/10th of certain males including me that are somewhat red-green colorblind, it appears not so different from normal text.
  6. Find a red-green colorblind person and ask them to help you pick colors for the custom chart that are easy for us (and still others) to distinguish from each other.
  7. When the date range slider is used on the custom chart and resuming in debugger, don't reset to full scale.
  8. Make user list of algos sortable with this easy-to-implement javascript for example.
  9. Add a button in Community for inserting images (it's possible now, just more steps, requires upload to another server first)
  10. Move the search input box left about 20 pixels to not cover the upper scroll arrow (cosmetic mainly).
  11. When doing a search in code (Ctrl-F for 'Find'), start the search from the cursor position.
  12. After a search thru code, then focusing away from the search input box and click to return to it, automatically highlight the current contents to be able to easily type or paste to replace.
  13. [skipped to play it safe] :)
  14. Maybe change the 'Build Algorithm' button to 'Save and Build' since it does an automatic save (glad of that).
  15. Add a thumbs-up button for backtests in the Community (altho maybe not thumbs-down).
  16. Add Returns column to paper/live algos at the top of the Algorithms page.

:) Thx

2 responses

Hi Gary, thanks for that awesome list - regardless of how 'little' you may call your suggestions, those are fantastic suggestions and we will do our best to fix as many as we can as soon as we can.

Keep the ideas coming!

thanks,
Jean

Disclaimer

The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by Quantopian. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. No information contained herein should be regarded as a suggestion to engage in or refrain from any investment-related course of action as none of Quantopian nor any of its affiliates is undertaking to provide investment advice, act as an adviser to any plan or entity subject to the Employee Retirement Income Security Act of 1974, as amended, individual retirement account or individual retirement annuity, or give advice in a fiduciary capacity with respect to the materials presented herein. If you are an individual retirement or other investor, contact your financial advisor or other fiduciary unrelated to Quantopian about whether any given investment idea, strategy, product or service described herein may be appropriate for your circumstances. All investments involve risk, including loss of principal. Quantopian makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances.

Liking it! Here's a few more for consideration:

  1. Start and end dates are confusing for anyone not from the US : change to a different format 2014-04-25 .
  2. Can only print something like 24 lines? I know why you do it but its very low...
  3. Highlighting text and hitting Tab should not erase the text - it should indent the text. Reverse action for shift+tab.
  4. Have a "favourite" button in the forum for later reference to something (think stackexchange style)
  5. Duplicate button in algo list to make a copy. (I think someone else requested this before)