Announcement

Collapse
No announcement yet.

Error on Alert.AddToList

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

  • Error on Alert.AddToList

    Hi,

    I get the following message when I try to use AddToList function:
    "A resource required was not available"

    I get it after it works a few times, than I get the above message and the system crashes.

    Can anybody help me find out why?
    Thank you.
    Mihai Buta

  • #2
    Mihai,

    Please provide further information on the problem.

    - What version of eSignal are you running?
    - Please provide the code you are using (or code snippets).
    Regards,
    Jay F.
    Product Manager
    _____________________________________
    Have a suggestion to improve our products?
    Click Support --> Request a Feature in eSignal 11

    Comment


    • #3
      Re: Reply to post 'Error on Alert.AddToList'

      ;
      charset="iso-8859-1"
      Content-Transfer-Encoding: 7bit

      Hi,
      I am using version 7.2 build 544.
      I attached one of the EFS files that create the problem.
      Every time I tried to use this file, eSignal crashed with "winsig.exe" error
      and "DLL32...." error.

      Below are other parts of code where I try to use alerts, but don't work.
      Please note that same files/indicators work fine if I comment-out the alerts
      (I am using them in constant basis and provide correctly the information I
      expect).

      Thank you.
      Mihai Buta

      ********************MarketTypeFunction************ *****
      function MarketType() { //Status: Tested OK
      var SYMBOL = getSymbol();
      var MKT;
      if (SYMBOL == null) {return 0;}
      else if (
      SYMBOL.substr(0,4) == "YM M" ||
      SYMBOL.substr(0,4) == "ES M" ||
      SYMBOL.substr(0,4) == "NQ M"
      ) {MKT = 1;} //Futures
      else if (SYMBOL.substr(0,1) == "$") {MKT = 3;} //Indexes
      else {MKT = 2;} //Equities
      //Alert.addToList(getSymbol(), "MarketType is: "+MKT,
      Color.RGB(0,0,0), Color.RGB(195,0,0));
      Alert.playSound("C:\\PROGRAM FILES\\ESIGNAL\\Sounds\\Ding.wav");
      return MKT;
      }//END MARKET TYPE

      *******************ADX******************
      var WindowTaken = 0; //From further analysis of the Window
      var WindowRejected = 0;
      if (ADXNewEntryWindow == 0) {
      if (ADX_F2 < Math.min(PDI,NDI) && ADX_F2 < ADXR_F2) {
      ADXNewEntryWindow = 1;
      Alert.playSound("C:\\Program
      Files\\eSignal\\Sounds\\Ding.wav");
      var AlertText = "ADX: NEW ENTRY WINDOW ACTIVE"
      Alert.addToList(SYMBOL, AlertText, Color.RGB(0,0,0),
      Color.RGB(195,0,0));
      Alert.playSound("C:\\Program
      Files\\eSignal\\Sounds\\Ding.wav");
      }
      } else if (ADXNewEntryWindow == 1) { //Keep window open until
      ???
      drawShapeRelative(0, -44, Shape.SQUARE, "",
      Color.RGB(160,160,160), Shape.ONTOP);
      //Reset: A.Taken B.Rejected C.Reset anyway
      if (WindowTaken == 1 || WindowRejected == 1 || ADX_F2 > ADX &&
      ADX > ADXR) {
      ADXNewEntryWindow = 0;
      }
      }


      ----- Original Message -----
      From: <[email protected]>
      To: <[email protected]>
      Sent: Monday, June 09, 2003 1:12 PM
      Subject: Reply to post 'Error on Alert.AddToList'


      > Hello mbuta,
      >
      > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >
      Mihai Buta

      Comment


      • #4
        mbuta, can you find the files:

        \Program Files\eSignal\AlertList.xml
        \Program Files\eSignal\Alerts.xml

        and send them both over to [email protected] ?

        Thanks!

        Comment


        • #5
          Hi Jay, Hi Dion,

          Any progress with my Alert errors that I posted last weekend and for which you requested additional information?

          Thanks,
          Mihai Buta

          Comment


          • #6
            Yes, check with the next beta release of eSignal v7.4 sometime next week or the week after. It should be fixed in that version.

            Thanks for your help!

            Comment


            • #7
              Thank you,

              I feel better.
              I was complaining about this for a few months, I complained at all levels at eSignal (including the Advanced Charting Mgr) and all I got was (implied) that I did not know how to program in EFS.

              Maybe we get more credit in the future, even if some people are "active E-Minis" traders.
              Thank you.
              Mihai Buta

              Comment


              • #8
                Hi,

                More than 4 weeks have passed since I was promissed a new build that will support basic Alert functions.
                Any chance to get it some time soon?

                A system without alerts is unusable!
                Thank you.

                NOTE: Would not hurt if you guys post the number of the latest build, so we dont have to download it and installi it, just to find oput that we were using the latest build!
                Mihai Buta

                Comment


                • #9
                  mbuta, are you on the beta testing mailing list ? The fix for your problem was issued almost 4 weeks ago. Have you downloaded the latest build (606) from the 7 Series Beta fileshare group? If so, and the problem still exists, please let us know and send us the details so that we can check it out (or better yet, submit a crash report if/when it crashes and prompts you to).

                  Thanks!

                  Comment


                  • #10
                    Re: Reply to post 'Error on Alert.AddToList'

                    Thank you, but I am not on the beta list.
                    Greetings.
                    ----- Original Message -----
                    From: <[email protected]>
                    To: <[email protected]>
                    Sent: Sunday, July 06, 2003 9:14 PM
                    Subject: Reply to post 'Error on Alert.AddToList'


                    > Hello mbuta,
                    >
                    > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    >
                    Mihai Buta

                    Comment


                    • #11
                      Mihai
                      The beta is open to all.
                      You can find the latest beta (build 606) in the 7 Serries Beta group at FileShare at the following link

                      You may also want to join that group so as to receive email notifications of updates.
                      Alex

                      Comment

                      Working...
                      X