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.

natureboy1618

Members
  • Content Count

    43
  • Joined

  • Last visited

Personal Information

  • First Name
    Michael
  • Last Name
    Gould
  • Country
    United States
  • Gender
    Male
  • Occupation
    Trader
  • Interests
    Music, Science

Trading Information

  • Vendor
    Software Vendor
  • Favorite Markets
    FX
  • Trading Years
    6
  • Trading Platform
    MultiCharts, TradeStation
  • Broker
    IB, FXCM, FXDD
  1. Fastest execution... yes that matters especially in equities. not nearly as much in more liquid fx access. Automation helps, automating in C++ on Linux even better.. give yourself an edge. You may not be colocated - i don't think anyone in FX is! its OTC If the biggest players reverse on you, then the market could fake you out. It can happen. What is important is the bottom line after 100+ trades. One fake out, provided you don't lose too much, is normal every so often. I'm confused - isn't trend confirmation basically the same as directional signal? You have two preferably uncorrelated tools telling you "bearish", then you call one 'signal' and one 'confirmation' ... eh. News would be to tell you when to pay attention to your trend/direction tools. Time can be a very important component.
  2. Trends. Its how to roll. I just posted this in another thread - you may like it. Apparently trends are quite natural. So how to best trade the trend once you have one? My -- You mention buy low, sell high. Retracement patterns, my focus, help to do that. I just did a webinar for the MTA about that. Truly can help with trend trading. Not to schill my own stuff - other approaches work too - just seriously though, retracement patterns in trends can work. Money management, Exits, Entries. So a big piece of the real work then, as always, is identifying when a trend is happening. Breakouts, Volume, Momentum patterns, Volatility measures, trend logic can all work - some of the time. Maximizing the return then can be achieved (in my view) from using multiple timeframes and automation...The exits can be trailing and targets (i think a mixture of exits is better than one, that's just me).. and money at risk history and now have to be followed keenly - current results can only deviate so much from the past to keep trading the concept... Have to find the balance that works for you and your own style....trend definitely can be your friend though. Nice post RC
  3. That's the real point. Even great trend trading methods can have win rates of 30-40%. Whether the markets are random or not doesn't even matter. The only thing that matters is how much is made on average vs how much is lost on average and the frequency of both over time (and keeping the trade distribution close to that average - no big losses). With a large enough reward to risk, you can make money with 10% accuracy, probably on 'random' price data and real price data. Purely academic.. As Steve from Santa Barbara pointed out, randomness itself is hard to model accurately with a computer (so even our estimations of 'random' are not in fact pure randomness).. You can use Brownian motion of bacteria as a random model... even then, you see trends! They call it 'drift'. So even with natural models of randomness you see trends. Now do trends in prices occur more frequently than drifts in brownian motion? I'll leave that to a PhD.. i'm interested in making money. Lets get a thread going about making money.. step 2..
  4. I know some pros use the RadarScreen functionality of TS. So many funds are into the arb/HF game, which C++ is the fastest. EL is great for prototyping, and for some live functionalities. TS offers prime brokerage, they mention it in their website... from what i've read most funds use C++ or Python. For speed eventually my plan is to run everything in C++ on Bodhi
  5. Nice. Thank you for this. I'm checking it out now.
  6. Re: being in the market all the time - that is actually not necessarily what day traders do.. The defining activity for day trading is entering and exiting within the same day; trading every day is not implicit. May want to look into why some days are more attractive to trade than others..
  7. I must say i do like the Arms index. Still experimenting with it, though it does appear to be workable (i've only really looked at two week data).. My first thought was to use an OB extreme close to forecast a down day in the S&P tomorrow. Doesn't always work, i'll be looking into it some more though
  8. My understanding of strength indicators in FX is that they are calculated solely on price. Open interest is for futures.. I guess you could use currency futures as a proxy, though it could be inaccurate. Strength comes from relative strength in stocks, i.e. comparing individual security performance to an index. Performance being defined by momentum rankings. With currencies, there is no 'index', rather each currency pair with same base (e.g. EUR) is used to find the average momentum ranking for the Euro itself, giving a EUR line... That line can then be compared with say the USD line and find correlations with EURUSD rate 'trends/breakouts/ranges'... No volume used.
  9. TA can offer an edge. Using a pseudorandom number generator to take random entries I recently showed in a talk how using pattern entries can be better than random. How could I do that? TA methods can be defined exactly enough to measure - including chart patterns. I'm a TA guy, so i'm sensitive on this one... i want people to understand its not garbage. Statistical proof? Dude. Read NonRandom Walk Down Wall Street... Statistical as you can get. Trading will seldom be easy.. Even when TA offers an edge. People will screw themselves too often to allow an edge to play out, poor money management, emotionally driven behavior.. Even in automation things can go wrong and poor human decision making comes in to play (Knight).. Many TA approaches are no good by themselves - i'll agree with that.. its like sifting for gold, you can't stare at each unsifted pile and toss it out without even looking!
  10. Ok. I'm no expert. I know in strategy you can either buy next bar at market or buy this bar limit... possibly buy next bar limit. So can you assign the btt value as the limit price by declaring its value a variable, use the var for the limit price? One issue is with candles, it may form the candle pattern intrabar, but not close that way. So you may have a trade off between certainty of candle pattern (per your rules) and price you're able to enter on. I'll work on this some more.. I've seen some other threads on here where some folks appeared to know what they are doing. Also, post on the TS forums, the TS staff is often helpful. If you get stumped, i know a pro who can do this for you. Costs a little.
  11. Is the S/R value coming from the same chart that your candle patterns are on? If so, you need to either include the indicator code for your DBox in the strategy.. or use a call function if possible. If its on another timeframe you'll need to use ADE - free on the TS forums. If its on another chart type.. that's more difficult, though i think there are some commercial solutions out there.
×
×
  • Create New...

Important Information

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