How can I create on EFS a study showing a signal or symbol in a chart, when a contract hit 3 high and 3 positive close in a row ?
Announcement
Collapse
No announcement yet.
EFS Study
Collapse
X
-
raphaelb
If you are unfamiliar with programming in efs then you may want to consider using the Formula Wizard as it makes it relatively easy to write formulas like this one.
In the image enclosed below you can see an example of how you would write your formula using the Formula Wizard. The script is set to evaluate the condition on completed bars only and when the condition occurrs it draws a circle on top of the bar and plays a sound. The complete efs is attached to this post.
For instructions on how to use the Formula Wizard see the Formula Wizard Guide which is available in the EFS KnowledgeBase.
Beyond this if you are interested in further developing this and/or other formulas I would suggest that you begin by reviewing the JavaScript for EFS video series. That will provide you with a thorough introduction to programming in JavaScript which is at the foundation of EFS. Then go through the EFS KnowledgeBase and study the Help Guides and Tutorials which will provide you with the specifics of EFS and Back Testing.
If instead you are not interested in developing formulas on your own (or learning how to do it) then you may want to consider contacting an EFS Consultant
AlexAttached Files
Comment