sclass FutureCoinParameters extends MetaWithChangeListeners { settable S cryptoCoin; // Minimum crypto value per position settableWithVar double minCrypto = 0.0001; // Smallest crypto increment possible settableWithVar double cryptoStep = 0.0001; // Maximum leverage supported settableWithVar int maxLeverage = 1; }