What does 20% consistency mean?
The trading day with the highest profit cannot exceed 20% of the total profit required to complete a payout.
Time Details:
- Trading Day: 17:00 USA Central Time to 16:15 USA CT
Formula:
- An account is consistent if: maxProfit ≤ actualProfit × 0.20
- maxProfit = maximum profit in a single session
- actualProfit = current profit (current balance minus initial balance)