Search results

  1. fan27

    Removing the golden handcuffs

    I appreciate the encouragement but "full time" trading is not something I am seeking at this point. My trading is 100% automated which frees me to pursue other income generating activities.
  2. fan27

    Adventures in Automation

    Great! Nice to be "on the clock" again.
  3. fan27

    Adventures in Automation

    Exit 4 YM contracts at 27972 -$1,000
  4. fan27

    Start at 20 retire at 30 - FIRE/Robinhood

    Anyone who wants to retire at 30 years of age clearly does not have a wife and kids, thus not fully realizing the value of having a reason to leave the house the each day.
  5. fan27

    Adventures in Automation

    I start a "day job" Monday so postings might not happen until the evenings EST.
  6. fan27

    Biden has already won....prove me wrong......

    I just don't see Biden being able to go the distance without imploding...I don't think he has the mental or physical stamina for a general election campaign.
  7. fan27

    Breaking your own trading rules

    It's simple, learn to follow your rules or find a new hobby. Most people are not cut out for trading.
  8. fan27

    Indicator Help: Market Statistics: Infamous J Perl’s Framework for ThinkorSwim (TOS) with Thinkscrip

    Man...that post reads like a statement of work you would give to a programmer for hire. You will get better feedback if you have very targeted questions...not here is all my code and I have a bunch of problems with it.
  9. fan27

    Adventures in Automation

    Long 4 YM contracts at 28022 for 30 min bar strategy Trailing stop at 27933 Limit at 28245 Exit after 5 bars
  10. fan27

    Hedge Fund Billionaire Buys Florida Mansion for $111 million, Setting State Record

    Who are you to judge another man's needs? :)
  11. fan27

    Adventures in Automation

    With ETFs I would I give up the favorable tax treatment and leverage.
  12. fan27

    Adventures in Automation

    Since I launched, it is probably a wash. My goal is to have my backtest match live trading which I am currently achieving by not triggering exit orders during after hours trading.
  13. fan27

    Adventures in Automation

    I have my stops set to not trigger during after hours.
  14. fan27

    Adventures in Automation

    Damn shorts!! Exit 1 NQ contract at 8300.75 -$1414.10 Exit 2 ES contracts at 3105.25 -$1858.20
  15. fan27

    I'm building an open-source robot trader framework.

    @jbax Any plans on adding the ability to backtest / live trade multiple strategies concurrently where you would have a risk management component that would "approve" the trades before they are sent to the broker?
  16. fan27

    I'm building an open-source robot trader framework.

    C/C++ does not force you to do anything as you are free to write shitty code that leaks memory.
  17. fan27

    I'm building an open-source robot trader framework.

    If you like, message me and let me know what you are up to before you spend any money on programmers. I am not interested in the job but would gladly offer free advice in terms project feasibility.
  18. fan27

    Adventures in Automation

    Short 1 NQ contract at 8230.5 for 10 minute bar strategy Stop at 8282 Limit at 8124.75 Exit after 80 bars Short 2 ES contracts at 3086.75 for 10 minute bar strategy Stop at 3103 Limit at 3052.75 Exit after 80 bars
  19. fan27

    I'm building an open-source robot trader framework.

    Looks like a fun project! One suggestion...perhaps pass in the time intervals into the constructor. public ExampleStrategy() { indicators.add(boll5m = new BollingerBand(TimeInterval.minutes(5))); indicators.add(boll1h = new BollingerBand(TimeInterval.hours(1))); } could be: public...
  20. fan27

    Dest's "Trade Against a Pro" Trading Challenge

    You have no idea who you are dealing with here. Have you ever considered destriero is really Keyser Soze?
Back
Top