Search results

  1. W

    Finally a Winning Intraday System

    Wish it was that easy
  2. W

    Finally a Winning Intraday System

    Bob111, No hard feelings, just felt like you were attacking me, I am not a trader although would like to be some day, that is why I am looking for a partner, I have what I feel is a genuine system and need someone to trade it. I will come up with the money somehow, maybe my own or a partners...
  3. W

    Finally a Winning Intraday System

    Don't be mad at me, its not traders paradise, just something I ran into that is unrelated while trying to code traders paradise, take a chill pill. Only looking for a partner to help me trade this, not to post how I did it. Read the very first message wdbaker
  4. W

    Finally a Winning Intraday System

    Bob111, I don't use omega, it is amibroker, apparently you don't understand how to read the report or you wouldn't be slamming it. Also if you think that you can trade at 90% win year around then your better than every one else out there, you must be a god :D wdbaker
  5. W

    Finally a Winning Intraday System

    I would love to but I am guessing that I would be shooting myself in the foot. I wish I had time to just post live trades off of this and will have to once I find someone who is willing to partner up. Probably because it can be coded easily and a big company could trade it to death. (read...
  6. W

    Finally a Winning Intraday System

    First this is not traders paradise system Second the commissions that you are looking at include the slippage third this is on 100 shares per trade only, multiply that buy how much you want to make wdbaker
  7. W

    Finally a Winning Intraday System

    Ron, when it says b&h that means buy and hold, the reports are comparing also to buy and hold. The Max. system drawdown: -350.00 This was trading 100 shares only per trade I think a lot of people are reading the report incorrectly wdbaker
  8. W

    Finally a Winning Intraday System

    TBA, Not traders paradise but what I ended up with while trying to figure out how to code traders paradise. wdbaker
  9. W

    Finally a Winning Intraday System

    This will make you cry :D This is trading one contract only starting with $5000 in the account. I have used 2 ticks slippage plus $5 round trip, the equity curve is a sight to behold. Please see below(read, scroll way down) wdbaker <HEAD> <TITLE>AmiBroker System Test...
  10. W

    Finally a Winning Intraday System

    Htrader, This backtest was over 1208 trades and the Avg. trade (win & loss): 5.47 the amount used for commission and slippage was .04cents per share. If that is not good enough then you can just move up to the 10min time frame, I'll do this just for you. Here I will use .10 per share for...
  11. W

    Finally a Winning Intraday System

    The only problem is I have no money to trade it. So looking for a partner to join up with in Colorado, I live in Denver. No I will not reveal the system but am willing to post the stats for the backtests. Yes I confirmed that it is not forward looking and the system is very simple, plays long...
  12. W

    This Might Be Stupid???

    Thanks for the translation, now maybe we can get a few people to try this out. wdbaker
  13. W

    This Might Be Stupid???

    Here it is, let me know if you have any trouble wdbaker
  14. W

    This Might Be Stupid???

    WarEagle, Sorry about that, some how the code got screwed up. I think the message board thinks it is html or something, I will post it as a text file.
  15. W

    This Might Be Stupid???

    I'll keep that in mind wdbaker
  16. W

    This Might Be Stupid???

    All I have is five minute data, signals are triggered on close wdbaker
  17. W

    This Might Be Stupid???

    Something else that I am noticing is that some of the biggest losses come when it takes a trade at 8:00 am on a gap, normally you would be watching this to confirm weather to establish a position or not. So if we pull those out that makes for an even better looking system. wdbaker
  18. W

    This Might Be Stupid???

    It does seem fairly stable accross various changes, doesn't always make as much money but continues to work, seeing the equity curve is what suprised me, there aren't any huge dents in the curve like you would find if overfit or all the money came from one trade. wdbaker
  19. W

    This Might Be Stupid???

    That would be nice but don't have that much data :( equity curve looks pretty nice though wdbaker
  20. W

    This Might Be Stupid???

    test1= Filter AND MA(Close,5)>MA(Close,30) AND MA(Close,5)>MA(Close,50) AND ROC(MA(Close,50),2)>.09 ; Ma(close,5) =means 5bar sma of the close etc.... roc(ma(close,50),2)= rate of change between current 50 bar sma and previous 50 bar sma etc... when it says cross it means when the first...
Back
Top