Search results

  1. hilmy83

    Surgocap Debuts in Largest Ever Female-Led Hedge Fund Launch

    You offended that i called her a bitch? are you one? Maybe i should call you the irrelevant bitch
  2. hilmy83

    Surgocap Debuts in Largest Ever Female-Led Hedge Fund Launch

    Great, another "disruptive tech" hedgie bitch
  3. hilmy83

    Should you or should you not chase?

    I think you should only view it from opportunity cost stand point If you have high opportunity cost, you chase the hell out of it since your R:R means that your few trades make your year. If you're scalping all day, hell no, just let it go and wait for the next one.
  4. hilmy83

    Index futures automation

    First trades of the year So I decided that since I'm implementing a b/e stop in the EA, I might as well run it on multiple markets just so I can profit off larger sample size. Based on my backtests, my b/e stop would only give me about 40% success rate overall. This would give me about 2...
  5. hilmy83

    Calling all the Elitetraders! USIC 2023 Opens Next Week!

    I already have a journal here where I went throug the whole automation process and sharing progress stats. So I will continue doing that. https://www.elitetrader.com/et/threads/index-futures-automation.368144/ But if broke ass is not on the list on their website every month, then you know i...
  6. hilmy83

    Index futures automation

    Plan 3 Run on index futures (mes,mnq,m2k,mym) with 1 contract per 10k. And also adding b/e stop to get to flat quicker and minimize margin use. It's really a give and take situation that i'm still thinking over.
  7. hilmy83

    Happy New Year! Trading goals, resolutions?

    Happy new year my fellow degens my new year resolution is to keep mr margin from calling
  8. hilmy83

    What are you presently reading?

    still trying to finish "Manufacturing Consent"...
  9. hilmy83

    Index futures automation

    Plans for 2023: Plan 1 Run the algo on just MES with 10k Top off account to 20k after 3 months of consistency Aim for 50k account end of the year (projecting around 200% total return minimum) Try to win the financial trading competition in the enhanced growth futures division (projecting about...
  10. hilmy83

    Let AI program your crappy strategies

    lol i know dude, that's not the point of this thread
  11. hilmy83

    Let AI program your crappy strategies

    Give it a couple of years. The video I posted has a part where it piece together a broken English email into a coherent one based on what it thinks the user intended. Similar thing would apply to code logic. With enough users inquiries and feedback it can improve. Like seriously, how complex...
  12. hilmy83

    Let AI program your crappy strategies

    It's a average Joe Google for code. You type what you want, then you learn how to piece it together. In some queries it even explains the logic of the code. It's the framework for learning the language
  13. hilmy83

    Let AI program your crappy strategies

    Tried to get a mean reversion to vwap. I think AI misunderstood lol. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NinjaTrader.Cbi; using NinjaTrader.Data; using NinjaTrader.Gui.Chart; using NinjaTrader.Gui.SuperDom...
  14. hilmy83

    Let AI program your crappy strategies

    Let AI do its thing https://openai.com/ I don't know how to code but with chat gpt, you just need specific inquiries and boom, MT5 and NT8 codes for MA crossover just like that #include <Trade\Trade.mqh> #include <Trade\SymbolInfo.mqh> #include <Trade\PositionInfo.mqh> #include...
  15. hilmy83

    Index futures automation

    The EA is finally complete now. It's able to maintain limit target partial fills I even tested disconnected VPS scenario and EA resumed current setup as soon as connection is on. Now the only thing that will screw up is the strategy itself.
  16. hilmy83

    Calling all the Elitetraders! USIC 2023 Opens Next Week!

    Ok fine. Should be fun. I'm actually going to run my algo full time next year. Hopefully it doesn't blow. I put "broke ass capital" as my account name :D
  17. hilmy83

    Calling all the Elitetraders! USIC 2023 Opens Next Week!

    Would be fun to enter just for the hell of it. $425 is nothing. But I only got 10k working capital right now. I think it said somewhere min for futures is 20k and anything less they just peg it to 20k start. Kind of feel cheated if I did enter lol
  18. hilmy83

    Calling all the Elitetraders! USIC 2023 Opens Next Week!

    Cool. I was only familiar with the other competition where they give you a bull/bear trophy. But you had to have an account with their brokers. What do you get if you win this other than your name on the site?
  19. hilmy83

    SMAs - what are they good for

    EMA makes no sense. You applying an exponential factor on a linear scale. Why? WHy is the 200th close more important than 50th or 70th close? Why not use volume weighted moving average. See, it never ends lol
Back
Top