Search results

  1. fan27

    ATR analysis oopsie!!

    The software is behaving as expected. While the ATR value will be variable until the bar actually closes, to get the backtest and live trading results to line up, you should only check for signals on the OnBarClose event or whatever is used for Metatrader.
  2. fan27

    Interview with a Full Time Trader and CTA

    This is definitely one of the better trading interviews I have listened to. There was good info regarding system development/trading that I had not considered before. thanks!
  3. fan27

    Removing the golden handcuffs

    I have not applied for any jobs because I do not currently want a job. It would be a waste of my time to prepare for interviews. I have problems to solve and code to write.
  4. fan27

    Removing the golden handcuffs

    #1 is in the bag. I know what my skills are and have a good reputation among colleagues in my area. Also, the job description you posted would be $100,000 minimum per year in my local job market (not $40,000). The market is so hot that kids are starting at between $50,000 and $60,000 out of...
  5. fan27

    US Markets are too Easy to Trade. I am up over 139% ytd

    Congrats on a great year so far! We will check back in on your performance once the next bear market starts.
  6. fan27

    Nagging Thought... "Has it ALL just been one false flag after another since 9/11?"

    Rather than 911 being an "inside job", a more plausible scenario is that certain authorities were aware of the attack being planned and they let it happen. I don't buy that any of the other events you mentioned are false flags. Take the Vegas shooting for example. There have been zero changes...
  7. fan27

    Running hundreds of trading strategies concurrently

    Strategy parameters are not optimized. The strategy count is based on different components that can make up a strategy. See thread "a new way to backtest".
  8. fan27

    Running hundreds of trading strategies concurrently

    I try and think in terms of capital utilization. Let's say I have algos A, B and C with the following stats: A: Avg trade result: 3% Avg trades per month: 10 Avg holding period: 5 days B: Avg trade result: 8% Avg trades per month: 2 Avg holding period: 5 days C: Avg trade...
  9. fan27

    Running hundreds of trading strategies concurrently

    The "issue" is I have many systems that are just slight variations of each other. Technically, I could reduce them down to one composite strategy but that would actually be more work as that would have to be done manually. For example, I just ran my research platform against ES using 30 minute...
  10. fan27

    Running hundreds of trading strategies concurrently

    For those running hundreds (300+) of trading strategies concurrently, which platform do you use for live trading? Also, which time-frames are you mostly trading? Thanks!
  11. fan27

    go from 30k to 1 mln in 6 months

    He reached 138k euros which is well short of 1 million but still quite impressive! And yes, going from 30k to 138k in such a short time is not probable but certainly possible.
  12. fan27

    New approach for testing algorithmic trading strategies

    Both. Finding profitable algorithmic trading strategies is not easy. Once found, managing those strategies performance and combining them in an uncorrelated portfolio of strategies is also challenging. What makes you say the market for a solution that helps to solve those problems is small?
  13. fan27

    New approach for testing algorithmic trading strategies

    Thanks for posting! The application looks great. While it looks like I am taking a similar approach to back-testing, the main difference is I am be distributing an SDK and console application with source code which is targeted at programmers who want to be able to extend the platform.
  14. fan27

    Am I poor?

    About two years.
  15. fan27

    Removing the golden handcuffs

    Incorrect. As outlined here, the tool adds automation to the strategy discovery process. It is not going to magically "spit out" profitable strategies. The user has to have an idea of what features might make up a profitable strategy. new approach for testing algorithmic trading strategies
  16. fan27

    Stand your ground?

    Like others have noted, once the shooter pulled the gun, the "victim" had no weapon and no forward progress towards the shooter. The fact that the shooter hesitated after pulling out the gun and shooting seems to nullify "stand your ground" given the circumstance. As an aside, the shooter was...
  17. fan27

    Alex Jones goes Indie Folk

    Such talent!! https://www.webbyawards.com/winners/2018/film-video/general/comedy-individual-short-or-episode/alex-jones-rants-as-an-indie-folk-song/
  18. fan27

    Malicious Multinicks Stalking

  19. fan27

    I'm thinking about starting a service...

    It is a crowded space with some alert services having decades long track records. http://hulbertratings.com/since-inception/
  20. fan27

    New approach for testing algorithmic trading strategies

    The genetic optimizers I am familiar with work on parameters of a given strategy. My platform tests different feature combinations that can make up a strategy. Of course there are deep learning routines that may use some sort of genetic optimization and then spit out strategy code but my...
Back
Top