Search results

  1. hilmy83

    Index futures automation

    So I went back to the original code which din't have the unnecessary settings I asked the dev to add later. And settled on this change to handle open orders/positions that may be left after target is hit: I still need to figure out how to handle situation if an order is placed out of sequence...
  2. hilmy83

    R/R & Win Rate - Is It Good Enough

    Sounds like a sales pitch already. You just forgot the 2nd part "If it is good enough, join us as we open the doors of financial freedom to you and your family! For only $4999, you can have access to this amazing strategy that will make money in up or down markets! WHat are you waiting for call...
  3. hilmy83

    Index futures automation

    Another legit b/e
  4. hilmy83

    Index futures automation

    Yes, I think this is what I want as a fail safe. Release! :D
  5. hilmy83

    Index futures automation

    This edit works, and it ended flat..
  6. hilmy83

    Index futures automation

    SHit, nevermind
  7. hilmy83

    Index futures automation

    per chatgpt The provided code is written in C# and appears to be part of a trading or financial application. Let's break down what each part of the code does: void OnFlatten() This is a method that appears to be called when you want to "flatten" your trading positions, which means closing...
  8. hilmy83

    Index futures automation

    Ok. So here's the current code: When target is completed and position is flat, message is sent out to indicate the pnl. So at that point, I want to add a check: I want to add this section into the code. Basically the intent is once target is met, I want to retrieve any orders that may be...
  9. hilmy83

    September 11, 2001

    RIght, nobody remembers WW2 anymore. Do you even remember your mother's birthday?
  10. hilmy83

    Index futures automation

    Yea the dev is probably not very detailed in his approach. You would probably laugh if i told you waht I paid to ge the algo done. BUt I did get about 20x out of the initial code investment.
  11. hilmy83

    What is your way of identifying trend reversals?

    You like the wretched, ghetto hood rat types huh?
  12. hilmy83

    Why are many posters on ET afflicted with the Dunning Kreuger effect?

    Yes, numbers don't lie. But then people get delusional over few months of gains. Recency bias to cover up years of losses lol.
  13. hilmy83

    Index futures automation

    I reviewed yesterday's event log and found the issue. Yesterday, the OCO process didn't work, I had a sell order that didnt' cancel when a buy order is triggered. SO the reverse+the sell stop got executed. The limit target on the buy stop was also not cancelled so that was weird too. How the...
  14. hilmy83

    Index futures automation

    Removing another outlier. WOul'dve been a flat day yesterday.
  15. hilmy83

    Index futures automation

    No I can't replicate live execution back in market replay. Market replay is basically demo environment and do not reflect real market execution/latency.
  16. hilmy83

    Index futures automation

    That's what I'm tryin to figure out. Last change I did is to make sure everything's flat when i get the TP target hit. BUt today, target never was hit, so that code never got executed. I had a reverse order that was supposed to be cancelled (OCO) but did not cancel. Also I'm realizing that...
  17. hilmy83

    Index futures automation

    I dont' need a perfect algo, I just need a safety switch to trigger when the algo does mess up. That switch is to go flat! I have play around with conditional check a bit more.
  18. hilmy83

    Index futures automation

    Don't jinx me man. Right now I have a strategy with a broken algo. Imagine having a decent strategy but too clueless to make it work automatically :banghead::banghead::banghead:
  19. hilmy83

    Index futures automation

    I feel like the stop and reverse process is overcompicating things. If I had just treat each order with its own s/l, then place a new stop order for re-entry (reverse). This would treat each order as individuals rather than this mesh of stop and reverses and partials that can can confusing..
  20. hilmy83

    Index futures automation

    I have to undo the recent changes I added, cause this definitely is not what it's supposed to do! You can invest for growth or you can invest for yield. I'm a yield's guy...it's in my nature.
Back
Top