Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

leira

Members
  • Content Count

    1
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • Country
    Germany

Trading Information

  • Vendor
    No
  1. Hello Ashton, the source code explicitely excludes daily bars (and above). Here is the related code: //Only allowed on Intraday charts. if (Bars.Period.Id == PeriodType.Day || Bars.Period.Id == PeriodType.Week || Bars.Period.Id == PeriodType.Month || Bars.Period.Id == PeriodType.Year) return; I don't know if the code still works if you remove that statement. And I don't know if you have a chance to contact the author to ask. leira
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.