Search results

  1. C

    I wrote a bot and gave it 25k to trade

    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...
  2. C

    The Greeks and the formula for happiness

    I think it used to be more popular to refer to vol as kappa, which is a greek, but those cavemen may have moved on by now.:D
  3. C

    [QUESTION] - TradeStation EasyLanguage

    Did you find the programming logic inaccurate or the execution of fills that differed from backtest (ie slippage or not getting filled)?
  4. C

    [QUESTION] - TradeStation EasyLanguage

    I still remember the AOL CDs. At least it's not a Geocities page, lol.
  5. C

    [QUESTION] - TradeStation EasyLanguage

    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.
  6. C

    [QUESTION] - TradeStation EasyLanguage

    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...
  7. C

    Market Making Orders - Update or Add?

    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.
  8. C

    Market Making Orders - Update or Add?

    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.
Back
Top