Thanks Jonathan,
I found the drop-down menu, and selected "View Code" and got a box with the code, labelled "Algorithm code for backtest 2". Excellent!
Presumably, if I do a "Live Trade Algorithm" or "Share Results" the relevant code will be used (and not the present working revision in the IDE).
Also, I gather that the only way to revert to a prior back-tested revision of the code would be to copy the code from the box into the IDE, where the current revision is always displayed? Or no?
What are the numbers in the browser? For example, if I navigate to a particular algorithm, I have:
https://www.quantopian.com/algorithms/54f43b5102974c68b80001fc
Then, if I view specific backtest results, I get:
https://www.quantopian.com/algorithms/54f43b5102974c68b80001fc/54f6dec85c62a20f2429bc45
And then if I go back to the IDE, I'm at:
https://www.quantopian.com/algorithms/54f43b5102974c68b80001fc/54f6dec85c62a20f2429bc45#algorithm
So, am I now looking at the code associated with the specific backtest, or is it always the latest working revision displayed in the IDE? And how do I over-write the latest revision?
Sorry, still kinda confused how this backtest/revisioning system works.
Grant