Announcement

Collapse
No announcement yet.

If your using EFS, enter the highest return you've had...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Thank you both for your replies. It was exactly what I needed, advice on how to write indicators and functions into the system and examples.

    Chris

    Comment


    • I'll second Shogun's recommendation. A good broker for automation is Interactive Brokers and in that case you'll probably want Dynaorder for executing limit and stop orders and monitoring positions and cash balances. There are a couple examples of fully automated EFS scripts on the Dynaorder examples webpage.

      Comment


      • Whatever you do base your data on the open of the session after the signal is generated. Anything other than this can skew your results horribly.

        Comment


        • BakedWafer,
          Thank you for your reply. That makes a lot of sense and solves the problem I have been facing about the indicators getting affected by a big overnight gap, especially oscillators. How can I prevent this from happening? How can I can base the signals for the system on the current session only? Do I set the indicator to restart the calculation on the open of the session? Any thoughts you can share on how I can accomplish this would be greatly appreciated. Or did I misunderstand your recommendation?

          Thanks,
          Chris

          Comment


          • [QUOTE]Originally posted by chrisf95003
            [B] How can I can base the signals for the system on the current session only? Do I set the indicator to restart the calculation on the open of the session?


            Chris,

            I think you don’t have to do anything at all.
            If you calculate for instance a 14 periods RSI you need 14 periods of correct data. This means that you have to wait for 14 periods starting from the open of the session to have the correct data. Even if you don’t tell your system to start calculating from the open of the sessions you will have to wait 14 periods to start trading. At that time the data from last session is 15 periods ago, thus not interfering in your calculations anymore. You will get exactly the same indicator as if you started counting from the opening of this session.

            Comment


            • If I understand your question...

              You are asking how to address the problems of GAPS in price or screwed up indicator actions from the end of one day to the next??

              The only way to resolve this is to allow for extra bars at the beginning of each day (say 20~40 if necessary) to allow for some "normalization" of the indicators in question. This will resolve your problems with the indicators at the start of the trading day..

              Now, to address your trading system, you need a StartTime and EndTime coded into your trading system to know when to allow the entry triggers to "go off"...

              so you might have a starttime of 930 and an endtime of 1500. Thus, you would need to check for this within your trading system and allow the entries to go off only between these times.

              B
              Brad Matheny
              eSignal Solution Provider since 2000

              Comment


              • Re: If I understand your question...

                Originally posted by Doji3333
                You are asking how to address the problems of GAPS in price or screwed up indicator actions from the end of one day to the next??

                The only way to resolve this is to allow for extra bars at the beginning of each day (say 20~40 if necessary) to allow for some "normalization" of the indicators in question. This will resolve your problems with the indicators at the start of the trading day..

                Now, to address your trading system, you need a StartTime and EndTime coded into your trading system to know when to allow the entry triggers to "go off"...

                so you might have a starttime of 930 and an endtime of 1500. Thus, you would need to check for this within your trading system and allow the entries to go off only between these times.

                B
                DOJ, how's the EFS coming?

                Comment


                • Baked...

                  Not bad I guess..

                  May 2004 +$4K
                  June 2004 +$14K
                  July 2004 - $65.00

                  I'll try to get some graphs together later today. I'll also show you guys another graph from a client's system..

                  Brad
                  Brad Matheny
                  eSignal Solution Provider since 2000

                  Comment


                  • Look at this sucker...

                    This is a client's system that is just kicking some *** at the moment.

                    This is a 120 day test with a "Running Equity" feature that I developed to compound equity at is runs the test. So it is starting with 1 contract and ending with about 30.

                    $65, 000 in profits starting with one contract...

                    Hope you enjoy...

                    B
                    Attached Files
                    Brad Matheny
                    eSignal Solution Provider since 2000

                    Comment


                    • I just noticed something..

                      That test (graph below) is actually tested starting with 2 contracts... you get the picture...

                      B
                      Brad Matheny
                      eSignal Solution Provider since 2000

                      Comment


                      • Re: I just noticed something..

                        Originally posted by Doji3333
                        That test (graph below) is actually tested starting with 2 contracts... you get the picture...

                        B
                        And what are the returns in REAL trading?
                        Because that's the only thing that counts.

                        Comment


                        • Yes, a good point. I am curious as to how many of these "systems" trade with real money and for how long they have been traded.

                          Comment


                          • Was this the day trading system? Is the system is able to pyramid from 2 lots to 30 in one session? Is that normal for an automated sytem to get that agressive?

                            Thanks,
                            Chris

                            Comment


                            • Originally posted by chrisf95003
                              Was this the day trading system? Is the system is able to pyramid from 2 lots to 30 in one session? Is that normal for an automated sytem to get that agressive?

                              Thanks,
                              Chris
                              Chris,

                              i don't think this system goes from 2 to 30 contracts in one session.
                              I think the system starts small and takes bigger positions as the equity grows . So after a few trades the equity should allow the trader to take bigger positions because he reinvests his profit.

                              I also think it is not an intraday trading system because the margins are at the level of overnight positions.

                              If have systems that perform much better in backtesting, but that is irrelevant. Only a track record of effective trades can proof the quality of a system, that's my final conclusion after 15 years of trading.

                              Comment


                              • This is what I have going right now, you can see the system in the background along with the equity curve.

                                Comment

                                Working...
                                X