Announcement

Collapse
No announcement yet.

Second Opinion?

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

  • Second Opinion?

    Can someone check this efs and see if it is coded right? I have a suspicion that it is not.. hmmm

    The question is about the generation of the buy/sell signals I am getting. Here is how they are supposed to generate.

    If current candle's WAIST (open+close/2) closes above previous candle's BODY generate buy signal and ignore til.

    If current candle's WAIST (open+close/2) closes below previous candle's BODY generatesell signal and ignore til step one comes into effect again
    Attached Files
    Excellent book on JavaScript for beginners

  • #2
    FibbGann
    The efs was originally coded by me following the specifications set in this message and subsequently modified on request later in the same thread.
    If you instead want it to Buy or Sell above or below the Open or Close then you need to add a condition to determine which of the two is higher and which is lower and then use those values in Line 22 and 27 of the formula where the conditions are verified
    Alex
    Last edited by ACM; 09-30-2003, 09:31 AM.

    Comment


    • #3
      Sounds good to me.

      Thanks,

      Fibbgann
      Excellent book on JavaScript for beginners

      Comment

      Working...
      X