Overview
We value your privacy. This policy explains what information we collect, how we use it, and the choices you have. Our guiding principle is simple: we collect personal information only to create and manage your account (sign-up and sign-in).
Information We Collect
When you sign up for an account, we collect only what is necessary to register and authenticate you:
- Name or username
- Email address
- Password (stored as a secure hash, never in plain text)
We do not intentionally collect sensitive categories of data.
How We Use Your Information
- Create and manage your account
- Authenticate you when you sign in
- Communicate essential account-related updates (e.g., password resets, security notices)
We do not use your information for advertising or profiling.
No Third-Party or Unauthorized Uses
- We do not sell, rent, or share your personal information with third parties.
- We do not allow any third-party analytics, advertising, or tracking services to access your personal data.
- Your data is used strictly for the purposes described in this policy and nothing else.
Cookies & Local Storage
We use only essential cookies or secure storage mechanisms that are necessary for authentication and to keep you signed in. No advertising or cross-site tracking cookies are used.
Data Retention
We retain your account information for as long as your account is active. If you delete your account, we delete or anonymize your personal information within a reasonable period, unless we must retain certain data to meet legal obligations.
Security
We apply industry-standard safeguards to protect your information, including encryption in transit (HTTPS), hashed passwords, and access controls. No method of transmission or storage is 100% secure, but we work to protect your data to the best of our ability.
Your Rights
- Access and update your account information
- Request deletion of your account and associated personal data
- Ask questions about how we handle your data
Contact Us
If you have questions or requests related to this policy, contact us at contact@quantcraft.cc.
This policy applies exclusively to our services and is intended to be clear and concise. If we make material changes, we will update the date above and provide notice where appropriate.
QuantCraft. Python runs on your machine under your OS user and is not sandboxed. Scripts can read and write files you can access, use the network, and run other programs (including via
subprocess). That is appropriate for local development with code you trust. Do not expose the environment to untrusted networks or users without real isolation (e.g. containers or a dedicated execution service). You are responsible for code you run, packages you install, and data you send to external services.Orders. This application does not execute trades. It only submits requests to the broker API using the parameters you enter. Routing, fills, rejections, fees, slippage, halts, and all execution outcomes are determined by the broker and markets—not this software. By placing an order, you confirm you understand these limits and that you alone are responsible for your inputs and for any results of those API requests.