Earlier quoted context omitted.
Trading volatility might imply that he's buying options in both directions. Big moves either up or down would be profitable. The only unprofitable move here would be no substantial moves in either direction. (In which case you lose your entire bet, but no more.)
Could you expand on how that would work? If X is priced at 10 units of currency, and I promise to buy 1 X for 11, and to sell 1 X for 9. And X stays available for 10, I end up paying 11, receiving 9 - netting a loss of 2. If I manage to promise a sell/buy at 10, I even out. What do I lose with low volatility? And how do I make money "both ways"? Clearly I lack a basic understanding of the concepts involved.
Ask HN: Anyone making money through algorithmic trading?
181–190 of 254 posts
Re: Ask HN: Anyone making money through algorithmic trading?
#182Re: Ask HN: Anyone making money through algorithmic trading?
#183Short answer: yes. Long answer: not in the beginning, then a long period of breaking even, and eventual profitability. My algos trade commodity futures(nasdaq, 30-year bonds, etc). My platform is Multicharts.NET, which supports writing your strategy components in C#.NET. I'm not a .NET fan, but the platform is solid and this is about dollars, not language preference. Also...regarding HFT - those aren't likely what yo…
Re: Ask HN: Anyone making money through algorithmic trading?
#184Earlier quoted context omitted.
Trading volatility might imply that he's buying options in both directions. Big moves either up or down would be profitable. The only unprofitable move here would be no substantial moves in either direction. (In which case you lose your entire bet, but no more.)
Could you expand on how that would work? If X is priced at 10 units of currency, and I promise to buy 1 X for 11, and to sell 1 X for 9. And X stays available for 10, I end up paying 11, receiving 9 - netting a loss of 2. If I manage to promise a sell/buy at 10, I even out. What do I lose with low volatility? And how do I make money "both ways"? Clearly I lack a basic understanding of the concepts involved.
If you buy put options for X at 10, and call options for X at 10, then if the price moves down you exercise the call option, and if the price goes up you exercise the put. Unless the price is totally fixed, you make some profit. The real question is whether this profit outweighs the price of both your options.
You need the price to move sufficiently for this plan to be worth it. Especially because in any case, either your put option or your call option is worthless. Thus, you need twice as large a price move as when buying only puts or calls. The upside is that you don't need to care about the direction of the movement.
Re: Ask HN: Anyone making money through algorithmic trading?
#185Yes. I have a very simple algorithm. Expressed as a function f(state of the market) = purchase shares in a fund that tracks the S&P 500 Total return: 12-20%/yr. Sometimes more, sometimes less
Re: Ask HN: Anyone making money through algorithmic trading?
#186Earlier quoted context omitted.
Excuse me for being ignorant, but what does TA mean in this context?
Trend analysis. Kind of the first thing they teach you in tutorials, I think mostly because it's easy to convey. I could explain it here, but you're better off reading the Investopedia article. https://www.investopedia.com/terms/t/trendanalysis.asp
Re: Ask HN: Anyone making money through algorithmic trading?
#187Re: Ask HN: Anyone making money through algorithmic trading?
#188Re: Ask HN: Anyone making money through algorithmic trading?
#189In financial markets, I badly wished there was a way to bet/lay a public company's metrics. (eg. next month's sales figures)... That would be heaven.