Search results

  1. hilmy83

    Is EA short free money?

    yea short that shit. They lost FIFA license. nobody is going to buy their next shitty game after fifa 23
  2. hilmy83

    china reverses 4% up from US opening?

    sold at top. nice gains for me
  3. hilmy83

    MNQ vs NQ

    Weird price action to start the day on the MNQ. what the hell is that opening 5 minute bar about? is that like someone selling huge on the open?
  4. hilmy83

    Index futures automation

    testing and more testing. running the algo on pre market and regular market to see how it behaves.
  5. hilmy83

    skewed coin toss simulator

    ah, nevermind got it lol
  6. hilmy83

    skewed coin toss simulator

    when i use rand() it randoms from 0-1. i have to do randbetween(1,2)
  7. hilmy83

    skewed coin toss simulator

    i'm trying to simulate skewed coin toss on google sheets. heads=95% tails =5% i was trying this but it gives error. =PROB(1,2,{0.95,0.05})
  8. hilmy83

    Index futures automation

    well found another error. i was experimenting with using a multiplication factor for the size on the reverse trade to test that aspect of the algo. I was testing doubling the lot. So with every order, it would set 3x lot at the reverse side (leaving with 2x since it's FIFO netting), but...
  9. hilmy83

    Welcome to my Shit Show

    give up the alcohol and keep the weed
  10. hilmy83

    Index futures automation

    Finished first week forward test with the latest updates. Also have been backtesting and figuring out the best risk settings to use. Definitely don't want to get caught in the curve fitting loop though. Anyway, i'm pretty confident this algo version i'll be using going forward. Will resume...
  11. hilmy83

    Index futures automation

    after resetting the algo , it finally took the trades on all markets. also got to see the algo work as designed. Transition from a failed buy stop to a market order feel good about the algo working as it should. Now it's just time to let it run and monitor and see what kind of real results i...
  12. hilmy83

    Index futures automation

    maybe it has to do with the initialization. I basically update the date on the algo to run without actually removing/reapplying the algo to the chart. I was able to replicate the issue on demo
  13. hilmy83

    Tradingview data and stock splits

    it's immediate . basically you get updated chart post split
  14. hilmy83

    Index futures automation

    after a few edits on the algo, ran it for couple of days.. then found this issue where the algo is loaded, but no trades placed today on mym. it worked yesterday but not today? i'm like how is this happening?. no attempt by the algo to place trades, no errors, nothing. it was loaded and that...
  15. hilmy83

    Index futures automation

    it never ends :-( still finding and working through bugs. algo supposed to trigger direct order (market) when price is at the entry level. apparently you have to tell this retard platform that, unlike CQG platform that triggers it if price is above buy stop level...smh
  16. hilmy83

    Index futures automation

    still working to make sure the algo/platform work properly first. it's just little mt5 nuances that i'm getting frustrated at.
  17. hilmy83

    Index futures automation

    the fact that it happened on mine and it jsut doesn't "reload" data is very concerning. AMP dude was just like log off and on ..AMP never really cares about platform issues, it's not really their problem anyway
  18. hilmy83

    Index futures automation

    i like how MES is missing data for 1 hour and fucked up my algo. Other indexes was fine. what a piece of shit platform. stay away from MT5 lol. fuck need to look into NT8
  19. hilmy83

    Index futures automation

    As i'm going through the code, just realizing that filling policy for FDXS is different than the rest of the indices (no FOK). Not that i was using FOK (or maybe I was by default?), but this time, i explicity making the update to use only "return fill". Removing FDXS for now though, not liking...
  20. hilmy83

    I am up 19.77% YTD and still don't know what my edge is!

    discipline is not an edge since you can automate a strategy. unless you trade some subjective approach that depends on random interpretation of data, then ......in that case you're just lucky lol
Back
Top