OMG!!! How do you return the row number in a DF???
For instance, all values in row one would be 1, all values in row two would be 2, all values in row 3 would be 3... without manually changing the values? You would think there would be a function like row() or row_number()
It is nowhere in the documentation!!!
ALSO!!! How exactly are you supposed to use data.current and data.history if they will only take a sid that is entered directly. They will not accept anything that comes from a dataFrame. So if you don't know exactly which stock you want to trade and you want to screen for them, then forget it.
Show me ONE example source code that actually orders a stock WITHOUT entering a single sid.