Recent content by Joman

  1. J

    The ACD Method

    Interested about the economic theory. I'm not an elliot fan but this idea rather match a 5th wave !
  2. J

    Suggestions on finding gaps

    You can automate this quite easily over hundreds of stocks if needed. However as Bob said slippage should destroy all your expected profit. You should backest your strat and see how much slippage you can take.
  3. J

    Suggestions on finding gaps

    If you know what's going to gap before 9:28 you can use market on open order, the fills are pretty good. And you can find your gappers with finviz too.
  4. J

    Gaps Trading - Too Good To Be True?

    Thanks for the additional information Kevin, I'll have a look at his research again.
  5. J

    Best "trading psychology" book you have ever read?

    Lots of books out there... You can read all of Brett Steenbarger and Mark Douglas work. Non trading related, "The power of habits" is a great book too. Then, meditation is a must to improve everything in your life imho. But let's be honest how can you make 60% a day and not taking...
  6. J

    Gaps Trading - Too Good To Be True?

    Not for the faint hearted :) https://www.cfm.fr/en/publications.php
  7. J

    quantshare vs amibroker

    You just need to duplicate your ticker and to run a backtest on the portfolio like this: if (name() == ticker_meanreversion) {your mean reversion system here} if (name() == ticker_momentum) {your momentum system here} Of course you can do that with 20 systems if you need.
  8. J

    Trading Hammers (revisited)

    Understood, thanks for your detailed answer.
  9. J

    Trading Hammers (revisited)

    Thanks for your reply. I've added the axis (Paris time) and used an other format so I hope it will be better ! I do understand the importance of market context and the difference between a line and a pattern. But strictly speaking about the pattern, what is wrong ? the previous red...
  10. J

    Trading Hammers (revisited)

    Wow, quick reply thanks ! All the shadows are hurting my eyes too but the white (or green if you want :) ) seemed legit, that's why I'm asking. What about that one - EURAUD 15 Min May 14th? With preceding price action a bit cleaner... Just want to be sure I've correclty gathered all...
  11. J

    Trading Hammers (revisited)

    Hi Mark, I'm working through this very good thread. If that's OK for you I'd like to submit few charts for your analysis. Here is one AUDNZD 15min chart, is it a valid white hammer (see above green triangle) ? Thanks.
  12. J

    Making Bollinger Band fading profitable

    Be aware of data snooping bias, you don't know the real band's value until the bar closes. By the way this is 2 lines of code to backtest with most platforms, it could save you some time.
  13. J

    Strategy Dev/Backtesting with OHLC vs Intraday Data

    Yes and you only have 1 year of historical data.
  14. J

    Strategy Dev/Backtesting with OHLC vs Intraday Data

    In OHLC bars only the C is correct...
  15. J

    Unofficial TWS bug thread

    And I'm in Europe ! Was teaching students in a business school this morning ;)
Back
Top