Trading Results are the aggregated profits of copied trades of a Subscription. They are later on used to calculate Payments. Trading Results’ calculation is performed by the Social Trading. Trading Interval is specified as one of the Offer conditions. We have a fews options for Interval;
Per Trade
Daily
Weekly
Monthly
General Examples;
Example 1:
Performance Fee = 20%
Interval: Per Trade
Performance Fee = 20%
Interval: Per Trade
Trading result Mode: Positive Profit
Trade 1 PnL = $50 → $10 Performance Fee will be paid out;
Trade 2 PnL = - $100 → No Fee;
Trade 3 PnL = $20 → $4 Fee will be paid out;
Trade 4 PnL = $60 → $12 Fee will be paid out.
Example 2:
Performance Fee = 20%
Interval: Daily
Trading result Mode: Positive Profit
Day 1 Trade 1 PnL = $50;
Day 1 Trade 2 PnL = - $100;
Interval’s Profit = - $50 → No Fee
Day 2 Trade 3 PnL = $20;
Day 2 Trade 4 PnL = $60;
Interval’s Profit = $80 → $16 Fee will be paid
Example 3:
Performance Fee = 10%
Interval: Weekly
Trading result Mode: HWM
Week 1 PnL = $400 → $40 Performance Fee will be paid out;
Week 2 PnL = -$200 → No Fee ($400 - $200 = $200 < $400 HWM);
Week 3 PnL = $300 → $10 Fee will be paid ($400 - $200 + $300 = $500; $500 - $400 = $100)
...and so on.