unCoded Configuration Examples
Explore example configurations to tailor unCoded for different trading strategies and risk profiles.
1
2
3
4
Last updated
Explore example configurations to tailor unCoded for different trading strategies and risk profiles.
The settings shown here are for example purposes only. Use them at your own risk. No liability is assumed for any potential losses.
Objective:
Minimize risk while ensuring steady, long-term growth.
Focus on small, consistent gains with a higher reserve capital buffer.
Configuration:
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.2
investmentPerBuy=10
buySplits=5
buyVolumes=30,25,20,15,10
sellPercentages=0.25,0.5,0.75,1,1.5
sellActivateDistancePercentage=0.2
sellCancelDistancePercentage=1.5Explanation:
buyPercentage: Set to 0.2% to trigger buys only during significant dips.
investmentPerBuy: Lower investment per buy ($10) to reduce exposure.
sellPercentages: Conservative profit targets, starting at 0.25%.
sellActivateDistancePercentage: Activated after a 0.2% recovery from the dip.
Objective:
Maximize returns in high-volatility markets.
Accept higher risks for larger potential rewards.
Configuration:
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.05
investmentPerBuy=30
buySplits=10
buyVolumes=10,10,10,10,10,10,10,10,10,10
sellPercentages=0.1,0.2,0.3,0.4,0.5,0.75,1,1.5,2,3
sellActivateDistancePercentage=0.05
sellCancelDistancePercentage=0.5Explanation:
buyPercentage: Set to 0.05% for frequent trades.
investmentPerBuy: Higher per-trade investment of $30.
sellPercentages: Aggressive profit zones with multiple smaller gains.
sellActivateDistancePercentage: Quick activation at a 0.05% recovery.
Objective:
A mix of conservative and aggressive elements for moderate risk and returns.
Configuration:
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.1
investmentPerBuy=20
buySplits=7
buyVolumes=25,20,15,15,10,10,5
sellPercentages=0.25,0.35,0.5,0.75,1,2,5
sellActivateDistancePercentage=0.1
sellCancelDistancePercentage=1Explanation:
buyPercentage: Set to 0.1% for moderate trading frequency.
investmentPerBuy: Standard investment per trade ($20).
buyVolumes: Balanced weight distribution across splits.
sellPercentages: Targets a mix of small and larger gains.
Objective:
Ensure the bot trades sustainably even during prolonged market downturns.
Prioritize capital preservation over aggressive trading.
Configuration:
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.15
investmentPerBuy=10
buySplits=4
buyVolumes=40,30,20,10
sellPercentages=0.5,1,1.5,2
sellActivateDistancePercentage=0.3
sellCancelDistancePercentage=2Explanation:
buyPercentage: Requires a 0.15% drop before purchasing.
investmentPerBuy: Lower per-trade amount to conserve funds.
sellCancelDistancePercentage: Higher threshold (2%) to account for significant market dips.
Objective:
Tailored for your specific goals. Use this template to experiment.
Configuration Template:
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=[your value]
investmentPerBuy=[your value]
buySplits=[your value]
buyVolumes=[your values]
sellPercentages=[your values]
sellActivateDistancePercentage=[your value]
sellCancelDistancePercentage=[your value]Tips for Customization:
Adjust buyPercentage based on market volatility.
Experiment with different sellPercentages to balance quick profits and long-term gains.
Use buySplits and buyVolumes to control capital allocation.
Use these examples as starting points and adapt them to suit your trading style. For further customization advice, refer to the Advanced Configuration Tips.
Last updated