I want the strategy to take a position no higher than a certain value that I can allocate to a single coin, how can I implement this?
To do this, in the MoonBot terminal, on the Filters / Price/Position tab of the strategy settings, use the MaxPosition parameter, in the field of which you set the position threshold, above which all Buy orders will be cancelled (when CheckAfterBuy is enabled), and new ones will not be placed. To ensure that this parameter […]