I was thinking about that this morning. For example, long strategies post-GFC are easy to find. I've found those same strategies don't work as well in the bull markets leading up to the GFC.
Seems like the markets were choppier back then. Has anyone noticed something similar?
To your...
Got it. In that case, bring up a chart, add a sample strategy, then open up the easylanguage developer and try to see what the code is doing and go from there. It takes a little getting used to.
I'm in the same boat. Try to understand how the engine loops through and places orders. There's an importance in the begin/end statements to make sure multiple if/then statements work properly.
Then just be careful variables are holding the correct values...use the print statements and...
Good info, that helps.
I have a strategy that tries to earn the spread by turning the same position. It seems too path dependent and too often updating orders only serves to lock in losses. Think this will help me to reevaluate.
What do typical algos do when an order is filled on one side and left holding inventory?
As an example, say bid is filled, left long and the ask isn't filled. Do most update the ask down or leave it as is but add another set of new bid/ask?
Just looking for general thoughts and guidance.