Recent content by cf0532

  1. C

    how do you think optimize a strategy not too much?

    when we optimize a strategy by parameters, we should comfirm this is not too much. Take for an example, define a parameter 'a'; if 'a' > 0, we long; else we short; Create a strategy with only this one parameter, I think we can't confirm this strategy optimized too much if we only test 10...
  2. C

    Do you know any web/app which support paper trading by code?

    I am seeking for a web/app which can receive my trading signal(which is sent by my python/rust code) and show my trading's curve(I mainly trade cryptocurrence and stocks). I search a lot but none is fit, for example, "trading view" who supports paper trading but should send trading orders by...
  3. C

    Is this over-fitting

    two method: 1. data driven 2. idea driven "2" is more stable than "1".
  4. C

    how do you think about a strategy which runs well on one stock but failed on others?

    nice; it is really important to find out specific characteristics; could you share which characteristics you think are very important for a trend trading? such as volume, volatility and so on? and we would never real trading unless we know the characteristics which should be validated, yes?
  5. C

    how do you think about a strategy which runs well on one stock but failed on others?

    yes you are right; but most time the reason for difference between stocks are not so simple.
  6. C

    how do you think about a strategy which runs well on one stock but failed on others?

    the `names` you means `stocks names`?
  7. C

    how do you think about a strategy which runs well on one stock but failed on others?

    Thank you for your link and I review all its reply and I think if we can understand the reason why strategy not fit then we can be more confident about it.
  8. C

    Is this over-fitting

    do you mean the logic as several "rules"?
  9. C

    Is this over-fitting

    It is realy strict as you said and in the fact I also think so, but it is really difficult; Instead I sometime train a strategy by "APPL", and I would believe it most if the trained strategy runs well on "IBM" (at least several tradings) even though it runs not so well another. Is it ok?
  10. C

    how do you think about a strategy which runs well on one stock but failed on others?

    Sometime I think out a trading idea and then I back test it on one stock, which shows nice; after that I would test it on many stocks, by which at last I find the strategy runs well on several stocks but also failed on many other stocks. Shall I believe this strategy(only use it on several...
  11. C

    how to buy stocks/cryptocurrency to avoid push price?

    Sometime I want to buy a big volumne of some stock/cryptocurrency, if I use "market orders", its price would be push a lot and even if I use limit order, I also should suffer a loss for these trading; so what is a goog method to avoid pushing price in this situation?
Back
Top