Automated – Earlybirds Invest https://earlybirdsinvest.com Latest Crypto News Wed, 20 Aug 2025 16:42:26 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.7 https://i0.wp.com/earlybirdsinvest.com/wp-content/uploads/2024/12/cropped-New-Project-2024-12-17T235703.455.png?fit=32%2C32&ssl=1 Automated – Earlybirds Invest https://earlybirdsinvest.com 32 32 240146708 How to Create a No-Code, Automated 50-200 MA Crossover Strategy https://earlybirdsinvest.com/how-to-create-a-no-code-automated-50-200-ma-crossover-strategy/ https://earlybirdsinvest.com/how-to-create-a-no-code-automated-50-200-ma-crossover-strategy/#respond Wed, 20 Aug 2025 16:42:26 +0000 https://earlybirdsinvest.com/how-to-create-a-no-code-automated-50-200-ma-crossover-strategy/

The 50-200 Moving Average Crossover is an easy concept to build a trading strategy around because the inputs are simple and the potential optimizations are straightforward.

So it’s perfect if you’re just getting started with trading strategy development.

Many trading websites will give you what they say is the “best” 50-200 crossover strategy.

Interestingly, most of them don’t give you any data to back up that claim.

I’m going to give you information that’s much more useful.

In this tutorial, I’m going to show you how to backtest any Moving Average Crossover trading strategy on the internet to find out for yourself, if it really works or not.

Using this method will also allow you to test your own optimizations to see if you can improve on the strategy.

The best part is that you can use this method to backtest strategies very quickly because the backtests will be 100% automated.

You don’t need to know how to write code to do this, it’s all drag and drop.

I’ll also show you some of my own backtesting results so you know good places to start with building your own strategy, and what to avoid.

Alright, let’s get into it…

What is the 50-200 Moving Average Crossover Strategy?

This trading strategy is also known as a Golden Cross and Death Cross.

That’s way too much drama for me, so I’m just going to call it the 50-200 Moving Average Crossover trading strategy.

As the name suggests, this strategy uses the 50 and 200 Simple Moving Averages (SMA).

Here’s what that looks like on a chart.

Moving Average crossover on chart

The 50 SMA is considered the “fast” SMA because it reacts faster to price changes.

So naturally, the 200 SMA is the “slow” moving average because it takes awhile to react to price.

Basically, traders who use this method buy when the 50 crosses above the 200 and sell when the 50 crosses below the 200.

Sounds pretty easy right?

Well, not quite.

There are a few more things that have to be defined to make this a complete trading plan.

First, I’ll create the trading plan, then I’ll show you how to do an automated backtest of the plan, without writing a single line of code.

The 50-200 Crossover Strategy Trading Plan

Here are the rules for this plan:

  • Buy
    • Buy on the close of the candle when the 50 SMA crosses above the 200 SMA
    • Stop Loss at last swing low
    • Risk 1% per trade
    • Take profit at 1R (1 times risk)
  • Sell
    • Sell on the close of the candle when the 50 SMA crosses below the 200 SMA
    • Stop Loss at last swing high
    • Risk 1% per trade
    • Take profit at 1R (1 times risk)

Remember that this is just a starting point.

Any of these settings can be changed and retested. 

So do a couple of tests with these settings, then feel free to experiment with your own settings.

Get creative.

You never know, you might just develop a super profitable moving average crossover trading strategy.

How to Build the Automated Strategy

Now let’s get to work.

For this backtest, I’m going to use NakedMarkets.

It’s the easiest way to build automated trading strategies with no-code.

Once you complete these initial setups, you’ll be able to test all of your 50-200 moving average crossover trading strategy ideas easily.

Create the Core Rules

The first step is to create the Core Rules.

This is what will tell NakedMarkets how to identify the initial setup conditions for a trade.

You have to create one Rule for long trades and one for short trades.

This will also be true for most of the other types of Rules.

Here’s how to setup your first Core Rule:

  1. Open NakedMarkets and go to: Rules > Rule Manager
  2. Click the New Rule button in the lower left corner of the window
  3. Name the Rule in this format: [strategy name] Core [long or short]
  4. Select Core as the Rule type
  5. Click OK

Now it’s time to add conditions to your new Rule.

Long Trade 

Let’s setup a long trade.

To add a criteria, click the (+) symbol in the upper right corner of the screen.

From there, drag the conditions you want to use from the list on the right.

Add condition to NakedMarkets

These are the settings for each of the boxes, from left to right:

  1. Moving average: Period (50), MA Type (SMA)
  2. Greater than
  3. Moving average: Period (200), MA Type (SMA)
  4. And
  5. Moving average: Period (50), MA Type (SMA), Previous Bar (1)
  6. Less than
  7. Moving average: Period (200), MA Type (SMA), Previous Bar (1)

The reason that I’m putting 2 moving average comparisons in there is because I want to evaluate the position of the 50 SMA relative to the 200 SMA for the current candle and the previous candle.

I want to see the previous candle have the 50 below the 200 and the current candle have the 50 above the 200.

This will give me every situation where the 50 has just crossed above the 200.

If I don’t do this, I will get a signal every time the 50 closes above the 200 and that would not work.

This is what your screen should look like after you’re done.

Long Core Rule

Click on the Save Rule button in the lower left corner to save your Rule.

Now I’m going to do the same thing for the short side.

Short Trade 

Here’s how to setup the Core Rule for a short trade.

The easiest way to create a new Rule is to clone the long trade and just change the settings that apply to a short trade.

To clone a Rule, right-click on the long Rule in the list on the right side of the screen and select Clone Rule.

Clone NakedMarkets Rules

Then right-click the cloned Rule and rename it.

Change “long” to “short” in the name.

So in this example, the new name of your short trade will be: “MA Cross Core Short”.

Now it’s time to change the settings of this Rule to look for short trades.

This is what the short Rule looks like:

Short Core Rule

Here are the settings for each of the boxes, from left to right:

  1. Moving average: Period (50), MA Type (SMA)
  2. Less than
  3. Moving average: Period (200), MA Type (SMA)
  4. And
  5. Moving average: Period (50), MA Type (SMA), Previous Bar (1)
  6. Greater than
  7. Moving average: Period (200), MA Type (SMA), Previous Bar (1)

Click on Save Rule in the lower left corner to save your Rule.

Great work, you just completed the hardest part of this tutorial!

There are 2 more steps that you have to complete before you can start testing this strategy, so let’s keep going.

Create the Entry Rules

Now that you have the Core Rules that will identify the basic criteria of the entry, it’s time to create the Entry Rule that will determine the details of each entry, such as the entry type, stop loss, risk per trade and stop loss.

To do this, go back into the Rule Manager and click the New Rule button in the lower left corner of the screen.

Again, we will start with the long Rule, then clone it to make the short Rule.

Long Rule

Name your long Rule: “MA Cross Entry Long”.

Here’s what your long Entry Rule will look like:

Entry trade long

For the order type and lot size, double click on the box to change the settings.

With the other boxes, drag the appropriate Default Rule from the upper box on the right side into the stop loss and take profit boxes.

Here’s how to set that up:

  • Instant Order: Buy
  • Stop Loss: Last swing low
  • Take Profit: 1R
  • Lot Size: 1%

Click on the Save Rule button in the lower left corner to save your Rule.

Short Rule 

MA cross short entry

Now clone the long Rule and use these settings to create the short Rule:

  • Instant Order: Sell
  • Stop Loss: Last swing high
  • Take Profit: 1R
  • Lot Size: 1%

Click on the Save Rule button in the lower left corner to save your short Rule.

Create the Setup Rules

Alright, these are the final Rules!

Don’t worry, this step is super easy.

A Setup Rule basically ties everything together and monitors your chart to see if the Core Rule criteria is present.

If it is, then it executes the Entry Rule.

Long Trade 

Go back into the Rule Manager and click the New Rule button in the lower left corner of the screen.

Create a new Setup Rule, then name it: “MA Crossover Setup Long”.

Setup Rule long

First, drag the Core Rule you created from the User Rules section into the top Setup Condition box.

Under Actions, drag the Entry Rule you created into the Actions box.

Now clone this long Rule and rename it to create the short Rule.

Short Trade

Setup Rule short

Replace the Setup Condition and Action with the short trade versions of your Rules.

That’s it for Setup Rules!

Run the Backtest in Visual Mode

That was pretty easy right?

Now here’s the fun part, you’re going to actually backtest this strategy.

You should do this step first, before using Fast Backtest because it will allow you to see any errors that you made when creating your Rules. 

Close the Rule Manager and go back to the main NakedMarkets screen.

Start a backtest by going to File > New Backtest.

New backtest

Name your backtest, then select your starting balance.

Click on Next.

Backtest 1

Select the market(s) you want to include in the test, then click on Next.

On the next screen, you can select the timezone you want to use.

I usually use the default settings, so if you aren’t sure about your timezone, just use the default settings.

Click on Next.

Select timezone

Now click and drag both the long and short Setup Rules that you created onto the chart.

You’ll see these Rules that you’re currently using in the upper left corner of the screen.

Add setup to chart

Select the right timeframe that you want to backtest on.

The timeframe shown above is the daily chart.

Then click on the Play button in the toolbar to start the backtest.

Play button in NakedMarkets

If you setup your Rules correctly, you’ll see the trades automatically execute on your chart.

Watch the trades carefully to be sure that they are executing correctly.

Now if your trades are not executing correctly, see the section below on troubleshooting.

However, if they are working, then congratulations, you have just build your own automated 50-200 Moving Average Crossover trading strategy!

Once the backtest is completed, you can see the detailed stats by doing the following:

  • Save the backtest by going to: File > Save Backtest
  • Go to: Statistics > Statistics Center
  • In Stat Center, go to: Source > Import from backtest
  • Select the backtesting file you just saved

This will show you the stats on your backtest.

A word of caution here…

You probably won’t have a super profitable strategy on the first try.

However, remember that this is a process and your results could be significantly better if you use different settings or run it on a different timeframe or market. 

You might get better results on the EURUSD 4-hour chart, or the SP&500 1-hour chart.

The return might be better if you use a different stop loss or change the moving average settings.

Again, don’t get discouraged if your first test doesn’t work out.

Remember that this will require some work and very rarely will even professional traders gets an awesome result on the first try. 

Therefore, be willing to experiment and treat this process like an inventor would.

Many times, inventors have to try many different prototypes before they get something that works well.

It’s been said that Edison tried 10,000 ideas before he invented the light bulb.

Hopefully you won’t have to try that many strategies before you find a good one, but you have to be willing to potentially stick it out for that long.

Regardless of the return on your first test, once your strategy is working in Visual Mode, now it’s time to shift your backtesting into high gear.

Hit “Turbo Boost” and Run a Fast Backtest

Now that you’re confident that everything is working correctly with your moving average crossover strategy, it’s time to take your backtesting to the next level.

In this step, you’re going to unleash “turbo mode” and use the Fast Backtest feature in NakedMarkets.

This will allow you to backtest multiple markets and timeframes, without having to setup each backtest individually.

To do this, go to: Tools > Fast Backtest

Then select the market(s) you want to backtest.

You can test as many as you want.

Click on Next.

Fast backtest step 1

Next, choose the timeframe(s) you want to backtest.

Again, you can select multiple timeframes.

Click on Next.

Fast backtest 2

Now select the Setup Rules that you want to backtest.

Select the moving average crossover Rules that you created above, under Setup Rules.

Click on Next.

Fast backtest step 3

Then you’ll see the list of Fast Backtests that will be run.

Click on Launch to start the backtest(s).

Fast backtest 4

Once a backtest is finished, you’ll see the basic statistics in this window.

There is also a link to the detailed stats in the [Load stat] link.

Load stats link

Click on the link to open Statistics Center and you’ll see the complete results of each backtest.

MA cross results

As you can see, this test on the daily chart didn’t work well.

But at the same time, it wasn’t completely terrible either.

At least it was profitable for a period of time.

Losing 4.25% from 2006 to 2024 is also essentially breakeven.

So this strategy could be improved by using different settings in the strategy.

Again, this is a process and don’t get discouraged by poor results on your first tries. 

Troubleshooting Your Rules

Even with a simple trading strategy like this, it’s possible to make mistakes in the Rule creation process.

This is especially true when cloning Rules.

I actually made couple of mistakes when creating this tutorial.

So if your strategy isn’t working as you expected, don’t worry.

Just go back through the steps above and double check your Rules.

The most common mistakes are:

  • Not changing the greater-than or less-than criteria.
  • Having the wrong trade direction (buy or sell)
  • Using the wrong settings for an indicator

If you cannot see the error by just looking at the Rules, then there are 2 more things you can to do troubleshoot your strategy.

First, in your Setup Rules, change the Action to Pause Backtest, instead of using the Entry Rule as the Action.

This will take the Entry Rule out of the equation and allow you to only focus on the Core Rule.

Right-click on your chart and select: Detach all Rules.

Then drag your new Setup Rules onto your chart and run the backtest again in Visual Mode.

Every time the trade sets up, the chart will stop.

This will allow you to double check the logic of the Rule.

If your Core Rule is working correctly, then the mistake should be in your Entry Rule.

To test this, simply use the Entry Rule by itself by dragging the Rule from the list on the left of the screen onto the chart.

Add Entry Rule to chart

You can do this at any time, you don’t necessarily have to wait for your entry criteria to be met.

This will open a trade and allow you to see if your Entry Rule is working as expected.

These methods will allow you to debug your trading strategy.

Stay calm and go through your Rules step-by-step.

If you cannot find the problem, head over to the NakedMarkets Forum and ask for help.

Potential Improvements

If you didn’t get the results you were looking for in your backtests, here are a few ideas on how you can potentially improve your results:

  • Change the period of the moving averages
  • Use different types of moving averages, like an exponential moving average
  • Test different timeframes
  • Adjust the settings on the last swing high/low indicator
  • Test different markets
  • Use a different stop loss level
  • Use a different take profit level
  • Trail your stop loss
  • Risk more per trade
  • Risk less per trade
  • Add another indicator to create a second entry criteria
  • Use a strategy across multiple timeframes or markets at the same time to potentially increase profits and diversify risk

But don’t stop there, what else can YOU think of?

Backtesting Results

All of this is great in theory, but how well does this strategy actually work?

That’s what you’re going to find out in the following links.

I’m going to backtest different ideas around this trading strategy, starting with the method described above.

The version above will be version 1 and I’ll create a new version every time I make a change to the original strategy.

Rules for new versions will be available via the links below.

As I do new backtests I’ll add them to the appropriate pages.

You’ll see all of the stats for each backtest.

Even if a backtest doesn’t do incredibly well, it can give you a starting point for creating a strategy of your own.

These tests also show you what to avoid and will save you time in the testing process.

Here are the versions that I’ve currently tested:

Conclusion

So that’s an easy way to do a fully automated backtest of the 50-200 Moving Average Crossover strategy.

This is a great method to build a trading strategy around because it’s so simple and provides many opportunties for optimization.

But remember that you must backtest every trading strategy yourself.

You cannot rely on my results or the results of anyone else.

To develop real confidence in a strategy, you must see hundreds or even thousands of trades, and test many different ideas.

Luckily, NakedMarkets speeds up this process dramatically.

I’ve given you the template…now get to work.

You can get a discount and some fantastic bonuses for NakedMarkets here.

If I missed something in this tutorial, let me know here.

 

]]>
https://earlybirdsinvest.com/how-to-create-a-no-code-automated-50-200-ma-crossover-strategy/feed/ 0 54224
Fairspin Casino Unveils CopyStake, a New Automated Betting Feature https://earlybirdsinvest.com/fairspin-casino-unveils-copystake-a-new-automated-betting-feature/ https://earlybirdsinvest.com/fairspin-casino-unveils-copystake-a-new-automated-betting-feature/#respond Fri, 14 Mar 2025 13:57:51 +0000 https://earlybirdsinvest.com/fairspin-casino-unveils-copystake-a-new-automated-betting-feature/

[PRESS RELEASE – Willemstad, Curacao, March 14th, 2025]

Fairspin Casino Introduces CopyStake – A Revolutionary Smart Betting Feature.

Fairspin Casino, a leading innovator in the online iGaming industry, proudly announces the launch of CopyStake, a groundbreaking feature designed to enhance the betting experience for players worldwide. This cutting-edge tool empowers users to replicate the betting strategies of expert streamers in real time, bridging the gap between seasoned professionals and newcomers.

Enhancing Betting Strategies with CopyStake

With the online gambling industry projected to reach $133.59 billion by 2029, platforms are continuously evolving to offer players advanced solutions. Fairspin’s CopyStake introduces a data-driven, automated betting approach that enables users to enhance their gaming performance by mirroring the strategies of experienced gamblers.

Key Features of CopyStake:

  • Automated Betting Strategies: Eliminates guesswork by allowing users to replicate expert bets instantly.
  • Data-Driven Decisions: Players gain access to real-time statistics and historical performance metrics.
  • Customizable Betting Preferences: Users can adjust how much of the streamer’s bets they want to copy, from 5% to 100%.
  • Enhanced User Experience: Whether a beginner or an experienced player, CopyStake provides a seamless and intuitive way to engage with strategic betting.

How to Start With CopyStake at Fairspin

CopyStake provides an automated approach to data-driven betting strategies. The process involves the following steps:

  • Account Creation – Users register on Fairspin’s platform and complete the account activation process.
  • Accessing CopyStake – The CopyStake section is available within the platform.
  • Exploring Strategies – A selection of expert streamers and their historical performance data can be reviewed.
  • Setting Betting Preferences – Budget, replication percentage, and duration can be adjusted according to individual preferences.
  • Betting Execution – Selected strategies are mirrored, with real-time tracking available for performance monitoring.

By following these steps, users can engage with automated betting strategies while leveraging expert insights.

Exclusive Welcome Offer: 25 Free Spins for New Users

To mark the launch of CopyStake, Fairspin is providing 25 free spins to the first 100 new users who register using the promo code CasinoFS7.

Redeeming the Offer

  • Registration – Users sign up on Fairspin’s platform.
  • Promo Code Entry – The code CasinoFS7 is applied during the signup process.
  • Free Spins Activation – Eligible participants receive 25 free spins for the slot game Book of Demi Gods II (Spinomenal).

This promotional offer is available for a limited time as part of Fairspin’s launch celebration.

Bonus Terms to Note:

  • Trigger: Registration.
  • Slot Game: Book of Demi Gods II (Spinomenal).
  • Bet Per Spin: $0.10.
  • Wagering Requirement: 55x.
  • Wagering Period: 3 days.
  • Bonus Validity: 7 days.
  • Max Cash-Out: $10.

Fairspin continues to advance innovation in the gaming industry, distinguishing itself through transparency, efficiency, and community-focused engagement. With features like CopyStake, the platform introduces smart, automated tools designed to enhance user experience and strategic gameplay.

As part of the CopyStake launch, a 25 free spins bonus is available to the first 100 players who register, further reinforcing Fairspin’s commitment to rewarding its community.

About Fairspin

Fairspin Casino offers an immersive gaming experience powered by blockchain technology. Featuring provably fair gameplay, a selection of over 10,000 high-quality games, and a unique token-based reward system, Fairspin sets a new standard for what players can expect from a modern online casino.

SPECIAL OFFER (Sponsored)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

]]>
https://earlybirdsinvest.com/fairspin-casino-unveils-copystake-a-new-automated-betting-feature/feed/ 0 25106
Manual VS Automated: Should You Let BTSE’s AutoTrader Do the Work for You? https://earlybirdsinvest.com/manual-vs-automated-should-you-let-btses-autotrader-do-the-work-for-you/ https://earlybirdsinvest.com/manual-vs-automated-should-you-let-btses-autotrader-do-the-work-for-you/#respond Thu, 27 Feb 2025 05:51:46 +0000 https://earlybirdsinvest.com/manual-vs-automated-should-you-let-btses-autotrader-do-the-work-for-you/

The crypto market never sleeps, and if you’ve ever tried trading futures manually, you know the struggle: staring at charts at 3 AM, panicking over sudden price swings, and making emotional decisions that you regret the next morning.

What if there was a way to automate your strategy and let someone (or something) else do the heavy lifting? Well, that’s what BTSE’s AutoTrader is designed for.

What Is BTSE’s AutoTrader?

AutoTrader is a trading strategy platform that provides users with thousands of pre-tested automated trading strategies, which they can access for free.

Hot VS Cold Wallet: Which One Do YOU Need? (Animated)

Did you know?

Want to get smarter & wealthier with crypto?

Subscribe – We publish new crypto explainer videos every week!

Unlike copy trading, where you follow the moves of a single trader (who may or may not know what they’re doing), AutoTrader claims to give you access to professionally developed and backtested strategies that are updated daily.

These strategies are created by traders with experience in top banks and hedge funds, meaning they’re built with long-term profitability in mind.

With AutoTrader, you can filter strategies based on risk level (Conservative, Balanced, Growth), time horizon (Longer, Shorter), and market direction (Bullish, Bearish). Plus, you only need Tether
USDT


$0.9986

to get started, and some strategies have a minimum investment as low as $1.

But why would someone choose AutoTrader over manual trading? Let’s break it down.

Leveraged Futures Trading on BTSE: The Basics

Futures trading lets you buy or sell an asset at a predetermined price in the future, but what really makes it interesting is leverage – the ability to amplify your trading power using borrowed funds.

BTSE



$312.62M

offers up to 100x leverage on Bitcoin
BTC


$85,645.01

and Ethereum
ETH


$2,335.84

futures, while most altcoins on the platform can be leveraged up to 20x.

The homepage of BTSE.

Using leverage means you can control a much larger position with a smaller initial investment.

However, higher leverage means higher risk. If the market moves against you, your position can get liquidated quickly, wiping out your funds. This is where risk management tools like stop-loss and take-profit orders become essential – and AutoTrader comes with built-in features to handle exactly that.

Why Use AutoTrader Instead of Trading Manually?

Now, here are a few reasons why AutoTrader is a tool you might want to consider:

  • Removes Emotional Trading

The biggest enemy of manual traders? Emotions. Fear and greed often lead to bad decisions, like holding onto a losing trade for too long or exiting a winning trade too early. AutoTrader eliminates this by following strict, pre-programmed strategies that don’t panic during market swings.

BitDegree Crypto Fear and Greed Index

  • Saves Time & Reduces Stress

Manual futures trading requires constant monitoring, especially if you’re using high leverage. You need to react immediately to price fluctuations, which can be exhausting. AutoTrader runs 24/7, meaning you don’t have to watch the charts all day (or night).

  • Pre-Tested Strategies by Professionals

AutoTrader isn’t about blindly following an influencer or an unverified trader. Each strategy is created by experienced professionals. Plus, they are backtested and updated daily.

With manual trading, one mistake can cost you your entire position. AutoTrader limits downside risk with built-in protections, ensuring you don’t get completely wiped out by a single bad trade.

How to Use AutoTrader on BTSE

Now, let’s take a look at the process of setting AutoTrader:

Go to BTSE, sign up, and then find AutoTrader in the navigation bar.

Explore Highlighted Strategies (Trending, Highest Return, Lowest Return, Most Active) or browse All Strategies and use filters to select based on token, risk level, market direction, and time horizon.

STEP 3:

Confirm Settings and Investment Amount

Check strategy details, including its approach and past performance. Then, enter the amount of USDT you want to invest.

STEP 4:

Start Your Strategy

Click [Start] to begin running the strategy.

STEP 5:

Monitor & Adjust If Needed

Track performance in the Check My Strategies section. There, you can favorite strategies, review trade history, and adjust your approach as needed.

And that’s about it. Pretty easy, right?

Final Thoughts

All in all, leveraged futures trading can be incredibly profitable, but also incredibly risky. Whether you trade manually or use AutoTrader, the key is to have a solid strategy and proper risk management. BTSE’s AutoTrader simplifies the process, making futures trading more accessible and less stressful for retail investors.

At the end of the day, though, that doesn’t mean you don’t have to be extra careful yourself, no matter if you trade manually or use tools to automate the process.

]]>
https://earlybirdsinvest.com/manual-vs-automated-should-you-let-btses-autotrader-do-the-work-for-you/feed/ 0 22139
Automated Recurring Limit Orders Explained https://earlybirdsinvest.com/automated-recurring-limit-orders-explained/ https://earlybirdsinvest.com/automated-recurring-limit-orders-explained/#respond Thu, 06 Feb 2025 00:44:20 +0000 https://earlybirdsinvest.com/automated-recurring-limit-orders-explained/
Jen Albert
Bancor

Carbon DeFi introduces a new way to trade onchain with Automated Recurring Limit Orders.

Strategy makers on Carbon DeFi have the ability to create two separate limit orders, one to buy a token and the other to sell a token, at whatever price points they choose.

These two orders are then linked together. Linked orders result in acquired funds automatically rotating between them, creating an endless trading cycle without need for manual intervention.

Whether partially or fully filled, trades are irreversible, and makers no longer need to worry about an order being undone should the market retrace. Tokens will only be available to take at the price specified by the maker. Because the price quoted by the maker is exactly what they receive when the trade is executed, makers suffer no slippage on filled orders. In addition, makers on Carbon DeFi pay no gas when the trade is executed, and there are currently no maker fees on Carbon DeFi.

Order Prices:

For each order, makers have the ability to choose a single specified price or a range of prices to buy and sell their tokens.

The option to create a range limit order has multiple benefits. For example, makers on Carbon DeFi now have the means to scale in or out of a position without the need to create multiple orders within two desired price points.

Single limit order example: Buy ETH at $1600.

Range limit order example: Buy ETH between $1625 and $1575.

If a range order is filled, partially or completely, the cost basis for the specified range is equal to the geometric mean of the highest and lowest price boundaries where a trade took place.

Single limit order example: Buy ETH at $1600. Cost basis equals $1600 per ETH.

Range limit order example: Buy ETH between $1625 and $1575. Cost basis equals $1599.80 per ETH.

Funding:

Makers have the option to fund one or both orders.

With zero obligation to fund both orders, users have the ability to create a limit order with funds they don’t yet have.

For example, a maker may create an $ETH/$wBTC automated recurring limit order as follows:

Set a specific price for an ETH buy order funded with 1 wBTC. Set a specified price for a wBTC sell order funded with zero ETH. These orders are now linked.

As the wBTC is traded for ETH, the newly acquired ETH automatically rotates to fund the sell order. This ETH is now available for takers to trade against at the desired price originally set by the maker at the time of creation.

Management:

After a strategy is created, it will appear on the “My Strategies” page.

Carbon DeFi provides makers with multiple ways of easily managing automated recurring limit orders in a gas efficient manner.

Modify Pricing: Modify pricing allows makers to quickly adjust the prices they choose to buy and sell their tokens, all without having to cancel orders, withdraw funds, redeposit funds, or create new orders.

Add Funds: Funds may be added to existing orders at any point.

Withdraw Funds: Funds may be partially withdrawn or withdrawn in full. Makers may wish to downsize their position and withdrawing partial funds allows for this without the need to withdraw full funds, cancel orders, redeposit funds, and recreate orders.

Withdrawing full funds is an option for makers who may wish to trade this token pair in the future. Withdrawing, rather than deleting, gives makers the ability to create a similar strategy in the future without the need to re-mint an NFT.

Pause: Pausing trading means tokens within the respective recurring limit order are no longer available for takers to trade against.

Unpause: Reactivate trading at the maker’s desired price points.

Delete: Orders may be deleted when makers no longer wish to trade the specific token pair within the strategy and have no plan of trading that particular pair in the future.

Security

Automated recurring limit orders are native to Carbon DeFi and require no oracles or hooks, eliminating the risk of oracle extractable value (OEV) and other major security concerns in DeFi. In addition, Carbon DeFi has undergone three extensive audits prior to release.

Create your first Automated Recurring Limit Orders now at Carbon DeFi!

Additional Resources on Carbon DeFi and Automated Recurring Limit Orders

Interested in collaborating with Carbon DeFi? We’d love to hear from you. Please reach out at bizdev@Bancor.network

]]>
https://earlybirdsinvest.com/automated-recurring-limit-orders-explained/feed/ 0 17552