Skip to content

Alveo and Apiary Funds Rules and Limitations

Don Baechtel edited this page Sep 26, 2018 · 5 revisions

Alveo and Apiary Funds Rules and Limitations

  1. No more than 2% of the account balance can be put a risk by a single trade.
  2. No more than 5% of the account balance can be lost in a single day.
  3. Orders cannot be sent faster than 1 per second otherwise follow-on orders will be rejected.
  4. No trading can occur during the Alveo maintenance period between 17:00 and 17:06 New York City local time.
  5. No trading can occur over the weekends between 17:00 Friday New York City local time and 08:00 Monday UTC time.
  6. Alveo Expert Advisor can only access data of the symbol and timeframe of the Chart to which it is attached.
  7. Be careful of using the C# **static **access modifier. The **static **modifier will cause a variable, class or function to be common across multiple instances of the same Expert Advisor on multiple Alveo charts. This may cause unexpected coupling of you Expert Advisors that was not intended.