automated-trading.ch

Swing Breakout Sequence Strategy

NinjaTrader 8 Strategy Published 07 July 2024 - Updated on 13 October 2024
PREMIUM
Summary

The Swing Breakout Sequence (SBS) Strategy is a Premium mechanical strategy for the NinjaTrader 8 platform inspired from Stoic Trader's trading model presented by Stoic himself here : Link to youtube video The strategy can be used to pass propfirms evaluation challenges

We highly recommend joining our discord community by following this invite link discord-invitation

Index
Entry Setup Criteria

This strategy has one entry setup that is based on the Swing Breakout Sequence algorithme. You can read more about this on the Swing Breakout indicator here Swing Breakout Sequence Indicator

To resume, the SBS entry model is a high probability entry model with a defined risk reward ratio. This entry model is based on a sequence of 5 swing sequence as illustrated on the image below

sbs-definition
Click to enlarge

Here is the algorithm for an entry setup:

  • The first step into an entry setup, is the full detection of a Swing Breakout Sequence. The Swing Breakout Sequence (SBS) should be fully formed of 5 swings respecting the pattern defined on the image above for a bullish entry, and exactly the inverse pattern for a bearish entry. But having the 5 swings is not a sufficient criteria for a valid (SBS). The final criteria for a valid (SBS) is that the price breakout from one of the swings composing the (SBS). Since the 5th swing is the lowest swing for a bullish (SBS) and the highest swing for a bearish (SBS), the strategy (similar to the indicator) offers the possiblity to chose which swing will be the trigger for a breakout and thus validating the (SBS). According to my backtests, I found that the 1st swing in the sequence is the best one.
  • If the price close outside the range defined by the prior swings, the (SBS) will be invalidated and disposed and it will not be displayed
  • Notice that the (SBS) is not drawn in real time during swing formation. Because if it was, you would see many (SBS) being drawn then invalidated and removed from the chart in realtime which will create visual confusion. Only valid ones are drawn after being validated by a breakout.
  • Once an (SBS) is validated, the algoritm will calculate a ratio on the (SBS). To define the ratio let's define two important levels:
    • The target level: This is defined by the 3rd swing
    • The stop level: This is lowest (for bullish), and highest (for bearish) swing in the sequence. This can be either the 5th swing or the prior lowest low swing for (bullish) or the prior highest high (for bearish)
    The ratio is defined by the distance from the current price to the target level divided by the distance from the current price to the stop level When this ratio is equal to 1, this means the (SBS) has a well balances leg lengths, and that the current price is equally distant from the stop and the target levels The more this ratio gets away from the value of 1, the more the (SBS) leg lengths are skewed and not equally measured The strategy allows to filter out setup entries based on the value of this ratio

Chart Examples

So let's look at some examples on the chart:

These examples are not intended to show that the strategy generates profit. I have intentionally handpicked profitable trades to avoid confusion and to show the best case scenarios where the entry setups work well. If you run the strategy on your side, you will see that many of those same entry setups will lead to losing trades. This is the reality of trading. Your goal should be expected profitability on the long run even though some trades are in loss.

Long entry on MNQ 30 seconds
Swing Breakout Sequence long entry
Click to enlarge

In this example, we are on MNQ on the 30 seconds timeframe. You can see the swing sequence forming a bullish pattern with the two higher and lower prior swings drawn in Gold dashed lines. The green bar with the entry arrow on 21h05 has broken the 1st Swing, that bar triggered the entry signal on its closing. The stoploss was set to the minimum value between the lower prior swing and the 5th swing in the sequence which is the lower prior swing level on 19999.25. with a win:loss ratio of 1 the take profit was hit several bars later

Long Entry skipped due to Ratio
long entry invalid ratio
Click to enlarge

This example shows a case where an entry was skipped due to Ratio filter. As you can see all the conditions for an entry occured. Then the algo calculated the Ratio that caracterizes the (SBS). The ratio in this case was very small because the entry price was very close to the 3rd Swing and very far from the stoploss level. The minimum ratio value set on this example is equal to "1" and thus the algo dismissed this entry. If the minimum ratio was set to lets say "0" or "0.1" the entry would have been taken.

Short entry on MNQ 30 seconds
Swing Breakout Sequence short entry
Click to enlarge

In this example, we are on MNQ on the 30 seconds timeframe. You can see the swing sequence forming a bearish pattern with the two higher and lower prior swings drawn in Gold dashed lines. The red bar with the entry arrow on 09h39 has broken the 1st Swing, that bar triggered the entry signal on its closing. The stoploss was set to the maximum value between the higher prior swing and the 5th swing in the sequence which is the higher prior swing level on 19976.00 with a win:loss ratio of 1 the take profit was hit several bars later

Features

The Swing Breakout Sequence strategy has a set of unique features:

  • Robust In-house implementation of the Swing Breakout Sequence algorithm
  • No pending orders are placed: only market orders
  • Full-auto strategy that can be scaled into multiple instances
  • Precise backtesting capabilities following NinjaTrader official best practices to obtain precise entry/exit backtesting on tick level
  • Robust In-house Order management library. Resistant to connection loss and works seamlessly on Rithmic accounts or NinjaTader brokerage accounts

Here I further explain some of the features of the strategy in more details

Dynamic Quantity and Risk Management

As all our strategies, this strategy implements two methods to set quantity for open positions.

  • Fixed Quantity: This method will use the same quantity value for each position. If the stoploss is variable between positions (by using a dynamic stop loss value), The win/loss will be also variable between positions
  • Dynamic Risk Adjusted Quantity: This method will calculate quantity of each position based on multiple factors:
    • The stoploss of the position
    • The maximum risk (in $ currency value) allowed for a position to take
    • The maximum quantity allowed for a position to take
    Using this method will produce equal win/loss amounts accross all positions. For example, a position with a tight stoploss will have a greater quantity than a wide stoploss position, so that both positions produce the same profit or loss
Position Management

As all our strategies, this strategy implements mutiple position management methods :

  • ATM Strategy:If you wish to delegate the position management to your own ATM strategy, this is possible by selecting an ATM strategy of your choice from the drop down box
  • Dollar Cost Averaging:This method will manage the position by increasing the quantity of the position if the price goes into the losing side. By doing that the strategy aims to bring the average price of the position closed to the current price and close the position on breakeven when the price pullbacks
  • Trailing Stop:This method will trail the stop loss of the position with each new swing point that gets created on the winning side of the position

Apart from those position management methods, the strategy allows to set the stop loss based on multiple strategies and to set the take profit based on a ratio based method. Check the parameters section for a detailed explanation

Account Management

The strategy implements daily stop-trading triggers based on the Net winning position count, the Net losing position count or when a target realized Net profit is reached. or when a target net loss is reached.

Parameters

We try to keep the parameters to minimum. We only left the most important parameters to be set

  • Points: The trailing trigger and trailing amount will be calculated in Points from the entry price
  • Ratio: The trailing trigger and amount will be calculated in ratio from the stoploss value mirrored on the winning side of the trade
General
Backtest Mode This parameter is very important and should be used carefully. This parameter should be set to true (checked) whenever the strategy is run in Historical, Backtest, or Optimization modes. When running the strategy in Live Real-Time mode this parameter should be set to false (unchecked).
Daily TakeProfit Target The strategy will stop when the daily TakeProfit amount is reached after a position is closed. When set to 0, this parameter is ignored
Weekly TakeProfit Target The strategy will stop when the weekly TakeProfit amount is reached after a position is closed. When set to 0, this parameter is ignored. This target will be reset at each new week start
Daily StopLoss Limit The strategy will stop when the daily StopLoss amount is reached after a position is closed. The value of this parameter is positive. For example if the value is set to 300, the strategy will stop when the Realized PnL is lower or equal to -300$. When set to 0, this parameter is ignored
Stop @ Winning Count This will make the strategy stop trading if the net count of winning trades for the day is equal to the value of this parameter. This parameter is ignored if equal to 0
Stop @ Losing Count This will make the strategy stop trading if the net count of losing trades for the day is equal to the value of this parameter. This parameter is ignored if equal to 0
Render Opacity (1-100) The opacity to render objects on the chart. I personally prefer the value of 20 for this parameter
Execute on Micros The parameter will enable executing trades on another instrument than the one on the active chart. This can be useful if you sant to run the strategy logic on Minis and execute on Micro to better manage the risk by opening the trades on micros. Notice that if you enable this parameter all the risk calculation done by the strategy will be made on the execution instrument.
Execution Instrument The parameter will let you chose from a list of Micros available on your NinjaTrader connection, the instrument on which trades will be executed. notice that historical trades and live trades will not be displayed on the Chart in this case.
Order Label The parameter will let you set a Label that will be suffixed to all positions sent to the broker. This is useful in case you want the positions sent to the broker to have a specific value to differentiate them from positions of other people using the same strategy
Rendering
Render Opacity (1-100) This parameter sets the opacity of drawing objects on the Chart. The value of 100 will draw objects with full opacity while the value of 0 will make objects invisible
Show Sequence Numbers Enable/Disable drawing of numbers labels below/above each swing sequence point
Show Sequence Lines Enable/Disable drawing of lines connecting the swing sequence points
Entry Setup
Time Zone

This parameter sets the time zone to be used for setting the Trade Time parameter below. Since futures markets are open and closed based on US market time zone which is EST (US Eastern, New York), this parameter allows you to specifiy trade time interval on another timezone which is your local machine timezone

  • EST: This will use EST (Eastern Time) timezone while setting the Trade Time intervals
  • Local Time: This will use the local machine timezone
Trade Time

This parameter is very important and can be delicate in some cases. This parameter is used to specify the time intervals in which the strategy is allowed to place trades. Here are some examples for more clarifications:

  • EST timezone and trade time should be set to RTH (regular trading hours): use the value 09:30-16:15
  • Machine in Switzerland Time Zone and and timezone is set to local, trade time should be set to RTH: use the value 15:30-22:15
  • EST timezone and trade time should be set to both RTH and ETH (extended trading hours) with gaps to avoid volatile periods: 00:01-08:00,09:55-15:55,18:01-23:59
  • In this example, there are two things to notice: The time intervals should be set in increasing order even though the last interval 18:01-23:59 is the first interval that occurs for a new day session. The time interval were cut at midnight to avoid issues when stepping into a new day
  • Machine in Switzerland and Time Zone set to local and trade time set to both RTH and ETH (extended trading hours) with a gap to avoid volatile period: use the value 00:01-14:00,15:55-21:55
Quantity Strategy

This parameter sets how the quantity should be set for a Trade

  • Fixed Quantity: This will set a fixed quantity. Before the trade is open, the risk is evaluated and if the risk calculated is higher than the value of the parameter Max Risk Currency, the trade is skipped and will not be open
  • Risk Adjusted: this option will make the contract size for each trade dynamic and calculated based on the StopLoss price and the Max Risk Currency value
Max Qty This parameter sets the maximum allowed quantity when the Risk Adjusted method is selected. This option is very useful since some propfirms has order quantity limits that can cause the account to be invalidated
Swings Period Swings are higher lows,higher highs, lower highs and lower lows. After each price bar close, a swing can be detected. But just after that, the next bar can cancel the swing at the previous bar by creating a new swing of the same type. Or this can happen on the second bar, or the third, etc... The swing period sets how many bars is enough to seperate two swings of the same type. The more you increase this parameter, the more you decrease the number of swings overall. The more you decrease this parameter, the more you increase the number of overall swings. I personally use the value of 3 or 4 for this parameter.
Long/Short Entry Mode

This parameter is useful if you already have a directional daily bias and want to restrict trading to a specific direction long or short

  • Long: Only long trades will be open
  • Short: Only short trades will be open
  • Long & Short: The strategy will open both long and short trades
Breakout Swing
  • Prior Swing: This option will make the Swing sequence pattern gets validated and drawn when the price closes above/below the last Higher High/Lower Low that formed right before the 1st swing of the sequence
  • Swing 1: This option will make the Swing sequence pattern gets validated and drawn when the price closes above/below the first swing of the sequence
  • Swing 2: This option will make the Swing sequence pattern gets validated and drawn when the price closes above/below the second swing of the sequence
  • Swing 3: This option will make the Swing sequence pattern gets validated and drawn when the price closes above/below the third swing of the sequence
  • Swing 4: This option will make the Swing sequence pattern gets validated and drawn when the price closes above/below the fourth swing of the sequence
  • Fibonacci Retracement: This option will make the Swing sequence pattern gets validated and drawn when the price closes above/below the Fibonacci retracement level specified by the below Breakout Fibo Level
Breakout Fibo Level

This parameter is inly used if the Breakout Swing is selected as Fibonacci Retracement

  • 23.60%: This option will make the SBS pattern gets validated and drawn when the price hits the 0.236 Fibo level calculated from Swing4 in the sequence
  • 38.20%: This option will make the SBS pattern gets validated and drawn when the price hits the 0.382 Fibo level calculated from Swing4 in the sequence
  • 61.80%: This option will make the SBS pattern gets validated and drawn when the price hits the 0.618 Fibo level calculated from Swing4 in the sequence
  • 76.40%: This option will make the SBS pattern gets validated and drawn when the price hits the 0.764 Fibo level calculated from Swing4 in the sequence
  • 50%: This option will make the SBS pattern gets validated and drawn when the price hits the 0.5 Fibo level calculated from Swing4 in the sequence
Min SBS Ratio This ratio is defined by the distance of potential take profit divided by the stoploss distance at the current price when the SBS is validate meaning at the close of the bar that breaks the "Breakout Swing". This ratio reflects the skewness of the (SBS). The more this ratio is close to 1 the less the SBS is skewed. I have found the value of 0.9 to be optimal
Min SBS Bars Count This parameter can be used as a filter to set the minimum number of bars that composes the SBS structure. This can be useful to filter out small SBS structures that don't occupy a sufficient number of bars and are insignificants
Max SBS Bars Count This parameter can be used to filter out SBS structures that are too big in numbe of bars. In general, SBS strucutres that occupy a very big numbe rof bars don't generate profitable signals
Order Qty This parameter is only used if the Quantity Strategy is set to Fixed. This parameter sets a fixed quantity of each trade. In the case of increasing orders quantity executed by the order management mechansim, this parameter is also used for each increase in quantity. Generally, We would use the values 1 or 2 for this parameter
Order Management
Order Management Strategy
  • Classic Trail Stop:

    This method will run a trailing stop based on a trigger and a trailing amount. See below for the Trailing Stop Parameters for parameters that control this method

  • ATM Strategy:

    This method will trigger an ATM strategy to which it will entirely delegate the management of the position

    The ATM (Automated Trading Management) strategy is a mechanism provided by NinjaTrader that can be accessed from the Chart Panel

    When this method is selected, you should specifiy the template name of the ATM strategy to use and the positions opened will be managed by your custom ATM strategy

  • Dollar Cost Averaging (Grid): This method will increase the order quantity each time a swing is formed in losing side of the trade, which creates a dollar cost averaging effect on the position average price. We also call this a Grid method
  • Trail Stop on Swings: This method will trail the stop loss of the position each time a swing is formed in the winning direction of the trade
  • None: This selection means the stop loss defined by the Max Risk Currency parameter will be used
ATM Strategy Template Name

This parameter is available when the ATM Strategy order management method is selected. This parameter specifies which ATM strategy to use.

As in the image example above, the value of this parameter should be the template name of your custom ATM strategy. In the example is should be equal to template1

off course you can chose another name, but the most important thing is that the parameter value should correspond to an existing "ATM strategy template" otherwise no position will be opened

On Opposite Signal
  • Breakeven: This parameter sets the behaviour of the strategy whenever an opposite signal occurs to breakeven
  • Close Position: This parameter sets the behaviour of the strategy whenever an opposite signal occurs to immediately closing the position
  • DoNothing: This parameter sets the behaviour of the strategy whenever an opposite signal occurs to nothing
Enable Price Breakeven This parameter will enable/disable breakeven mechanism based on price
Breakeven Price Strategy This parameter sets how the price based breakeven should be calculated
  • Points: The breakeven will be triggered based on points
  • Percentage: The breakeven will be triggered based on percentage of take profit reached
Breakeven Price Trigger This parameter is available if Price based Breakeven is enabled This parameter sets the trigger value that needs to be reached in order to set the stoploss of the current position to breakeven
Enable Time Breakeven This parameter will enable/disable breakeven mechanism based on time in minutes
Breakeven Time Trigger This parameter is available if Time based Breakeven is enabled This parameter sets the trigger value in minutes that needs to be reached in order to set the stoploss of the current position to breakeven
StopLoss Strategy
  • Sequence Defined: The StopLoss price is set to the lowest price between the prior low swing and the 5th swing for a bearish sequence. And is set to the highest price between the high prior swing and 5th swing for a bullish entry
  • Fixed Currency Value: This selection means only the stop loss defined by the Max Risk Currency parameter will be used
  • Points: The StopLoss price is set as a number of points from the entry price
TakeProfit Strategy
  • Fixed Currency Value: This selection means the take profit price will be based on the fixed value of the parameter Take Profit Currency
  • Points: The take profit price will be set as a number of Points from the entry price
  • Swing 3: The take profit price will be set on the Sequence 3rd Swing price
  • 1:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a 1:1 ratio
  • 0.5:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a ratio
  • 2:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a 2:1 ratio
  • 3:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a 3:1 ratio
  • 4:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a 4:1 ratio
  • 5:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a 5:1 ratio
  • 6:1 Win Loss Ratio: The take profit price will be calculated based on the stop loss price with a 6:1 ratio
Take Profit Currency This sets the take profit in dollars for the open position. If you use the Fixed Currency Value as a take profit strategy, the value of this parameter will be used. If not, make sure to set this parameter to a high value to not interfer with other ratio based strategies
Stop Loss Points This parameter is available if the Stop Loss strategy is set to Points
Max Risk Currency This sets the max risk in dollars for one position.
  • This parameter is used before a position is open to determine if the StopLoss level calculated by the StopLoss Strategy respects this max risk, if not, the position will not be opened
  • It is also used after a position is opened, and it will close the position if the unrealized PnL is in loss higher than the value of this parameter
Take Profit Points This parameter is available if the Take Profit strategy is set to Points
Trailing Stop Parameters
Trailing Stop Strategy When the Classic Trail Stop method is selected, this parameter let you chose on which basis the trailing will be calculated
Trailing Stop Trigger When the Classic Trail Stop method is selected, this parameter sets the trigger (in Points or in Ratio)
Trail Amount When the Classic Trail Stop method is selected, this parameter sets the amount (in Points or in Ratio) to be trailed when the trigger is hit
DCA (Grid) Parameters
Breakeven Profit Shift When the DCA method is selected as a position management mode, this parameter will modify the definition of a breakeven and adds a bit of profit to it. This is useful to cover the cost of commissions when closing the grid in breakeven
Grid Size to Breakeven When the DCA method is selected as a position management mode, this parameter will set the number of order increases required to consider closing the position in breakeven
Command Buttons
The strategy allows to manually execute some commands in case you want to manually intervene. The commands buttons are added to the Chart Trader panel, make sure to show it on your active chart
Arm/Disarm Buttons The Arm Long/Disabled Long and Arm Short/Disabled Short buttons can manually activate or deactivate entering trades long or short. By default those two toggle buttons are enabled meaning the strategy is armed to enter both long and short trades. Toggling the button to the disable will restrain the strategy to enter a trade in the disabled direction. This can be useful if you have a directional bias or conviction about the direction of the market
Close Position Button The Close position button will immediately flatten the position on the active instrument on the active Chart. This can be useful if you want to exit a trade without having to affect the strategy or restart it. After closing the position, the strategy will continue to function normally and look for new trades to take
Increase Qty Button The increase Qty button allows to increase the quantity of the current active position. The increase value is defined by the parameter Order Qty. This can be useful if you want to manually dollar cost average the position or to double the quantity of the position after a confirmation signal on the winning side of the trade
Set Breakeven Button The button will set the stoploss of the open position to breakeven level if the current stoploss price is lower than breakeven price for long entries and higher than breakeven price for bearish entries.
Backtesting and Preferred Settings

Here I will try to periodically list backtests with different risk appetit. But before that here are some remarks regarding backtesting

  • Past results are not guarantee of future results. All backtesting results are for indicative purposes only
  • The period on which the backtest was run was not handpicked to show the best results, The backtest period is the month prior to the first release of this strategy
  • Commissions are included in the backtests to get as realistic results as possible. The commission schema used is NinjaTrade Lifetime license commissions schema
  • At automated-trading.ch we run very precise backtests due to the following 2 factors
    • We are following the NinjaTrader official guide on how to achieve precise intrabar granularity backtesting by using additional tick level DataSeries See here for more info
    • We are only using Market Orders instead of Pending Orders, in both real-time and becktest modes.

Download Parameters Template
Parameters

NQ-2024-03-09-params
Click to enlarge
NQ-2024-03-09-params
Click to enlarge

Summary

NQ-2024-03-09-summary
Click to enlarge

Analysis

NQ-2024-03-09-analysis
Click to enlarge

Download Parameters Template
Parameters

NQ-2024-03-10-params
Click to enlarge
NQ-2024-03-10-params
Click to enlarge

Summary

NQ-2024-03-10-summary
Click to enlarge

Analysis

NQ-2024-03-10-analysis
Click to enlarge

Parameters

MCL-2024-03-07-params
Click to enlarge
MCL-2024-03-07-params
Click to enlarge

Summary

MCL-2024-03-07-summary
Click to enlarge

Analysis

MCL-2024-03-07-analysis
Click to enlarge

Download & Installation Instructions

At automated-trading.ch you can chose to either purchase monthly subscription to use our premium products, or use our free products without subscribing

In both cases, you need to create an account so you can get a License that you can use for both premium and free products

To obtain the license simply Signup and then get your license on the billing page

This Swing Breakout Sequence strategy is a premium strategy. It can be run on Backtest, Playback and Optimization modes for free. Whereas an active subscription is required to run it on Live mode.

To download and install the strategy follow the instructions below

  • Click on the below download button to download the (SBS) Strategy file
  • This file was downloaded 230 times. Last download was 8 minutes ago
  • Import the downloaded .zip file into NinjaTrader using the import NinjaScript menu item
  • how to import add on to NinjaTrader
  • Next, open a new chart window while making sure the Tick Replay tickbox is checked
  • image
  • If you don't see the Tick Replay check box, go to Tools->Options->Market Data and enable Show Tick Replay
  • image
  • After installing the strategy and opening a new Chart window you should add the strategy to the chart. Right-Click on the chart and Click on the the "Strategies" Context menu entry. Or you can Ctrl+S on the Chart to open the "Add New Strategy" Dialog window
    howto-add-strategy
    Click to enlarge
  • Make sure to check the Enabled check box
  • After adding the strategy to the chart, the strategy will be run on Historical data loaded in the chart.
  • When the Histocial data run is done, the strategy will switch to Real-Time mode and will add the license panel text box on the "Chart Trader Panel"
  • Make sure to display the Chart Trader panel on your active NinjaTrader Chart
  • image
  • Copy/Paste your license in the text box as shown in the image below. Your license can be found on the billing main page. Make sure to create an account or login first
  • Click on the Check License Button
  • image
  • At this step the strategy will check the License and activate/deactivate trading according to your subscription state
  • If you have an active subscription, will see the "Check License" button turned to green, and the next verification date next to your email. License check is only required once. Until the next verification date.
  • image
  • At this stage, the strategy is Ready. If your license is valid, the strategy will continue running on live mode
  • If you chose to not subscribe yet, and want to test the strategy beforehand, you can run it on Playback and Historical modes
Frequently Asked Questions
General
Do I need a VPS to run this strategy?

Using a VPS is good but not imperative. I run this strategy on a ~$6 VPS Windows instance on Hetzner. Check out our resources page to get a discount through our affiliate LINK

Can I run multiple instances of this strategy on the same account?

Yes! You can run multiple instances of this strategy on the same account but each instance should be run on a unique instrument

You can't run multiple instances on the same account on the same instrument because as you know NinjaTrader will aggregate orders in one position per instrument per account

Can I use a Trade Copier with this strategy?

Yes! you can use a copier, but a better solution would be to run multiple instances of the strategy. The purchased license allows you to run unlimited instances on multiple machines

Can I use this strategy to pass Apex or any other trader funding program?

Yes! The strategy is designed for that exact purpose. It will work seamlessly on Rithmic, NinjaTrader brokerage, Tradovate or any other provider connected to your NinjaTrader platform

Is this a hands-off, full-automatic strategy or does it need manual intervention and monitoring?

I designed this strategy to be full-automatic strategy. Yet, it can be used as a semi-auto strategy to enter trades and then let you manage those trades manually using its command buttons

Why should I consider full automated-trading instead of discretionary manual trading?

You should consider full auto-trading over manual trading for many reasons:

  • Trading 24/7: Automated trading strategies don't need to go to the bathroom not it need to take a break
  • Better execution, faster and more precise
  • Eliminate psychology and sentiments
  • Can be scaled to dozens if not hundreds of instances
  • Automated trading can generate truly "passive" income, manual trading is just another "more stressful" job

Can I ask you to modify/add a new feature to this strategy?

Yes, If you have an idea that you believe can improve the performance of this strategy, I will be more then happy to hear from you. Please use the contact page to send me a message

Will I get the source code of the strategy when I download it?

No, the source code of the strategy is protected for copyright reasons

Billing
Can I cancel my subscription at any time?

Yes, you can cancel your subscription from the account page at any time to prevent future payments. We cannot refund the unused portion of your subscription, but you will be able to use your subscription even after cancelling for the remainder of the billing cycle.

Is there a free trial period?

No, we don't offer a trial subscription plan. But you can download and test the strategy in backtest and playback modes before subscribing

What is the refund policy?

We do not offer full or partial refunds, but you may cancel your subscription at any time to stop future payments.

Skeptics
What is your background? Aren't you just another fake trading guru trying to sell me garbage?

I have been a professional software developer since 2010. I have been developing automated trading strategies since 2012, for my self for fun and profit and also been developing strategies for clients all over the world

I have always been invlolved professionaly in the business of Finance and Investing, I have worked for trading brokers and investment banking.

I'm not a marketer, and I don't hire someone else to develop my strategies.

If this strategy is profitable why are you selling it?

This strategy has been profitable for me on the long run with ups and downs, especially when it is run on multiple insturments. But the question remains pertinent, why I'm selling it?

The answer is I'm not selling it, I'm renting it to generate an additional income and diversify my different sources of income besides what this strategy can generate. Which you should also do. You should not rely on one source of income to reach financial independance, the key is diversification.

The edge of this strategy will not disappear if many people start using it. This strategy is purely mechanical and does not rely on a hidden quantitative pattern that should not be disclosed

Why the strategy uses Market orders and no Pending orders?

Lets examine pros and cons of pending orders

  • Pros:
    • Best price execution when using limit orders
    • Protection against losses in case of connectivity issues
  • Cons:
    • Can get rejected on high price volatility
    • Delay between request to place the order and when it gets placed. Price volatility can cause the order to be rejected and the price to run away
    • Requires management: any opposite orders need to be canceled
    • Visible to the broker, placed orders can be manipulated

After years of developing strategies I reached the conclusion that market orders are better suited for the context of automated trading.

The main drawback of using pending orders is the fact that they can be rejected which is very hard to manage especially in a volatile environment

In all our strategies, we use market orders even for take profit and stop loss. Lets examine the pros and cons of market orders

  • Pros:
    • Guarantee of execution reagrdless of volatility conditions
    • Invisible to the broker before they get submited
    • No risk of being rejected which means better protection for stop loss
    • Faster execution than pending orders
  • Cons:
    • In the case of the connection being lost with the broker, the strategy will be unable to send market orders

Remark: MIT (market if touched) orders in NinjaTrader are a solid alternative to pending orders if you really want to use pending orders

It is known that backtesting on NinjaTrader is not accurate. How accurate are your backtests?

We are following the NinjaTrader official guide on how to achieve precise intrabar granularity backtesting by using additional tick level DataSeries See here for more info

Don't take my word for it. Test it yourself, at the end of each trading day, run a backtest of the strategy on that day and compare it with the live trades the strategy made during the day.

Release Notes
Release 1.5.0.1 - 13 October 2024

  • Added weekly profit target

Release 1.5.0.0 - 11 October 2024

  • Major fixes when the Take Profit method is set to Swing3
  • Stop Loss calculation updated to include Prior Swing, Swing4 and Swing5
  • Fix Chart Panel Glitch when changing tabs

Release 1.4.0.0 - 15 September 2024

  • Removed strong condition on Swing5 price. Before this update, Swing5 required to be below/above Swing4. This condition was removed which now means that Swing4 and Swing5 are only required to be successive Swing Lows (for bullish) or Swing Highs (for bearish) regardless of whether Swing5 is higher or lower than Swing4

Release 1.3.0.1 - 11 September 2024

  • Bug Fix: Running the strategy on multiple accounts overlaps daily limit stops

Release 1.3.0.0 - 31 August 2024

  • Detection Rule less strict for more pattern detection
  • Added Fibonacci Retracement Breakout method
  • Added Trade Time zone selection : EST or local time
  • Added Min & Max SBS Bars count as a filter

Release 1.2.0.0 - 18 August 2024

  • Added Classic Trailing Stop management method
  • Fix issue with entry
  • Update parameter refresh logic
  • Added stoploss offset in points

Release 1.1.0.0 - 09 July 2024

  • Added Swing 3 as a new take profit strategy

Release 1.0.0.0 - 07 July 2024

  • First Release of the strategy

User Comments & Feedback