Announcement

Collapse
No announcement yet.

actions at current price?

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

  • actions at current price?

    I have noticed that I have to wait until the completion of a bar before I can take an action such as plotting text. Thus, my indicators are always plotted on the following bar from where the real action occured. My question is if it is possible to plot at the actual price and on the current bar rather that waiting for the next bar to plot.

  • #2
    cod0973
    Yes it is possible. You can write it in a way that it will trigger events either intrabar or at the completion of a bar. In the former case however you may want to consider that an intrabar event may no longer be true once the bar closes (thereby giving you false signals) or that it may trigger multiple times intrabar.
    Either way there are many examples of how to do this available in this Bulletin Board as the subject has been covered extensively.
    You may also want to go through the Help Guides available in the EFS KnowledgeBase and specifically the ones on Developing EFS Indicators and EFS Graphics
    Alex

    Comment

    Working...
    X