Search results

  1. G

    Huge volume in AUD etf- FXA. what does it mean for ES and Oil?

    This probably will not help the AUD to rise. http://noir.bloomberg.com/apps/news?pid=20601087&sid=aIm2G9rZzqhI&pos=1
  2. G

    USD's next move, please vote

    Currencies are notably sentiment driven, so getting as many opinions can give an edge. Any way, echoing the chart you posted earlier, I see pretty much the same thing. Its funny how the price action at the 200dma is almost identical to a year ago from today on the eurusd. The key here is...
  3. G

    NNs for optimizing 4 variables

    A seach on google will give a ton of stuff. It all may seem really complicated but it's not it's actually quite simple. A PSO can programmed in less than 50 lines of code. This is essentially how it works. You create a population of particles whose position represent a variable you want to...
  4. G

    NNs for optimizing 4 variables

    GA's and PSO's are very fast and efficient methods of optimization however converging on a solution will depend on the size and complexity of the objective/fitness function and the number of variables. With four variables, it should be no problem. I code in c++ and have an app that can...
  5. G

    NNs for optimizing 4 variables

    It sounds to me you need to look into a Genetic Algorithm (GA's) and not NN's. If you can come up with an objective/fitness function with your variables, the variables can be solved very easily. Another method and my personal favorite method is the use of Particle Swarms (PSO's). They are...
  6. G

    Barstool Economics

    fixed
  7. G

    Barstool Economics

    This is funny until you realize how true it is. And then it's just sad. Barstool Economics
  8. G

    The evolution of my trading - Dumping the indicators & loving small losses

    Thank you for the interesting thread. I also am impressed by your blog. I hope you don't mind a question.. Can you explain how you identify when the market is "balanced" versus "imbalanced" using market profile. Thanks
  9. G

    MetaTrader Plug In

    Not sure if you're aware but MT5 has a DOM feature. But as Wallace points out it most likely the brokers orders only.
  10. G

    Complete list of ways to curve fit a strategy?

    Each of your strategies is going to made up of a set of rules/parameters. You can score each strategy with something like... Strategy Score = (correct prob.) / (# of rules) Most likely the strategy with the highest score will be the least curve fitted.
  11. G

    End Of Liberty documentary

    I like the comparison between the gold market bubble and the bond market bubble at the very end. Definately worth watching and very compelling. Thanks
  12. G

    Socket commands to Metatrader ?

    If you need to stream MT4 pricing into your app you can do it directly using Dynamic Data Exchange (DDE) functionality. I have the code in c++ but not java. If java allows DDE the code should be similar.
  13. G

    How much to cancel limit order at GLOBEX via IB

    It appears to me that you need to read the title of the post to understand the OP's question before submitting a worthless post.:D IB has information about there commissions and how they handle cancelled orders. For the CME look under the futures tab...
  14. G

    What if QE2 does not come?

    I think the real question is how much of the expected QE2 is priced into the current run up in the market. I mean how much should the market rise with $1trillion of purchase? How much should the market rise with $250billion?
  15. G

    The Most Underestimated Risk In Trading

    For me trading is a full time business. If you are trading full time in lieu of a career; you may be risking losing a career or the professional development that comes from one. Sitting in front of a computer 12hrs a day staring at charts for a couple of years is not exactly something you...
  16. G

    Software for graphing large data sets with GUI

    Check this out as an opensource solution. http://www.gnuplot.info/
  17. G

    if one can predict market daily movement 55% correctly, how to profit from it ?

    For the simulation I showed, I requested a maximum win rate of 55%. The actual simulation used a 51% win rate which resulted in the graph. My apologies for not clarifying that better.
  18. G

    if one can predict market daily movement 55% correctly, how to profit from it ?

    I believe the OP may have to consider the percentage of his account he plans to risk. With such a low W/L ratio, a large percentage of the losses up front will wipe out his account. Here's a screenshot of a Monte Carlo study that may demonstrate the importance of the Risk/Reward ratio and...
  19. G

    Tell me how Tech Analysis was supposed to forecast this flash-crash?

    What exactly do you mean by technical analysis? That could encompass alot of methods. If your talking about stochs and MACD's - yeah throw that crap away. However price action clearly shows you wanted to be short into and thru the U.S. session. The fundamentals also were bearish. I've...
  20. G

    Deflation followed by hyperinflation is coming.

    It depends on your situation. If you're divested from the equities market, do not own a home, and are sitting on a pile of cash from successfuly trading the short side of everything; you are probably hoping and praying deflation kicks in and the floor drops out on the price of everything...
Back
Top