Recent content by JBK

  1. J

    backtesting your own formulas in esignal

    Hello watchdaride, EFS2 was introduced with the 7.9 release. To read more about what EFS2 brings to the formula language, please review this article from our EFS Knowledgebase for more specifics. There will be some new help documentation as we go forward. Keep you eye on the EFS KB...
  2. J

    Best realtime feeds? Need a fresh VOTE!

    Hello japtrading, Currently, the only way to get this cumulative volume data is by building the logic within a custom EFS. We don't have a built-in function or specific data field on our servers that calculates and stores the cumulative volume data on the current day. We are going to be...
  3. J

    Comments on eSignal 7.x and above

    Hi Running Bear, You could use and EFS formula to do this. Try the attached formula. You should here a "ding" each time a new bar starts. Here's the code: function preMain() { setPriceStudy(true); setStudyTitle("New Bar Alert"); setShowCursorLabel(false); }...
Back
Top