Announcement

Collapse
No announcement yet.

CB Derivative by Constance Brown

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

  • CB Derivative by Constance Brown

    Hi moderator

    Could you help to create the efs for the formula by Constance Brown?

    I have cut the formula from Amibroker. This is just an indicator

    Thank you.

    /* CBDerivative */
    /* Set Scaling to Automatic, Show dates On, Percent On, Middle On */

    Graph0= (EMA(EMA(RSI(14),5),3))-(MA(EMA(EMA(RSI(14),5),3),9));

    Graph0Style = 2;
    Graph0Color = 4;

    Regards
    idumall

  • #2
    idumall
    With the exception of the return statement (line 51 of the attached efs) which needs to be inserted in the script with the Editor most of the indicator can be easily programmed with the Formula Wizard using the study on study feature (which is how the attached efs was written)
    For more information on how to create studies on studies using the Formula Wizard see this thread or the EFS KnowledgeBase
    Alex
    Attached Files

    Comment


    • #3
      Thanks a lot for the assistance. Much appreciated.

      I will follow the link and create own studies.

      Regards
      idumall

      Comment

      Working...
      X