Announcement

Collapse
No announcement yet.

Volume alert

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

  • Volume alert

    I have a ma of volume - can I put an alert when volume on a bar exceeds twice the average. Visual and audible please.
    I can't seem to sort out the if function for this.
    Attached Files

  • #2
    Russell
    Try the attached
    The efs was created using the Wizard which can be also used to edit it.
    Alex

    NOTE: The efs has been replaced after the error mentioned in the message above was reported
    Attached Files
    Last edited by ACM; 05-02-2003, 12:29 PM.

    Comment


    • #3
      RE: Reply to post 'Volume alert'

      Wow that was quick - thank you.
      The wizard did get it wrong however - I had to correct line 48!


      -----Original Message-----
      From: [email protected] [mailto:[email protected]]
      Sent: Friday, May 02, 2003 8:36 PM
      To: [email protected]
      Subject: Reply to post 'Volume alert'


      Hello Russell,

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

      Comment


      • #4
        Russell
        Actually that was not the Wizard's fault but mine.
        I had initially used a 10 period MA for the volume which is why it was labeled as SMA10. At the time of posting I noticed you had a 5 period MA so I changed the length of the MA and forgot to edit the condition line.
        I have now replaced the original attachment
        Alex
        Last edited by ACM; 05-02-2003, 12:31 PM.

        Comment


        • #5
          Can I hide the volume histogram?

          Comment


          • #6
            Russell
            If you mean permanently yes you can. Open the efs with the Formula Wizard. Then go to the top in the Formula Configuration and click the Edit button there.
            This will open a window where you select if the study is going to be a price study or not. Non price study should be highlighted.
            Go down to the two lines to be plotted (ie the Returned Data Points) and X out the one relating to the volume histogram.
            Click OK and then Save the efs.
            Alex

            Comment


            • #7
              I must have mucked up somewhere - it doesn't now plot the histogram (which is great) but the ma seems to just follow the tops of the bars?
              Also I notice it is not calculating on close of bar which is important.
              I attach my fouled up efs!
              Attached Files

              Comment


              • #8
                Russell
                Here it is fixed and only showing the MA.
                If you do want to show the volume histogram again just substitute the null in the return new Array with volume()
                Alex
                Attached Files

                Comment

                Working...
                X