Announcement

Collapse
No announcement yet.

custom indicators

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

  • custom indicators

    Hi

    can I custom write my own indicator and plot it on the chart? something like MetaTrader.

    thanks

  • #2
    samjesse
    Yes you can using EFS (Esignal Formula Script).
    Alex


    Originally posted by samjesse
    Hi

    can I custom write my own indicator and plot it on the chart? something like MetaTrader.

    thanks

    Comment


    • #3
      Originally posted by Alexis C. Montenegro
      samjesse
      Yes you can using EFS (Esignal Formula Script).
      Alex
      can I get something like the following done?

      while(data_is_coming_in) do
      if isXLT(5 daily bars ago) == TRUE AND
      if isTouchEllips(current_15min_bar)
      then
      do_something(alarm or place order or send email or ...)

      Comment


      • #4
        samjesse
        EFS is a fully programmable language based on JavaScript so you should be able to write most of the custom indicators you want.
        To learn about programming in EFS you may want to review the JavaScript for EFS video series and the Core JavaScript Reference Guide. Those will provide you with a thorough introduction to JavaScript which is at the foundation of EFS. Then go through the EFS KnowledgeBase and review the Help Guides and Tutorials which will provide you with the specifics of EFS.
        In the process you may also want to search the EFS/API Development forums as many studies have already been programmed in EFS and are freely available.
        Alex

        Comment

        Working...
        X