Announcement

Collapse
No announcement yet.

Bbz

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

  • Bbz

    Could someone rewrite the BBZosc.efs to exclude the coloring of the price bars? Or tell me how to do it in the editor.
    Thanks for your time...greg

  • #2
    greg
    Comment out the following
    setColorPriceBars(true); in line 30
    setDefaultPriceBarColor(Color.grey); in line 31
    setPriceBarColor(vColor); in line 118.
    To comment out a line insert // at the beginning of that line
    Alex

    Comment


    • #3
      BBZ alert sound

      Alex;
      Thanks for the help.
      One more question about the BBZ.efs. Is there a way to change the sound to alert you today as the crossing of the +1/-1 thresholds of the BBZ series instead of yesterdays crossing?
      I get the alert but it is yesterdays crossing of the threshold.
      In the efs editor it says show green arrow and play sound wave. (Ding) But it shows the arrow and doesn't play the ding wave until the next day. If possible could you change the long/short exit (train wave) also to alert you of a change for today and not yesterday.
      Thanks again...Greg

      Comment


      • #4
        Greg
        The formula is set to compute on the close of a bar only (ie.at the first tick of a new bar) and is not intended to run on a tick by tick basis.
        Alex

        Comment

        Working...
        X