Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

tommaso

Members
  • Content Count

    29
  • Joined

  • Last visited

Everything posted by tommaso

  1. I use the SCX index See here: Metrics for Algorithmic Trading by Tom Gastaldi and also here: G-Bot Algorithmic Trading Project - Strategies You need to invest in "essentially different" price moves. Or else you are just "overloading" the same investment (and can easily blow up without even realizing it).
  2. Massive scalping can also be used as a form of "hedging". To create a "cushion" to protect larger trades. See for instance this thread: Forums - Algorithmic Trading a large folio with small orders or this post on Linkedin: I would be curious to share experiences: For you, what are 1- the most efficient hedging strategy you use? 2- the most efficient way to reduce drawdown? Thank... | LinkedIn
  3. Best way is to trade a large folio of ETFs and use the cointegrations for hedging.
  4. Hi Xiao, yes i real trade with it, and so do some of my users/friends (which include large funds too). I am not so fool as to make public claims about my income, but i let anyone interested to freely try the plaform on their machines for as long as they wish. Diligent traders have to be able to take their own determinations, based on their capital and intelligence :-) I dont even need to "retire", as i don't consider this work, but pure fun. You are right, if you are intelligent, you love coding and have a lot of time at your disposal, the best way is certainly to develop your own system. It's a full time commitment though, so it requires real passion and love. ;-)) Tom
  5. Hi Xiao. I m also with IB and i have developed a platform which i am also distributing free (a working project). Take a look a it. I think it's pretty stable and reliable and might solve some of your headaches: my IB platform Then let me know if you found it useful and, especially, if you have suggestions for further improvements for the project. This will allow both discretionary and automated trading. T
  6. Using the 1 realization of past data will only lead to curve fitting. "Prediction" makes no sense as far as trading is concerned. People easily forget their observations are submerged in an ocean of variance... Tom
  7. Hi onesmith thanks for asking. Since you are interested in a recent value of the "direction", you limit your computations to a recent number of price variations ("moves" from a gridline to another). The (k-1) would represent how many latest distinct price changes you are considering to assess the recent "direction". When you use equispaced gridlines (and do not use weighting), you can just simplify as follows (which is immediately intuitive to visualize): Number of "UpMoves" - Number of "DownMoves" sdx = -------------------------------------------------------------------- * 100 Number of all "Moves" intending here "UpMoves", "DownMoves", "Moves" as the distinct price "moves" from a gridline to the adjacent one. [ The distance between gridlines depends on your "timeframe" (similar to when you measure time, you may be interested in microseconds variations, or you may just be intested in minutes, depending on what you are doing). (I often use a distance between gridlines equal to 0.1% of the price.) ] Let me know if something unclear here. Tom
  8. another effective (and more robust) way to determine direction (actually a form of "slope") can be the SDX - signed direction index SDX Tom
  9. Do Or Die congratulations for your magnificent work and posts. You are a great contributor! Tom
  10. Right, that is the attitude! It's is there just to be tried by people and gather and implement as much feedback and constructive criticism as possible. [ Many fund managers are already testing it severely. See for instance: Forums - Trading FUTURES with IB ] not claiming anything, clearly. Just hard work and dedication. But putting together all the suggestions from many traders around the world, something good has hopefully to come out ;-)) Right ?
  11. Try this G-Bot Algorithmic Trading - Platform Screenshots G-BOT Algorithmic Trading - Project and Platform G-BOT Algorithmic Trading - Project and Platform (100% auto, also with possibility of manual intervention). A beast!
  12. You should first define the notion of Randomness. One of the most famous probabilist, De Finetti, started his famous book on probability with the sentence: "probability does not exist". So, go figure. As we know nothing about future prices, and they are obviously unpredictable, we could say prices are random. Or better, not deterministically predictable. And, actually not even probabilistically. ;-) T
  13. Right, coin toss is a too simplified and useless model to make reference to. A more useful model could be the GBM with mean reversion, and then one could just start making some sense, at least with the precaution to test the strat with **different volatility** levels (as mkt as a non-costant volatility obviously): ModelAssist for ModelRisk Algorithmic trading stretches much beyond a naive immagination can reach. There are ways to "overlay" different strategies (for instance a trender against a countertrender) in such a way that one strategy "protects" the other one, and both run without stops. There is also the concept of "artificial option", a conceptual device created using the folio instruments. No need to say that this is much better, and can be proved experimentally, than attempting to use stops at single trade level, which is an absolutely sure way to leave all the money in the mkt, in the long run (i am talking of algorithms). As said, smart traders can still trade with stops and survive a little longer (sometimes more than their lifetime), due to a better choice of high probability "trades" (news processing, past experience, instinct, understanding of international economy, local high/low perception, etc.). Tom
  14. Stops make the loss unbounded. It's bounded only if taken a stop you quit trading forever. All scammers and brokers push hard on stop because this way your loss is unbounded. If one does some serious reasearch (and i mean "serious", not te coin toss) and simulations, it is easily seen that strategies which use stop at trade level are sistematically unprofitable. If you see seemingly good backtested results, it's just curve fitting. I have been trading live for years showing and publishing live results of the order of 10% monthly, and all my traders have good returns. I never used stops. Clearly, it requires capital. But anyway small traders are wiped out in any case. Just matter of time. Tom see for instance: Forums - Robotrading: CT + Trending Strategy on folios of futures
  15. Mkts don't have to follow anything. Probability models are mere attempts made by humans to understand part of the complexity of nature. And it's certainly not a coin toss model going to help. If you introduced a GBM with reversion and jump diffusion and not constant variance maybe the model could come close to a barely acceptable start to investigate some aspects of money management and strategy performances with proper probabilistic tools. Discussing the mkts with a coin toss won't lead anywhere, and is an especially biased and naive approach, as mkt have locally bounded volatility, which is also the reason why the broker can take sistematically the risk to lend you money. Tom
  16. Right. Stops are designed to keep the herd around zero. And they work perfectly to that purpose. Tom
  17. Using analogies with coin toss for these kind of computation in trading is not much useful, and probably misleading. There is a fundamental difference. While a coin can do whatever it likes, mkts don't. Volatility is obviously bounded, as at certain prices you dont have no more buyers or sellers. Further, mkts (especially futures) experience violent reversals. In fact GBM with reversion are pretty realistic models for these (if we let volatility change randomly). You can have large dd, but can't really have "unbounded losses", unless you use stops, in which case, obviously, you do. [That is another reason why all fx brokers and scammers recommend to people to use stops .] Tom
  18. To successfully trade 2 types of capital are needed: - risk capital - intangible capital (intelligence) This combination is relatively rare. So you have: :haha: Pr ( risk capital > 500K AND intelligence > chimpanzee iq | trader ) << 10% T
  19. For a free professional platform specialized in futures (especially energy) you can check out this one [some examples of live trading with it are shown on other forum too. ] T
  20. have you tried the amazing G-Bot. :haha: free! this is a no return experience ...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.