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.

onesmith

Members
  • Content Count

    302
  • Joined

  • Last visited

Everything posted by onesmith

  1. Replace complex (proprietary) code with the smallest code that achieves each state of a simple model. All those vars and conditions defining a complex trigger can be replaced with a simple trigger. By reducing complex ideas to the least number of vars you should never have trouble debugging code. var: intrabarpersist done(false); if H>H[1] then done=true; if barstatus(1)=2 then done=false;
×
×
  • Create New...

Important Information

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