Skip to content

Minimum trade amount#

Overview#

In CopyFactory you can limit minimum trade amount. Trades of less than minimum amount will not be copied to subscribers.

By default minimum trade amount is set to 50 units of the account base currency (by default account base currency is USD).

If you want to override this setting then you can specify an optional minTradeAmount setting on a subscriber.

Example (subscriber)#

{
  "name": "Subscriber",
  ...
  "minTradeAmount": 100,
  ...
}