You are on page 1of 53

Vezeris, Dimitrios; Karkanis, Ioannis; Kyrgos, Themistoklis

Article
AdTurtle: An advanced Turtle trading system

Journal of Risk and Financial Management

Provided in Cooperation with:


MDPI – Multidisciplinary Digital Publishing Institute, Basel

Suggested Citation: Vezeris, Dimitrios; Karkanis, Ioannis; Kyrgos, Themistoklis (2019) :


AdTurtle: An advanced Turtle trading system, Journal of Risk and Financial Management, ISSN
1911-8074, MDPI, Basel, Vol. 12, Iss. 2, pp. 1-52,
https://doi.org/10.3390/jrfm12020096

This Version is available at:


https://hdl.handle.net/10419/238961

Standard-Nutzungsbedingungen: Terms of use:

Die Dokumente auf EconStor dürfen zu eigenen wissenschaftlichen Documents in EconStor may be saved and copied for your
Zwecken und zum Privatgebrauch gespeichert und kopiert werden. personal and scholarly purposes.

Sie dürfen die Dokumente nicht für öffentliche oder kommerzielle You are not to copy documents for public or commercial
Zwecke vervielfältigen, öffentlich ausstellen, öffentlich zugänglich purposes, to exhibit the documents publicly, to make them
machen, vertreiben oder anderweitig nutzen. publicly available on the internet, or to distribute or otherwise
use the documents in public.
Sofern die Verfasser die Dokumente unter Open-Content-Lizenzen
(insbesondere CC-Lizenzen) zur Verfügung gestellt haben sollten, If the documents have been made available under an Open
gelten abweichend von diesen Nutzungsbedingungen die in der dort Content Licence (especially Creative Commons Licences), you
genannten Lizenz gewährten Nutzungsrechte. may exercise further usage rights as specified in the indicated
licence.

https://creativecommons.org/licenses/by/4.0/
Journal of
Risk and Financial
Management

Article
AdTurtle: An Advanced Turtle Trading System
Dimitrios Vezeris * , Ioannis Karkanis and Themistoklis Kyrgos
COSMOS4U, 67100 Xanthi, Greece; g.karkanis@cosmos4u.net (I.K.); thkyrgos@kyrgos.gr (T.K.)
* Correspondence: d.vezeris@ioniki.net; Tel.: +30-254-120-0220

Received: 9 May 2019; Accepted: 5 June 2019; Published: 8 June 2019 

Abstract: For this research, we implemented a trading system based on the Turtle rules and
examined its efficiency when trading selected assets from the Forex, Metals, Commodities, Energy
and Cryptocurrency Markets using historical data. Afterwards, we enhanced our Turtle-based trading
system with additional conditions for opening a new position. Specifically, we added an exclusion
zone based on the ATR indicator, in order to have controlled conditions for opening a new position
after a stop loss signal was triggered. Thus, AdTurtle was developed, a Turtle trading system with
advanced algorithms of opening and closing positions. To the best of our knowledge, for the first
time this variation of the Turtle trading system has been developed and examined.

Keywords: algorithmic trading; Stop Loss; Turtle; ATR

1. Introduction
Thanks to advances in technology, automated trading systems have become a tool frequently
employed by institutional investors as well as individual day traders. In this research, we implemented
such an automated trading system based on the Turtle trading strategy, and examined its behavior
with exclusion barriers added to the Turtle’s stop loss strategy in order to prevent a new position from
opening right after a stop loss signal was triggered.
Every trade executed in a market carries an inherent risk of the price of the asset moving in a
direction which is the opposite of the originally anticipated one, and that could result in substantial
losses. To mitigate this risk, various stop loss strategies have been introduced and examined over
the years. In this paper, we are examining the efficiency of sliding* and variable* stop loss strategies
combined with exclusion barriers based on the ATR indicator, which is a measure of volatility of an
asset’s price, added to the automated trading system described above.

* Sliding: the stop loss barrier slides in the same direction as the price moves to more profitable levels.
* Variable: the width of the stop loss zone adjusts using the latest ATR value.

2. Materials and Methods

2.1. Related Work and Background


Systems based on Donchian channels were examined—without parameter optimization—by
(Beyoglu and Ivanov 2008), who delved—among other things—into two simple strategies based on
the Donchian channels breakthroughs. The first with a 20-day period and the second with a 55-day
period were implemented on stocks picked using the CAN SLIM method. They found that these
strategies yielded moderate results, but also had small drawdowns, with the 20-day period securing
higher profits, but also bigger drawdowns, than the 55-day period. (Jackson 2006) also used two
systems based on the Donchian channels, with a wide range of periods, to examine through statistical
methods whether technical analysis systems in general can yield profits when trading on bond markets.
He found technical analysis to be a profitable tool to use when trading bond futures.

J. Risk Financial Manag. 2019, 12, 96; doi:10.3390/jrfm12020096 www.mdpi.com/journal/jrfm


J. Risk Financial Manag. 2019, 12, 96 2 of 52

Donchian channels have also been used instead of other indicators as inputs in machine-operated
learning systems used in trading, as it was done by (Fletcher et al. 2010). They used, among other
things, the highest and lowest prices of various periods as inputs to a multiple kernel learning model
and found them to be highly relevant when making predictions regarding the EURUSD exchange
rate, provided they were used in combination with other indicators. (Chandrinos and Lagaros 2018)
developed a Donchian channel breakout strategy on renko diagrams instead of price diagrams for
Forex pairs, with parameters optimized over a 4-year period. The results of the optimized systems
over a following 7-year period were extremely positive and promising, and the authors made the most
of the systems in a following which involved producing forex portfolios.
The ATR indicator has also been used as input in machine-operated learning systems for trading,
as was done by (Ghosh and Purkayastha 2017), who concluded that the Xg boost model outperforms
the Support Vector Machine and Random Forest models in predicting the possibility of profit for a stock
in the National Stock Exchange in India. (Vanstone and Finnie 2006) also utilized the ATR indicator
in order to prove that artificial neural networks can be trained on the basis of technical indicators to
identify stocks whose price will potentially rise significantly.
The ATR indicator has also been used in stop loss strategies. (Wilcox and Crittenden 2005)
examined a strategy that entailed buying a stock at an all-time high, which we could argue is a form of
a Donchian channel with a very high period, and using ATR to calculate exit price levels for selling it.
These stop loss levels follow the price as it moves upwards after the long position has been opened.
They prove that a (−10 × ATR) stop loss level generates favorable results on average and that, in
general, trend following on stocks does have positive results and can be used as a building block for a
trading strategy. (Gilligan 2009) used a similar system on stocks picked by the CAN SLIM method. As
an entry point, he employed the breakout from a Donchian high barrier with a period of 20 weeks.
Exiting when price becomes lower than a barrier set using some multiple of the ATR value turned out
to generate optimal results in comparison with all the other exit strategies examined.
(Levene et al. 2014) have also used ATR to calculate barriers to entry as well as to exit a position,
on selected stocks. This system outperformed a gap strategy which was examined and yielded worse
results than a trend following system they also examined, but when used in a combined system with
the other two, the final result was a robust and consistent system. A different method of using the
ATR indicator, known as ATR Ratchet, was scrutinized by (Cekirdekci and Iliev 2010). In ATR Ratchet,
the stop loss barriers calculated using the ATR value became progressively narrower over the days
following the purchase of a stock. They concluded that the ATR Ratchet exit strategy caused a lot of
premature exits because of the price fluctuations during the trading session, which resulted in low
returns when this exit strategy was used.
The ATR indicator combined with the Turtle trading strategy was also used by (Swart 2016) for
position pyramiding as well as calculating stop loss levels. Through back-testing, he also examined
the behavior of different ATR periods and multipliers on a variety of assets, and came to conclusions
similar to ours, namely that bigger ATR multipliers when calculating the stop loss price barriers
generate better results than smaller ones.
Something that had not been examined prior to our research was the behavior of the sliding and
variable ATR-based stop loss technique combined with exclusion barriers when used on an automated
trading system, based on a Turtle strategy, similar with the one described by (Vezeris et al. 2018b).

2.2. Automated Trading Strategy Development

2.2.1. The Donchian Channels


Donchian Channels are barriers formed around the price series by the high and low prices over a
past period. For a period of n hours, the upper line indicates the highest price during the past n hour
period, while the lower line indicates the lowest price during that past n hour period. An example of
Donchian Channels can be seen in Figure 1.
J. Risk Financial Manag. 2019, 12, 96 3 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 3 of 52

Figure1.1.Donchian
Figure DonchianChannels
Channels of
of period 20 on
period 20 on aa EURUSD
EURUSDH1
H1chart.
chart.

2.2.2. The Average True Range Indicator


2.2.2. The Average True Range Indicator
The Average True Range Indicator measures the volatility of an asset’s price over a previous
The Average True Range Indicator measures the volatility of an asset’s price over a previous
period. True Range is defined as
period. True Range is defined as

max(ℎ𝑖𝑔ℎ
h    i
𝑇𝑅
TR ==𝑚𝑎𝑥 (high−−𝑙𝑜𝑤),
low),𝑎𝑏𝑠
abs ℎ𝑖𝑔ℎ
high − closeprev , ,abs
− 𝑐𝑙𝑜𝑠𝑒 𝑎𝑏𝑠low
𝑙𝑜𝑤
−− 𝑐𝑙𝑜𝑠𝑒
close prev

and the Average True Range is calculated as


and the Average True Range is calculated as
1
ATR = X N TR
1N
ATR = TRi .
N
for the first time, and after that as i=1

for the first time, and after that as ATR × (N − 1) + TR


ATR =
N
ATRt−1 × (N − 1) + TRt
ATR
In the original Turtle trading rules, t = the ATR indicator was used as a measure of volatility in
N
order to determine which markets to enter and what size the positions should have. Additionally, it
wasInused
the original
in orderTurtle
to set trading rules,
a stop loss the ATR
barrier indicator
for each wasasused
position wellasasaameasure ofwhich
barrier at volatility
the in order
Turtle
to trading
determine which
system markets
would addtotoenter and what
the initial size the
position. In positions should
our research, ourhave. Additionally,
choice of markets itwaswas
determined
used in order tobysetother reasons
a stop (outlined
loss barrier forin Section
each 2.3). as
position The useasofa ATR
well here,
barrier in addition
at which to thetrading
the Turtle uses
mentioned
system wouldabove,
add toisthe for initial
the purpose
position.of adding exclusionour
In our research, barriers
choice to of
the Stop Loss
markets wasstrategy of theby
determined
basic
other trading(outlined
reasons system. in Section 2.3). The use of ATR here, in addition to the uses mentioned above,
is for the purpose of adding exclusion barriers to the Stop Loss strategy of the basic trading system.
2.2.3. The Turtle Trading Strategy
2.2.3. The Turtle Trading Strategy
The Turtle trading system was introduced by Richard Dennis and William Eckhardt during the
1980s
TheasTurtle
described
trading bysystem
(Curtis was2007). It utilizesby
introduced trend following
Richard Dennisindicators to recognize
and William Eckhardt and follow
during the
trends of an asset’s price, in order to enter or exit a position, like multiple Donchian
1980s as described by (Curtis 2007). It utilizes trend following indicators to recognize and follow trends Channels of
of different
an asset’speriods
price, inof order
high and low lines.
to enter or exitThe general rule
a position, likeismultiple
to open Donchian
a long position whenofthe
Channels price
different
breaksofabove
periods high the
andhighlow line
lines.ofThe
the general
past n daysruleand
is tohold
openthe position
a long until when
position the price
the line breaks
price breaksbelow
above
the low line of the past m days where m < n. The same rule applies with regard
the high line of the past n days and hold the position until the price line breaks below the low line of to short positions,
thewhen
past mthedays
price line breaks
where m < n. the Thelow
sameline of applies
rule the pastwithn days thentoa short
regard short positions,
position iswhen
opened,
the and
pricethe
line
position is held until the price line breaks the high line of a shorter m period.
breaks the low line of the past n days then a short position is opened, and the position is held until the
A very important element in the trading system’s profitability is the use of price levels to
price line breaks the high line of a shorter m period.
gradually invest more as the price continues to follow a trend. We did not implement hedging and
non-hedging trading strategies as described by (Vezeris et al. 2018a). Instead, the Turtle trading
J. Risk Financial Manag. 2019, 12, 96 4 of 52

A very important element in the trading system’s profitability is the use of price levels to gradually
invest more as the price continues to follow a trend. We did not implement hedging and non-hedging
trading strategies as described by (Vezeris et al. 2018a). Instead, the Turtle trading system invests
enough to risk losing only 4% of its account equity, if the price moves in the opposite direction by
X × ATR(N) when opening a new position, and it would continue to add to the initial position investing
enough to risk losing an additional 4% of its account equity each time the price moves by Z × ATR(N)
in the direction of the trend. Where N is the period over which the ATR is calculated, X is a constant
adjusting the width of the stop loss barrier and Z is a constant adjusting the width of the new position
barrier at which the trading strategy adds to the initial position. The maximum number of permitted
additions to the initial position is four, for a maximum risk of 20% of its account equity.
To avoid opening positions of the same type during periods of high volatility, the period of the
high or low line used to open a new position is extended when the new position is of the same type
as the previous one and when the previous one was profitable. For example, if we entered a long
position because the price broke the high (40) line and then exited that long position because the price
broke the low (20) line, then in order to open a new long position the price would have to break a high
(60) line and in order to close that new long position the price would have to fall below the low (30)
line. This rule is applied only when the previous trade had a profitable result. If the previous position
closed with a negative profit or because a stop loss signal is triggered, then a new position of the same
type can open again with the same period of high or low line.
This means that we have a total of 4 high indicator lines:

(i) a close short position high line


(ii) an open long position high line
(iii) a close short position high line with extended period and
(iv) an open long position high line with extended period

and 4 low indicator lines:

(v) a close long position low line


(vi) an open short position low line
(vii) a close long position low line with extended period and
(viii) an open short position low line with extended period.

There are also 4 different periods for these lines:

• a period x for opening new positions, used by lines (ii) and (vi)
• a period x/n for closing new positions, used by lines (i) and (v)
• an extended period y for opening positions, used by lines (iv) and (viii)
• an extended period y/m for closing positions, used by lines (iii) and (vii)

The various lines the Turtle trading strategy uses can be better seen in Figure 2.
In addition to the rules above, the Turtle trading system has a stop loss strategy on its own. It is
based on the sliding and variable ATR Stop Loss zone described in Section 2.2.4, but without the
exclusion barriers.
For our research, we chose to use the above automated trading strategy in the hourly timeframe
(H1), as we wanted to examine the profitability of the system using exclusion barriers in combination
with the Stop Loss strategy in a High Frequency Trading mode.
From this point onwards, we will refer to the abovementioned basic trading strategy as “classic
Turtle expert advisor”.
• a period x for opening new positions, used by lines (ii) and (vi)
• a period x/n for closing new positions, used by lines (i) and (v)
• an extended period y for opening positions, used by lines (iv) and (viii)
• an extended period y/m for closing positions, used by lines (iii) and (vii)
J. Risk Financial Manag. 2019, 12, 96 5 of 52
The various lines the Turtle trading strategy uses can be better seen in Figure 2.

Figure 2. The lines used by the Turtle indicator as described above, on a EURUSD chart with x = 24,
y = 60 and n = m = 2.

2.2.4. The Turtle Expert Advisor Combined with the ATR Indicator for the Stop Loss Strategy
The ATR indicator is combined with the Turtle expert advisor so that stop loss barriers can be
created in addition to the barriers used by the Turtle expert advisor itself. For example, when a new
long position is opened then a stop loss barrier can be set at

Stop Loss Barrier = Opening Price − X × ATR(N)

or when a new short position is opened a new stop loss barrier can be set at

Stop Loss Barrier = Opening Price + X × ATR(N)

where X is a constant adjusting the width of the stop loss zone and N is the period over which the ATR
is calculated.
As the price moves to more profitable levels after a position is opened, it could be smart to slide the
ATR stop loss window accordingly, so that some of the profits are secured in the event of a downtrend.
Therefore, each time the price breaks out of the ATR stop loss zone towards a profitable direction,
the ±X × ATR(N) stop loss zone is redrawn around that price.
The ATR stop loss zones have a width that is determined by a constant, as well as the ATR value
at the time the position was opened and the zone was created. However, variability (and consequently
the value of ATR) can change over the time a position is held, so it could be meaningful to adjust the
width of the stop loss zone using the latest ATR value for each timeframe.
Therefore, in addition to sliding, we can implement the ATR window to change its width, too,
using the recent value of ATR for each timeframe.
Moreover, ATR can form zones of exclusion after a position is closed due to a stop loss, so that
new positions are not immediately opened especially in periods of high volatility. So after a position is
closed, in order to open a new long position the price must rise above

New Position Barrier = Closing Price + Y × ATR(N)

and in order to open a new short position the price must drop below

New Position Barrier = Closing Price − Y × ATR(N)

where Y is a constant for adjusting the width of the new position barrier.
J. Risk Financial Manag. 2019, 12, 96 6 of 52

Flowcharts
J. Risk of the
Financial Manag. advanced
2019, Turtle
12, x FOR PEER Expert
REVIEW Advisor can be seen in Figures 3–6. 6 of 52

AdTurtle
TurtleEvaluation

OnTick
PreviousPosition YES Price > YES
== None openHighLine OpenLongPosition();

NO NO InitializeBarriers();
YES
YES Price <
CheckExclusionBarriers(); openLowLine YES OpenShortPosition();

NO OnTick

CurrentPosition PreviousPosition YES LastProfit <= 0 OR Price > YES


== None == Long StopLossTriggered NO openEPHighLine OpenLongPosition();
Open Position

NO InitializeBarriers();

YES
NO Price <
openLowLine YES OpenShortPosition();
NO
NO OnTick

PreviousPosition YES LastProfit <= 0 OR NO Price < YES


== Short StopLossTriggered openEPLowLine OpenShortPosition();

NO InitializeBarriers();

Price > YES


openHighLine OpenLongPosition();

NO OnTick

NO

YES Price < YES


closeEPLowLine
Close Long Position

CurrentPosition PreviousPosition == Long


== Long YES AND LastProfit > 0 AND CloseLongPositions(); CheckBarriers(); OnTick
StopLossTriggered == false

NO Price < YES


closeLowLine

NO
NO

NO

YES Price > YES


closeEPHighLine
Close Short Position

CurrentPosition PreviousPosition == Short


== Short YES AND LastProfit > 0 AND CloseShortPositions(); CheckBarriers(); OnTick
StopLossTriggered == false

NO Price >
NO closeHighLine YES

OnTick NO

Figure3.3.The
Figure TheTurtle
Turtlebasic
basicstrategy,
strategy,showing
showing when
when aa position
positionisisopened
openedororclosed
closedbased
basedonon the
the open
open
high
highororlow
lowlines
linesasasdescribed
describedininthe
thesections
sections above.
above.
J. Risk Financial Manag. 2019, 12, 96 7 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 7 of 52

Stop Loss & Open New Position Barriers


InitializeBarriers();

START

N_ATR = GetATRvalueN();

StopLossLine = openPrice StopLossLine = openPrice -


+ X*N_ATR; NO CurrentPosition == YES X*N_ATR;
NewPositionLine = Long NewPositionLine =
openPrice - Z*N_ATR; openPrice + Z*N_ATR;

openPositions = 1;
basePrice = openPrice;
baseOpenPrice = openPrice;

END

Figure 4. Initialization process after opening the first position. N_ATR is the ATR value at the time
Figure 4. Initialization process after opening the first position. N_ATR is the ATR value at the time
the position is opened, X is a constant adjusting the width of the stop loss zone and Z is a constant
the position is opened, X is a constant adjusting the width of the stop loss zone and Z is a constant
adjusting the width of the new position zone at which the trading strategy adds to the initial position.
adjusting the width of the new position zone at which the trading strategy adds to the initial
position.
2.3. Data and Implementation
To examine the stop loss strategy described above we used the Metatrader 5 trading terminal by
Metaquotes to conduct the back tests and Microsoft SQL Server to store and initially process the results.
We experimented on a total of 8 assets, namely AUDUSD, EURUSD, GBPUSD, USDCHF, USDJPY,
XAUUSD, OIL and BTCUSD over a six-month period, from 3 September 2017 to 24 February 2018,
with data from ForexTime, GEBinvest and OctaFX. We chose these assets as we wanted to examine
the performance of the ATR Stop Loss strategy in High Frequency Trade mode (hourly timeframe)
on markets that trade globally on a 24 h base or close to a 24 h base. This is also the reason for not
choosing assets from categories such as equities or rates that were also traded in the original Turtle
trading system. As these automatic trading systems would be used in High Frequency Trading, we
determined that a six-month testing period would be enough for the examined strategies to unravel
their potential and to draw conclusions about their performance.
We set the initial capital for each test at $10,000 for all assets except for BTCUSD, whose high price
demanded a high margin, so in this case we set the initial capital at $10,000,000 and adjusted the results
to make them comparable to the other assets.
We also decided that it is best not to hold open positions over the weekend based on the results by
(Vezeris et al. 2018b).
J. Risk Financial Manag. 2019, 12, 96 8 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 8 of 52

ATR Stop Loss Strategy


CheckBarriers()
START
Recalculate Barriers

N_ATR = GetATRvalueN();

CurrentPosition == StopLossLine =
Long YES
basePrice - X*N_ATR;

NO

NewPositionLine = NewPositionLine =
StopLossLine =
baseOpenPrice - baseOpenPrice +
basePrice + X*N_ATR;
Z*openN_ATR; Z*openN_ATR;

Price = GetCurrentPrice(); Price = GetCurrentPrice();

StopLossTriggered Price >= Price <= StopLossTriggered


YES StopLossLine StopLossLine YES
= true; = true;

NO NO

CreateExclusionbarriers(); Price <= Price >= CreateExclusionbarriers();


NewPositionLine NO END NO NewPositionLine
CloseShortPositions(); CloseLongPositions();

YES YES
Checking Phase

basePrice = Price; basePrice = Price;

baseOpenPrice = baseOpenPrice =
Price; Price;

openPositions <= 5 NO NO openPositions <= 5

YES YES

openPositions ++; OpenShortPosition(); OpenLongPosition(); openPositions ++;

END

Figure5.5.Recalculation
Figure Recalculationand
andchecking
checking point
point of
of the
the stop
stoploss
lossand
andopen
opennew
newposition
positionbarriers
barriersinin
order to to
order
closeororopen
close opena aposition
positionififneeded.
needed.
J. Risk Financial Manag. 2019, 12, 96 9 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 9 of 52

Exclusion Barriers
CreateExclusionBarriers() CheckExclusionBarriers()
Start Start

N_ATR = GetATRvalueN();
Price = GetClosingPrice(); StopLossTriggered ==
true NO

highEB = Price + Y*N_ATR Yes


lowEB = Price - Y*N_ATR

Price < highEB AND NO


Price > lowEB END
END

YES

OnTick

Figure6.6.Creating
Figure Creatingthe
theexclusion
exclusion zone
zone after a stop
stop loss
loss was
wastriggered
triggeredand
andpreventing
preventingthe
the opening
opening of of
a a
new
newposition
positionuntil
untilthe
theprice
pricelevel
levelescapes
escapes the
the upper or lower
lower exclusion
exclusionbarrier.
barrier.

3. 2.3.
Results andImplementation
Data and Discussion

To examine the
3.1. Default/Selected stop loss strategy described above we used the Metatrader 5 trading terminal by
Parameters
Metaquotes to conduct the back tests and Microsoft SQL Server to store and initially process the
Initially we set the frequency divisors for closing lines to the following values: n = 2 and m = 2,
results.
the ATR Weperiod to 24 and the
experimented on aconstant
total ofparameter
8 assets, X of the stop
namely loss barrier
AUDUSD, EURUSD,to 2 asGBPUSD,
per the Turtle original
USDCHF,
rules. We used three different sets of parameters for fast, medium and
USDJPY, XAUUSD, OIL and BTCUSD over a six-month period, from 3 September 2017 to 24 slow paced opening lines, that
were selected
February randomly
2018, with datainstead
from of using the d-Backtest
ForexTime, GEBinvest PS andmethod
OctaFX.described
We chosebythese (Vezeris et al.
assets as 2016)
we
that was later used by (Vezeris and Schinas 2018) to compare the performance
wanted to examine the performance of the ATR Stop Loss strategy in High Frequency Trade mode of different automated
systems.
(hourly The parameters
timeframe) can be that
on markets seentrade
in Table 1. Weonthen
globally a 24compared results
h base or close to from
a 24 h(a) the This
base. classic Turtle
is also
Expert Advisor
the reason for with the default
not choosing parameters
assets of x = 24
from categories such = 60, (b)orthe
andasyequities classic
rates thatTurtle Expert
were also Advisor
traded in
with
the the fast selected
original parameters,
Turtle trading system.(c)As thethese
classic Turtle Expert
automatic tradingAdvisor
systems withwould thebemedium
used inselected
High
parameters,
Frequency and (d) thewe
Trading, classic Turtle Expert
determined that aAdvisor withtesting
six-month the slow selected
period parameters.
would be enoughThe for
results
the of
these four experiments
examined strategies to can be seen
unravel theirinpotential
Table 2, Figures 7 and
and to draw 8.
conclusions about their performance.
We set the initial capital for each test at $10,000 for all assets except for BTCUSD, whose high
price demanded a high margin,Table Randomly
so in1.this case weselected
set the parameters.
initial capital at $10,000,000 and adjusted
the results to make them comparable to the other assets.
Period x y
We also decided that it is best not to hold open positions over the weekend based on the results
by (Vezeris et al. 2018b). Fast 20 40
Medium 40 80
3. Results and Discussion Slow 80 160

3.1. Default/Selected Parameters


Initially we set the frequency divisors for closing lines to the following values: n = 2 and m = 2,
the ATR period to 24 and the constant parameter X of the stop loss barrier to 2 as per the Turtle
original rules. We used three different sets of parameters for fast, medium and slow paced opening
lines, that were selected randomly instead of using the d-Backtest PS method described by (Vezeris
J. Risk Financial Manag. 2019, 12, 96 10 of 52

Table 2. Classic Turtle’s gross profits, gross losses and net profits for experiments (a), (b), (c) and (d).

(a) Default Parameters (24, 60) (b) Fast Parameters (20, 40)
Net Profit Gross Profit Gross Loss Net Profit Gross Profit Gross Loss
AUDUSD −9636.01 16,914.7 −26,550.7 −9674.94 15,818.43 −25,493.4
EURUSD −8087.32 12,017.26 −20,104.6 −7832.53 13,364.93 −21,197.5
GBPUSD −7898.31 39,862.89 −47,761.2 −7836.9 47,196.86 −55,033.8
USDCHF −9081.14 12,108.09 −21,189.2 −9752.17 8478.36 −18,230.5
USDJPY −8827.44 13,201.94 −22,029.4 −9010.45 18,294.17 −27,304.6
XAUUSD −9161.71 8763.07 −17,924.8 −9286.01 7455.89 −16,741.9
OIL −8153.81 75,642.93 −83,796.7 −9276.26 33,808.78 −43,085
BTCUSD −1267.01 1474.76 −2741.77 −1205.69 1717.41 −2923.10
(c) Medium Parameters (40, 80) (d) Slow Parameters (80, 160)
Net Profit Gross Profit Gross Loss Net Profit Gross Profit Gross Loss
AUDUSD −9297.96 13,484.47 −22,782.4 −8434.49 11,016.81 −19,451.3
EURUSD −3794.34 21,024.66 −24,819 13,971.05 43,305.2 −29,334.2
GBPUSD −5431.3 38,974.89 −44,406.2 −2756.01 32,226.36 −34,982.4
USDCHF −8597.67 13,870.83 −22,468.5 −7190.73 11,746.55 −18,937.3
USDJPY −8801 8942.25 −17,743.3 −8682.88 4479.6 −13,162.5
XAUUSD −8954.82 4888.77 −13,843.6 −8234.85 4186.42 −12,421.3
OIL −6531.24 63,501.81 −70,033.1 −3192.86 32,739.15 −35,932
BTCUSD −950.56 1293.62 −2244.18 −937.85 948.26 −1886.11

As Figures 7 and 8 illustrate, results from using the slow parameters are generally more profitable
and have less drawdown compared with the ones using the default, fast or slow parameters.
From now on in our experiments, we will use our selected parameters. The pseudocode of the
Advanced Turtle trading system can be found in Appendix A. Detailed results for the experiments that
will follow can be found in Appendix B.
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 11 of 52

Classic Turtle's Net Profits ($)


15000
10000
5000
0
-5000
-10000
-15000
AUDUSD EURUSD GBPUSD USDCHF USDJPY XAUUSD OIL BTCUSD

a) Default Parameters (24, 60) b) Fast Parameters (20, 40)


c) Medium Parameters (40, 80) d) Slow Parameters (80, 160)

Figure7.7.Net
Figure Net profits
profits for
for experiments
experiments (a),
(a),(b),
(b),(c)
(c)and
and(d).
(d).

Classic Turtle's Drawdown (%)


100
80
60
40
-15000
AUDUSD EURUSD GBPUSD USDCHF USDJPY XAUUSD OIL BTCUSD

a) Default Parameters (24, 60) b) Fast Parameters (20, 40)


c) Medium Parameters (40, 80) d) Slow Parameters (80, 160)
J. Risk Financial Manag. 2019, 12, 96 11 of 52
Figure 7. Net profits for experiments (a), (b), (c) and (d).

Classic Turtle's Drawdown (%)


100
80
60
40
20
0
AUDUSD EURUSD GBPUSD USDCHF USDJPY XAUUSD OIL BTCUSD

a) Default Parameters (24, 60) b) Fast Parameters (20, 40)


c) Medium Parameters (40, 80) d) Slow Parameters (80, 160)

Figure8.8.Drawdown
Figure Drawdownas
as percentage
percentage of equity
equity for
for experiments
experiments(a),
(a),(b),
(b),(c)
(c)and
and(d).
(d).

3.2.
3.2.Sliding
Slidingand
andVariable
VariableATR
ATRZone
Zone
Next,
Next,weweexamined
examined(e) (e)thethestop
stop loss
loss strategy
strategy ofof the
the sliding
slidingand andvariable
variableATR ATRzone,zone,where
where a stop
a stop
loss
loss barrier formedatat±X
barrierisisformed × ATR(N)after
±X*ATR(N) after a new
a new position
position is opened.
is opened. We We tested
tested everyevery combination
combination of
ofparameters
parametersfor forN:N:{12,
{12,24,
24,36,36,48},
48},and
andX:X:{1,{1,2,2,3,3,4}4}for
forevery
everyset setofofthe
theselected
selectedparameters
parameters andand
compared
J.compared the results
Risk Financialthe with
results
Manag. 2019,withthe ones
the PEER
12, x FOR from
onesREVIEW (f) the stop loss strategy of the sliding and
from (f) the stop loss strategy of the sliding and variable12ATR variable ATR zone
of 52
aszone
described in Section
as described 2.2.4, where
in Section apart from
2.2.4, where apartthefromstoptheloss stopbarrier, an exclusion
loss barrier, barrierbarrier
an exclusion is formedis
±Y*ATR(N)
atformed At this afteritaisposition
point,
at ±Y*ATR(N) establishedis closed
after a position isdue
the Turtle closedto adue
expertstopto loss
advisor
a stop being
can triggered.
benefit
loss beingfrom Again,
the
triggered. we tested
introduction
Again, we of every
the
tested
sliding
combination and variable
every combination ofATR
of parameters stop
for loss
parameters strategy
N: for
{12, N:24,{12, combined
36,24, 36,X:
48}, 48}, with
{1,X:2,{1,3,exclusion
2,
4}3,and Y:barriers.
4} and {1,3,2,Also,
Y: 2,
{1, 4} we
3, for
4} for have
every
every better
set
set ofof the
results
selected with higher
the selected
parameters. values
parameters.
Figures of9–14
the stop
Figures 9–14
show loss
themultiplier
show Xofand
the averages
averages ofthe
profits exclusion
profits
and the zoneaverages
andaverages
the multiplier Y. Different
of drawdowns
of drawdowns of the
values
of the
assets forof the ATR
assets
every for periodcombination
every
combination N of doN,notXseem
and of Yto influence
N,forXthe
and Ythe
fast, for results
medium the fast,much
and other
medium
slow than
and for
parameters Nrespectively.
slow =parameters
12, where
there are worse results from the other values of N that was examined.
respectively.
It can be observed that the advanced Turtle expert advisor performs better than the classic
Turtle expert advisor. This is apparent Averages
in Figuresof5 and Profits
7 with ($)the fast and medium parameters, but
we can also clearly distinguish many peaks in Figure 9 with the slow parameters, where, with the
0.00
addition of exclusion barriers, the Turtle expert advisor yields better results.
-1000.00
Additionally, a trend is evident as profits tend to be higher for bigger values of X. Less
-2000.00
drawdown also coincides with higher profits as it can be seen when contrasting Figures 5 and 6.
-3000.00
Similar results can be observed by contrasting Figures 7 and 8 as well as Figures 9 and 10.
-4000.00
-5000.00
-6000.00
-7000.00
-8000.00
-9000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3

Classic Turtle Advanced Turtle

Figure Averages
Figure9. 9. of profits
Averages between
of profits the classic
between and theand
the classic advanced Turtle systems
the advanced Turtle for every combination
systems for every
ofcombination
N, X, Y for the fast parameters (20, 40).
of N, X, Y for the fast parameters (20, 40).

Averages of Drawdowns (%)


90.00

85.00

80.00

75.00

70.00
12
12
12
12
12
12
12
12
24
24
24
24
24
24
24
24
36
36
36
36
36
36
36
36
Classic Turtle Advanced Turtle

Figure Manag.
J. Risk Financial 9. Averages
2019, 12,of96profits between the classic and the advanced Turtle systems for every 12 of 52
combination of N, X, Y for the fast parameters (20, 40).

Averages of Drawdowns (%)


90.00

85.00

80.00

75.00

70.00

65.00

60.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle

Figure 10.Averages
Figure10. Averagesofof
drawdowns
drawdownsas as
percentage of equity
percentage between
of equity the the
between classic andand
classic the advanced Turtle
the advanced
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 13 of 52
systems for every combination of N, X, Y for the fast parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).

Averages of Profits ($)


4000.00
2000.00
0.00
-2000.00
-4000.00
-6000.00
-8000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle

Figure Averages
11.11.
Figure Averagesof profits between
of profits the classic
between and theand
the classic advanced Turtle systems
the advanced Turtlefor every combination
systems for every
ofcombination
N, X, Y for the medium
of N, X, Y forparameters
the medium (40, 80).
parameters (40, 80).

Averages of Drawdowns (%)


90.00
85.00
80.00
75.00
70.00
65.00
60.00
55.00
50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle

Figure 12. Averages of drawdowns as percentage of equity between the classic and the advanced
12
12
12
12
12
12
12
12
24
24
24
24
24
24
24
24
36
36
36
36
36
36
36
36
48
48
48
48
48
48
48
48
Classic Turtle Advanced Turtle

FigureManag.
J. Risk Financial 11. Averages of profits between the classic and the advanced Turtle systems for every 13 of 52
2019, 12, 96
combination of N, X, Y for the medium parameters (40, 80).

Averages of Drawdowns (%)


90.00
85.00
80.00
75.00
70.00
65.00
60.00
55.00
50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle

Figure Averages
12.12.
Figure Averagesof of
drawdowns
drawdownsas percentage
as percentage of equity between
of equity the classic
between and and
the classic the advanced Turtle
the advanced
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 14 of 52
systems
Turtle for everyfor
systems combination of N, X,ofY N,
every combination forX,the medium
Y for parameters
the medium (40, 80).
parameters (40, 80).

Averages of Profits ($)


2000.00
1000.00
0.00
-1000.00
-2000.00
-3000.00
-4000.00
-5000.00
-6000.00
-7000.00
-8000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle

Figure Averages
13.13.
Figure Averagesof profits between
of profits the classic
between and theand
the classic advanced Turtle systems
the advanced Turtlefor every combination
systems for every
ofcombination
N, X, Y for the slow parameters (80, 160).
of N, X, Y for the slow parameters (80, 160).

It can be observed that the advanced Turtle expert advisor performs better than the classic Turtle
expert advisor. This is apparent inAverages
Figures 9 and 11 with the fast(%)
of Drawdowns and medium parameters, but we can
also clearly distinguish many peaks in Figure 13 with the slow parameters, where, with the addition of
80.00 barriers, the Turtle expert advisor yields better results.
exclusion
Additionally, a trend is evident as profits tend to be higher for bigger values of X. Less drawdown
75.00
also coincides with higher profits as it can be seen when contrasting Figures 9 and 10. Similar results
70.00
can be observed by contrasting Figures 11 and 12 as well as Figures 13 and 14.
At this point, it is established the Turtle expert advisor can benefit from the introduction of the
65.00
sliding and variable ATR stop loss strategy combined with exclusion barriers. Also, we have better
60.00
results with higher values of the stop loss multiplier X and the exclusion zone multiplier Y. Different
55.00of the ATR period N do not seem to influence the results much other than for N = 12, where
values
there are worse results from the other values of N that was examined.
50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle

Figure 14. Averages of drawdowns as percentage of equity between the classic and the advanced
12
12
12
12
12
12
12
12
24
24
24
24
24
24
24
24
36
36
36
36
36
36
36
36
48
48
48
48
48
48
48
48
Classic Turtle Advanced Turtle

FigureManag.
J. Risk Financial 13. Averages of profits between the classic and the advanced Turtle systems for every 14 of 52
2019, 12, 96
combination of N, X, Y for the slow parameters (80, 160).

Averages of Drawdowns (%)


80.00

75.00

70.00

65.00

60.00

55.00

50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle

Figure Averages
14.14.
Figure Averagesof of
drawdowns
drawdownsas percentage
as percentage of equity between
of equity the classic
between and and
the classic the advanced Turtle
the advanced
systems
Turtle for everyfor
systems combination of N, X,ofY N,
every combination forX,the slow
Y for theparameters (80, 160).
slow parameters (80, 160).

4. 4.
Exceptions
Exceptions
We Wetried
triedusing
usingextraordinary
extraordinary values of the
values stopstop
of the lossloss
multiplier X: {5,
multiplier X:6,{5,
7} 6,
and7} examined
and examinedthe classic
the
and
classic and the advanced Turtle using the slow parameters {80, 160} as they provided better Figure
the advanced Turtle using the slow parameters {80, 160} as they provided better results. results.15
shows
Figure the15average
shows the of profits
averageofofthe assets
profits of and Figureand
the assets 16 Figure
the average
16 theof drawdowns
average of the assets
of drawdowns of thefor
every
J. Riskcombination
assets Financial Manag.
for every of N,12,
2019, X and
combination ofY.PEER
x FOR N, XREVIEW
and Y. 15 of 52

Using extraordinary values for the stop loss multiplier X, the classic Turtle outperforms the
advanced Turtle. Additionally, comparing Figures 13 and 15, profits are higher with higher values of
X, a fact which makes the stop lossAverages
zone wider,ofwhile
Profits ($) of a stop loss being triggered are
chances
slimmer.
3000.00 In other words, the less our Turtle expert advisors use the ATR stop loss windows, the
better the results are bound to be, and the exclusion zone becomes redundant.
2500.00

2000.00

1500.00

1000.00

500.00

0.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3

Classic Turtle Advanced Turtle

Figure Averages
15.15.
Figure Averagesof profits between
of profits the classic
between and theand
the classic advanced Turtle systems
the advanced Turtlefor every combination
systems for every
ofcombination
N, X, Y for the slow
of N, parameters
X, Y (80,
for the slow 160), where
parameters ≥ 5. where X ≥ 5.
(80,X160),

Averages of Drawdowns (%)


65.00

60.00

55.00

50.00

45.00

40.00
12

12

12

12

12

12

24

24

24

24

24

24

36

36

36

36

36

36
Classic Turtle Advanced Turtle

FigureManag.
J. Risk Financial 15. Averages of profits between the classic and the advanced Turtle systems for every 15 of 52
2019, 12, 96
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.

Averages of Drawdowns (%)


65.00

60.00

55.00

50.00

45.00

40.00

35.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
Classic Turtle Advanced Turtle

Figure Averages
16.16.
Figure of drawdowns
Averages as percentage
of drawdowns of equity
as percentage between
of equity the classic
between and the
the classic andadvanced Turtle
the advanced
systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.

Using extraordinary values for the stop loss multiplier X, the classic Turtle outperforms the
5. Conclusions
advanced Turtle. Additionally, comparing Figures 13 and 15, profits are higher with higher values of X,
In our research, we examined exclusion barriers added to a classic Turtle automated trading
a fact which makes the stop loss zone wider, while chances of a stop loss being triggered are slimmer.
system used in trading 8 assets from the Forex, Metals, Commodities, Energy and Cryptocurrencies
In other words, the less our Turtle expert advisors use the ATR stop loss windows, the better the results
categories.
are bound to be, and the exclusion zone becomes redundant.
With this research we concluded that an automated trading system based on a Turtle strategy
5. can benefit from the introduction of exclusion barriers added to its stop loss strategy, for values of
Conclusions
the stop loss multiplier X less than 5. Thus, the Adapted Turtle trading system or AdTurtle is
In our research, we examined exclusion barriers added to a classic Turtle automated trading system
developed.
used inOn trading 8 assets in
the contrary, from thewhere
cases Forex,extraordinary
Metals, Commodities,
values of XEnergy and Cryptocurrencies
(more than categories.
or equal to 5) are used, the
WithTurtle
Classic this research
system we concluded
turns out to bethat
moreanprofitable.
automated trading system based on a Turtle strategy can
benefit from the introduction of exclusion barriers added to its stop loss strategy, for values of the stop
loss multiplier X less than 5. Thus, the Adapted Turtle trading system or AdTurtle is developed.
On the contrary, in cases where extraordinary values of X (more than or equal to 5) are used, the
Classic Turtle system turns out to be more profitable.

Author Contributions: Conceptualization, D.V.; Investigation, D.V.; Methodology, D.V.; Software, I.K. and T.K.;
Supervision, D.V.; Visualization, I.K.
Funding: This research has been co-financed by the European Union and Greek national funds through the Operational
Program Competitiveness, Entrepreneurship and Innovation, under the call RESEARCH—CREATE—INNOVATE
(project code: T1EDK-02342).
Acknowledgments: We would like to thank the anonymous referees who carefully reviewed our paper and
provided us with valuable insights and suggestions.
Conflicts of Interest: The authors declare no conflict of interest. The funders had no role in the design of the
study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, and in the decision to
publish the results.
RESEARCH—CREATE—INNOVATE (project code: T1EDK-02342).

Acknowledgments: We would like to thank the anonymous referees who carefully reviewed our paper and
provided us with valuable insights and suggestions.

Conflicts of Interest: The authors declare no conflict of interest. The funders had no role in the design of the
J. Risk Financial Manag. 2019, 12, 96 16 of 52
study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, and in the decision
to publish the results.
Appendix A
Appendix A
Pseudocode of the basic Turtle trading strategy as described in Section 2.2.3.
Pseudocode of the basic Turtle trading strategy as described in Section 2.2.3.

OnTick() {
if(currentPosition == None) {
if(previousPosition == None) {
if(price > open_high_line)) openLongPosition();
else if(price < open_low_line)) openShortPosition();
}
else if(StopLossTriggered == true) {
if(price < high_Exclusion_Barrier && price > low_Exclusion_Barrier)
return;
}
else if(previousPosition == Long) {
if(lastProfit <= 0 || StopLossTriggered == true) {
if(price > open_high_line) openLongPosition();
else if(price < open_low_line)) openShortPosition();
}
else {
if(price > open_extended_period_high_line) openLongPosition();
else if(price < open_low_line) openShortPosition();
}
}
else if(previousPosition == Short) {
if(lastProfit <= 0 || StopLossTriggered == true) {
if(price > open_high_line) openLongPosition();
else if(price < open_low_line)) openShortPosition();
}
else {
if(price > open_high_line) openLongPosition();
else if(price < open_extended_period_low_line) openShortPosition();
}
}
} //continues in next section ...
J. Risk Financial Manag. 2019, 12, 96 17 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 17 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 17 of 52

else if(currentPosition == Long)


else if(currentPosition == Long)
{
{
if(previousPosition == Long && lastProfit > 0 &&
if(previousPosition == Long && lastProfit > 0 &&
StoplossTriggered == false) {
StoplossTriggered == false) {
if(price < close_extended_period_low_line) closeLongPosition();
if(price < close_extended_period_low_line) closeLongPosition();
}
}
else {
else {
if(price < close_low_line) closeLongPosition();
if(price < close_low_line) closeLongPosition();
}
}
}
}
else if(currentPosition == Short) {
else if(currentPosition == Short) {
if(previousPosition == Short && lastProfit > 0
if(previousPosition == Short && lastProfit > 0
&& StoplossTriggered == false) {
&& StoplossTriggered == false) {
if(price > close_extended_period_high_line) closeShortPosition();
if(price > close_extended_period_high_line) closeShortPosition();
}
}
else {
else {
if(price > close_high_line) closeShortPosition();
if(price > close_high_line) closeShortPosition();
}
}
}
}
}
}

Pseudocode of the Turtle trading strategy initializing the barriers after opening the first
Pseudocode of
Pseudocode ofthe
theTurtle
Turtle trading
trading strategy
strategy initializing
initializing the barriers
the barriers after opening
after opening the first the first
position.
position.
position.
OnTick() {
OnTick() {
if(position_opened_for_the_first_time) {
if(position_opened_for_the_first_time) {
N_ATR = ATR(N);
N_ATR = ATR(N);
if(currentPosition == Long) {
if(currentPosition == Long) {
StopLossLine = openPrice – X*N_ATR;
StopLossLine = openPrice – X*N_ATR;
NewPositionLine = openPrice + Z*N_ATR;
NewPositionLine = openPrice + Z*N_ATR;
}
}
else {
else {
StopLossLine = openPrice + X*N_ATR;
StopLossLine = openPrice + X*N_ATR;
NewPositionLine = openPrice - Z*N_ATR;
NewPositionLine = openPrice - Z*N_ATR;
}
}
basePrice = baseOpenPrice = openPrice;
basePrice = baseOpenPrice = openPrice;
openPositions = 1;
openPositions = 1;
}
}
}
}
J. Risk Financial Manag. 2019, 12, 96 18 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 18 of 52

Pseudocode of
Pseudocode of the
the Turtle
Turtle trading
trading strategy
strategy with
with the
the ATR
ATR Stop
Stop Loss
Loss strategy,
strategy, as
as described
described in
in
Section 2.2.4.
Sections 2.2.4.

OnTick() {
if(positionIsOpened) {
N_ATR = ATR(N);
if(currentPosition == Long) {
StopLossLine = basePrice – X*N_ATR;
newPositionLine = baseOpenPrice + Z*N_ATR;

if(currentPrice <= StopLossLine) {


StopLossTriggered = true;
N_ATR = ATR(N);
CloseLongPositions();
return;
}
if(currentPrice >= newPositionLine) {
basePrice = currentPrice;
baseOpenPrice = currentPrice;
if(openPositions < 5) {
OpenLongPosition();
openPosition += 1;
}
}
}
// continues in next section ...
J. Risk Financial Manag. 2019, 12, 96 19 of 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 19 of 52

else{
StopLossLine = basePrice + X*N_ATR;
newPositionLine = baseOpenPrice - Z*N_ATR;

if(currentPrice >= StopLossLine) {


StopLossTriggered = true;
N_ATR = ATR(N);
CloseShortPositions();
return;
}
if(currentPrice <= newPositionLine) {
basePrice = currentPrice;
baseOpenPrice = currentPrice;
if(openPositions < 5) {
OpenLongPosition();
openPosition += 1;
}
}
}
}
if(noPositionIsOpened) {
if(StopLossTriggered == true) {
high_Exclusion_Barrier = closingPrice + Y*N_ATR;
low_Exclusion_Barrier = closingPrice – Y*N_ATR;
}
}
}
J. Risk Financial Manag. 2019, 12, 96 20 of 52

J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 20 of 52


Appendix B
Appendix B

AUDUSD Net Profits ($)


-7000.00
-7500.00
-8000.00
-8500.00
-9000.00
-9500.00
-10000.00
-10500.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle

Figure
Figure A1.Net
A1. Netprofits
profitsofofAUDUSD
AUDUSD between
between the
the classic
classic and
andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor
every
every
combinationofofN,N,X,X,YYfor
combination forthe
thefast
fastparameters
parameters (20,
(20, 40).
40).

AUDUSD Drawdowns (%)


105.00

100.00

95.00

90.00

85.00

80.00

75.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle

Figure
Figure A2.Drawdowns
A2. Drawdownsof ofAUDUSD
AUDUSD as as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2121
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 21 of 52

EURUSD Net Profits ($)


EURUSD Net Profits ($)
6000.00
6000.00
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
-12000.00
-12000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A3. Net profits of EURUSD between the classic and the advanced Turtle systems for every
Figure A3.Net
A3.
Figure
combinationNetprofits
profits
of N,
ofofEURUSD
X, Y for EURUSD between
between the
the fast parametersthe classic and
(20,classic
40).
and the
theadvanced
advancedTurtle
Turtlesystems
systemsfor
forevery
every
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).

EURUSD Drawdowns (%)


EURUSD Drawdowns (%)
100.00
100.00
90.00
90.00
80.00
80.00
70.00
70.00
60.00
60.00
50.00
50.00
40.00
40.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A4.Drawdowns
A4. Drawdownsof ofEURUSD
EURUSD asas percentage equity between
percentage of equity betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle
Turtle A4. Drawdowns
systems forforevery
systems of EURUSDof
everycombination
combination as percentage
ofN,
N,X,
X,YYfor of equity
for the
the fast between the
fast parameters
parameters (20,classic
(20, 40). and the advanced
40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 22 22
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 22 of 52

GBPUSD Net Profits ($)


GBPUSD Net Profits ($)
6000.00
6000.00
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
-12000.00
-12000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A5. Net profits of GBPUSD between the classic and the advanced Turtle systems for every
Figure A5.Net
FigureA5. Netprofits
profitsofofGBPUSD
GBPUSD between the classic
between the classic and
and the
theadvanced
advancedTurtle
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).

GBPUSD Drawdowns (%)


GBPUSD Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A6.Drawdowns
FigureA6. Drawdownsof ofGBPUSD
GBPUSD as
as percentage
percentage ofof equity
equity between
betweenthetheclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A6. Drawdowns
systems for every of GBPUSD of
combination asN,
percentage
X, Y for of equity
the fast between the
parameters (20,classic
40). and the advanced
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2323
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 23 of 52

USDCHF Net Profits ($)


USDCHF Net Profits ($)
-3500.00
-3500.00
-4500.00
-4500.00
-5500.00
-5500.00
-6500.00
-6500.00
-7500.00
-7500.00
-8500.00
-8500.00
-9500.00
-9500.00
-10500.00
-10500.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A7. Net profits of USDCHF between the classic and the advanced Turtle systems for every
Figure A7.Net
FigureA7. Netprofits
profitsof
ofUSDCHF
USDCHF between the classic
between the classic and
andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).

USDCHF Drawdowns (%)


USDCHF Drawdowns (%)
105.00
105.00
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A8.Drawdowns
A8. Drawdownsof ofUSDCHF
USDCHF asas percentage
percentage ofof equity
equity between
betweenthetheclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A8. Drawdowns
systems for every of USDCHFof
combination asN,
percentage
X, Y for of equity
the fast between the
parameters (20,classic
40). and the advanced
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2424
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 24 of 52

USDJPY
USDJPY Net
Net Profits
Profits ($)
($)
-3500.00
-3500.00
-4500.00
-4500.00
-5500.00
-5500.00
-6500.00
-6500.00
-7500.00
-7500.00
-8500.00
-8500.00
-9500.00
-9500.00
-10500.00
-10500.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

FigureA9.
A9. Netprofits
profits of USDJPY between
between the classic
classic and
and the
theadvanced
advancedTurtle
Turtlesystems
systemsfor
forevery
Figure A9.Net
Figure Net profitsofofUSDJPY
USDJPY between thethe classic and the advanced Turtle systems for every
every
combination
combination of
of N,
N, X,
X, YY for
for the
the fast
fast parameters
parameters (20,
(20, 40).
40).
combination of N, X, Y for the fast parameters (20, 40).

USDJPY
USDJPY Drawdowns
Drawdowns (%)
(%)
105.00
105.00
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A10.Drawdowns
A10. Drawdownsof ofUSDJPY
USDJPY as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A10. Drawdowns
systems for every of USDJPYof
combination asN,
percentage
X, Y for of fast
the equity between the
parameters (20, classic
40). and the advanced
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2525
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 25 of 52

XAUUSD Net Profits ($)


XAUUSD Net Profits ($)
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
-7000.00
-7000.00
-8000.00
-8000.00
-9000.00
-9000.00
-10000.00
-10000.00
-11000.00
-11000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A11. Net profits of XAUUSD between the classic and the advanced Turtle systems for every
Figure A11.Net
A11.
Figure Netprofits
profitsofofXAUUSD
XAUUSD between
between the classic and
the classic andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).

XAUUSD Drawdowns (%)


XAUUSD Drawdowns (%)
105.00
105.00
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A12.Drawdowns
A12. DrawdownsofofXAUUSD
XAUUSD asas percentage
percentage ofof equity
equity between
betweenthetheclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A12. Drawdowns
systems for every of XAUUSDofasN,percentage
combination X, Y for of fast
the equity between (20,
parameters the classic
40). and the advanced
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 26 26
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 26 of 52

OIL Net Profits ($)


OIL Net Profits ($)
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
-12000.00
-12000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A13. Net profits of OIL between the classic and the advanced Turtle systems for every
Figure A13. Net
FigureA13. Net profits
profits of
of OIL
OIL between the classic
between the classic and
and the
the advanced
advancedTurtle
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).

OIL Drawdowns (%)


OIL Drawdowns (%)
105.00
105.00
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A14.Drawdowns
A14.
Figure DrawdownsofofOIL
OILasas percentage
percentage of of equity
equity between
betweenthetheclassic
classicand
andthe
theadvanced
advanced Turtle
Turtle
Figure A14.
systems Drawdowns of OIL as percentage of equity between (20,
the classic
40). and the advanced Turtle
systemsfor
forevery
everycombination
combinationof
ofN,
N,X,X,YY for
for the
the fast
fast parameters
parameters (20, 40).
systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2727
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 27 of 52

BTCUSD Net Profits ($)


BTCUSD Net Profits ($)
0.00
0.00
-500.00
-500.00
-1000.00
-1000.00
-1500.00
-1500.00
-2000.00
-2000.00
-2500.00
-2500.00
-3000.00
-3000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A15. Net profits of BTCUSD between the classic and the advanced Turtle systems for every
Figure A15.Net
A15.
Figure Netprofits
profitsofofBTCUSD
BTCUSD between
between the classic and
the classic and the
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).
combination of N, X, Y for the fast parameters (20, 40).

BTCUSD Drawdowns (%)


BTCUSD Drawdowns (%)
30.00
30.00
25.00
25.00
20.00
20.00
15.00
15.00
10.00
10.00
5.00
5.00
0.00
0.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A16.Drawdowns
A16. Drawdownsof ofBTCUSD
BTCUSD asas percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A16.
systems Drawdowns
for of BTCUSD as percentage of equity between the classic and the advanced
Turtle systems forevery
everycombination
combinationofofN,
N,X,
X,YYfor
for the
the fast
fast parameters (20, 40).
parameters (20, 40).
Turtle systems for every combination of N, X, Y for the fast parameters (20, 40).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2828
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 28 of 52

AUDUSD Net Profits ($)


AUDUSD Net Profits ($)
-2000.00
-2000.00
-3000.00
-3000.00
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
-7000.00
-7000.00
-8000.00
-8000.00
-9000.00
-9000.00
-10000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A17. Net profits of AUDUSD between the classic and the advanced Turtle systems for every
Figure A17.Net
A17.
Figure Netprofits
profitsofofAUDUSD
AUDUSDbetween
between the
the classic and the
classic and theadvanced
advancedTurtle
Turtlesystems
systemsfor
for every
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

AUDUSD Drawdowns (%)


AUDUSD Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A18.Drawdowns
A18. DrawdownsofofAUDUSD
AUDUSD as as percentage
percentage of of equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A18.
systems Drawdowns
for of AUDUSD as percentage of equity between the classic and the advanced
Turtle systems forevery
everycombination
combinationofofN,
N,X,
X,YYfor
for the
the medium parameters (40,
medium parameters (40,80).
80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 2929
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 29 of 52

EURUSD Net Profits ($)


EURUSD Net Profits ($)
25000.00
25000.00
20000.00
20000.00
15000.00
15000.00
10000.00
10000.00
5000.00
5000.00
0.00
0.00
-5000.00
-5000.00
-10000.00
-10000.00
-15000.00
-15000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A19. Net profits of EURUSD between the classic and the advanced Turtle systems for every
Figure A19.Net
A19.
Figure Netprofits
profitsofofEURUSD
EURUSD between
between the classic and
the classic andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

EURUSD Drawdowns (%)


EURUSD Drawdowns (%)
95.00
95.00
85.00
85.00
75.00
75.00
65.00
65.00
55.00
55.00
45.00
45.00
35.00
35.00
25.00
25.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A20.Drawdowns
A20. DrawdownsofofEURUSD
EURUSD asas percentage of equity
percentage of equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A20. Drawdowns
systems for every of EURUSDofasN,percentage
combination X, Y for of medium
the equity between the classic
parameters (40, and the advanced
80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 30 30
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 30 of 52

GBPUSD Net Profits ($)


GBPUSD Net Profits ($)
0.00
0.00
-1000.00
-1000.00
-2000.00
-2000.00
-3000.00
-3000.00
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
-7000.00
-7000.00
-8000.00
-8000.00
-9000.00
-9000.00
-10000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A21. Net profits of GBPUSD between the classic and the advanced Turtle systems for every
Figure A21.Net
FigureA21. Netprofits
profitsofofGBPUSD
GBPUSD between the classic
between the classic and
andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

GBPUSD Drawdowns (%)


GBPUSD Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A22.Drawdowns
A22. Drawdownsof ofGBPUSD
GBPUSD as
as percentage
percentage of of equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A22. Drawdowns
systems for of GBPUSD asN,percentage of equity between the classic and the advanced
Turtle systems forevery
everycombination
combinationof
of N,X,
X,YY for
for the
the medium parameters
medium parameters (40,80).
(40, 80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 3131
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 31 of 52

USDCHF Net Profits ($)


USDCHF Net Profits ($)
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
-12000.00
-12000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A23. Net profits of USDCHF between the classic and the advanced Turtle systems for every
Figure A23.Net
A23.
Figure Netprofits
profitsofofUSDCHF
USDCHF between
between the classic and
the classic and the
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

USDCHF Drawdowns (%)


USDCHF Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A24.Drawdowns
A24. DrawdownsofofUSDCHF
USDCHF asas percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A24. Drawdowns
systems forforevery of USDCHF as percentage of equity between the classic and the advanced
Turtle systems everycombination
combinationofofN,
N,X,
X,YYfor
for the
the medium
medium parameters (40,80).
parameters (40, 80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 3232
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 32 of 52

USDJPY Net Profits ($)


USDJPY Net Profits ($)
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A25. Net profits of USDJPY between the classic and the advanced Turtle systems for every
Figure A25.Net
A25.
Figure Netprofits
profitsofofUSDJPY
USDJPY between
between the classic and
the classic and the
theadvanced
advancedTurtle
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the medium parameters (40, 80).
combination
combinationofofN,N,X,X,YYfor
forthe
themedium
mediumparameters
parameters (40,
(40, 80).
80).

USDJPY Drawdowns (%)


USDJPY Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A26.Drawdowns
A26. Drawdownsof ofUSDJPY
USDJPY as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A26. Drawdowns
systems for every of USDJPYof
combination asN,
percentage
X, Y for of equity
the medium between the classic
parameters (40, and the advanced
80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 3333
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 33 of 52

XAUUSD Net Profits ($)


XAUUSD Net Profits ($)
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
-7000.00
-7000.00
-8000.00
-8000.00
-9000.00
-9000.00
-10000.00
-10000.00
-11000.00
-11000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A27. Net profits of XAUUSD between the classic and the advanced Turtle systems for every
Figure A27.Net
A27.
Figure Netprofits
profitsofofXAUUSD
XAUUSD between
between the classic and
the classic andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

XAUUSD Drawdowns(%)
XAUUSD Drawdowns(%)
105.00
105.00
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A28.Drawdowns
A28. DrawdownsofofXAUUSD
XAUUSD as as percentage
percentage of of equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A28.
systems Drawdowns
for of XAUUSD as percentage of equity between the classic and the advanced
Turtle systems forevery
everycombination
combinationofofN,
N,X,
X,YYfor
for the
the medium parameters (40,
medium parameters (40,80).
80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 3434
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 34 of 52

OIL Net Profits ($)


OIL Net Profits ($)
15000.00
15000.00
10000.00
10000.00
5000.00
5000.00
0.00
0.00
-5000.00
-5000.00
-10000.00
-10000.00
-15000.00
-15000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A29. Net profits of OIL between the classic and the advanced Turtle systems for every
Figure A29. Net
FigureA29. Net profits
profits of
of OIL
OIL between the classic
between the classic and
and the
the advanced
advancedTurtle
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

OIL Drawdowns (%)


OIL Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A30.Drawdowns
A30.
Figure DrawdownsofofOIL
OILasas percentage
percentage of equity between
of equity betweenthe
theclassic
classicand
andthe
theadvanced
advanced Turtle
Turtle
Figure
systems A30.
for Drawdowns of OIL as percentage of equity between the classic and the advanced Turtle
systems forevery
everycombination
combinationof
ofN,
N,X,X,YYfor
for the
the medium parameters (40,
medium parameters (40,80).
80).
systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 3535
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 35 of 52

BTCUSD Net Profits ($)


BTCUSD Net Profits ($)
1000.00
1000.00
500.00
500.00
0.00
0.00
-500.00
-500.00
-1000.00
-1000.00
-1500.00
-1500.00
-2000.00
-2000.00
-2500.00
-2500.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A31. Net profits of BTCUSD between the classic and the advanced Turtle systems for every
Figure A31.Net
A31.
Figure Netprofits
profitsofofBTCUSD
BTCUSD between
between the classic and
the classic and the
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).
combination of N, X, Y for the medium parameters (40, 80).

BTCUSD Drawdowns (%)


BTCUSD Drawdowns (%)
25.00
25.00
20.00
20.00
15.00
15.00
10.00
10.00
5.00
5.00
0.00
0.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A32.Drawdowns
A32. DrawdownsofofBTCUSD
BTCUSD asas percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A32. Drawdowns
systems forforevery of BTCUSD as percentage of equity between the classic and the advanced
Turtle systems everycombination
combinationofofN,
N,X,
X,YYfor
forthe
the medium
medium parameters (40,80).
parameters (40, 80).
Turtle systems for every combination of N, X, Y for the medium parameters (40, 80).
J. Risk
J. Risk Financial
Financial Manag.
Manag. 2019,12,
2019, 12,96x FOR PEER REVIEW 3636
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 36 of 52

AUDUSD Net Profits ($)


AUDUSD Net Profits ($)
30000.00
30000.00
25000.00
25000.00
20000.00
20000.00
15000.00
15000.00
10000.00
10000.00
5000.00
5000.00
0.00
0.00
-5000.00
-5000.00
-10000.00
-10000.00
-15000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
-15000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A33. Net profits of AUDUSD between the classic and the advanced Turtle systems for every
Figure A33.Net
A33.
Figure
combination Net profits
profits
of N,
ofofAUDUSD
X, Y for AUDUSD between
between the
the
the slow parameters
classic and
classic
(80, 160).
andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

AUDUSD Drawdowns (%)


AUDUSD Drawdowns (%)
100.00
100.00
90.00
90.00
80.00
80.00
70.00
70.00
60.00
60.00
50.00
50.00
40.00
40.00
30.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
30.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A34.Drawdowns
A34. DrawdownsofofAUDUSD
AUDUSD asas percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Turtle systems
Figure
Turtle forfor
every
everycombination
A34. Drawdowns
systems of AUDUSDofof
combination N,
as X,
X,YYfor
forthe
percentage
N, ofslow
the parameters
equity
slow (80,classic
between the
parameters (80, 160). and the advanced
160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk
J. Risk Financial
Financial Manag.
Manag. 2019,12,
2019, 12,96x FOR PEER REVIEW 3737
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 37 of 52

EURUSD Net Profits ($)


EURUSD Net Profits ($)
25000.00
25000.00
20000.00
20000.00
15000.00
15000.00
10000.00
10000.00
5000.00
5000.00
0.00
0.00
-5000.00
-5000.00
-10000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A35. Net profits of EURUSD between the classic and the advanced Turtle systems for every
Figure A35.Net
A35.
Figure
combination Netprofits ofofEURUSD
of N,profits EURUSD
X, Y for the
between
between the
the
slow parameters
classic and
classic
(80, 160).
and the
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

EURUSD Drawdowns (%)


EURUSD Drawdowns (%)
90.00
90.00
80.00
80.00
70.00
70.00
60.00
60.00
50.00
50.00
40.00
40.00
30.00
30.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A36.Drawdowns
A36. DrawdownsofofEURUSD
EURUSD as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A36.
systems Drawdowns
for every of EURUSD
combination as
of percentage
N, X, Y for of
the equity
slow between
parameters the classic
(80, 160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk
J. Risk Financial
Financial Manag.2019,
Manag. 2019,12,
12,96x FOR PEER REVIEW 38 38
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 38 of 52

GBPUSD Net Profits ($)


GBPUSD Net Profits ($)
6000.00
6000.00
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A37. Net profits of GBPUSD between the classic and the advanced Turtle systems for every
Figure A37.Net
A37.
Figure
combination Netprofits ofofGBPUSD
of N,profits GBPUSD
X, Y for the
between
between the
the
slow parameters
classic
classic
(80,
and the advanced Turtle systems for every
160). and the advanced Turtle systems for every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

GBPUSD Drawdowns (%)


GBPUSD Drawdowns (%)
100.00
100.00
90.00
90.00
80.00
80.00
70.00
70.00
60.00
60.00
50.00
50.00
40.00
40.00
30.00
30.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A38.Drawdowns
A38. Drawdownsof ofGBPUSD
GBPUSD as
as percentage
percentage ofof equity
equitybetween
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A38.
systems Drawdowns
for every of GBPUSD
combination as
of percentage
N, X, Y for of
the equity
slow between
parametersthe classic
(80, 160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk
J. Risk Financial
Financial Manag.
Manag. 2019,12,
2019, 12,96x FOR PEER REVIEW 3939
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 39 of 52

USDCHF Net Profits ($)


USDCHF Net Profits ($)
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A39. Net profits of USDCHF between the classic and the advanced Turtle systems for every
Figure A39.Net
A39.
Figure
combination Net profits ofofUSDCHF
of N,profits USDCHF
X, Y for the
between
between the
the
slow parameters
classic
classic
(80,
and the advanced Turtle systems for every
160). and the advanced Turtle systems for every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

USDCHF Drawdowns (%)


USDCHF Drawdowns (%)
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A40.Drawdowns
A40. DrawdownsofofUSDCHF
USDCHF as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A40.
systems Drawdowns
for every of USDCHF
combination as
of percentage
N, X, Y for of
the equity
slow between
parameters the classic
(80, 160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk
J. Risk Financial
Financial Manag.2019,
Manag. 2019,12,
12,96x FOR PEER REVIEW 40 40
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 40 of 52

USDJPY Net Profits ($)


USDJPY Net Profits ($)
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
-8000.00
-8000.00
-10000.00
-10000.00
-12000.00
-12000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A41. Net profits of USDJPY between the classic and the advanced Turtle systems for every
Figure A41.Net
A41.
Figure
combination Netprofits ofofUSDJPY
of N,profits USDJPY
X, Y for the
between
between the
the
slow parameters
classic and
classic
(80, 160).
and the
theadvanced
advancedTurtle
Turtlesystems
systemsfor
forevery
every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

USDJPY Drawdowns (%)


USDJPY Drawdowns (%)
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A42.Drawdowns
FigureA42. Drawdownsof ofUSDJPY
USDJPY as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A42.
systems Drawdowns
for every of USDJPY
combination as
of percentage
N, X, Y for of
the equity
slow between
parametersthe classic
(80, 160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 41 41
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 41 of 52

XAUUSD Net Profits ($)


XAUUSD Net Profits ($)
-2000.00
-2000.00
-3000.00
-3000.00
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
-7000.00
-7000.00
-8000.00
-8000.00
-9000.00
-9000.00
-10000.00
-10000.00
-11000.00
-11000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A43. Net profits of XAUUSD between the classic and the advanced Turtle systems for every
Figure A43.Net
A43.
Figure
combination Netprofits ofofXAUUSD
of N,profits XAUUSD
X, Y for the
between
between the
the
slow parameters
classic and
(80,classic
160).
andthe
theadvanced
advancedTurtle
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

XAUUSD Drawdowns (%)


XAUUSD Drawdowns (%)
105.00
105.00
100.00
100.00
95.00
95.00
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A44.Drawdowns
A44. Drawdownsof ofXAUUSD
XAUUSD asas percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A44.
systems Drawdowns
for every of XAUUSD
combination ofas
N,percentage
X, Y for of
the equity
slow between
parametersthe classic
(80, 160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk
J. Risk Financial
Financial Manag.2019,
Manag. 2019,12,
12,96x FOR PEER REVIEW 42 42
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 42 of 52

OIL Net Profits ($)


OIL Net Profits ($)
20000.00
20000.00
15000.00
15000.00
10000.00
10000.00
5000.00
5000.00
0.00
0.00
-5000.00
-5000.00
-10000.00
-10000.00
-15000.00
-15000.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A45. Net profits of OIL between the classic and the advanced Turtle systems for every
Figure A45. Net
FigureA45.
combination Net
of
profits of
N, profits
OIL between
X, Y foroftheOIL between
slow
the classic
the
parameters
classic and
and the
(80, 160).
the advanced
advancedTurtle
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

OIL Drawdowns (%)


OIL Drawdowns (%)
100.00
100.00
90.00
90.00
80.00
80.00
70.00
70.00
60.00
60.00
50.00
50.00
40.00
40.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A46.Drawdowns
A46.
Figure DrawdownsofofOIL
OILasas percentage of equity
percentage of equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced Turtle
Turtle
Figure
systems A46.
for Drawdowns
every of OIL
combination of as
N, percentage
X, Y for of
the equity
slow between
parameters the classic
(80, 160).
systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced Turtle
systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 43 43
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 43 of 52

BTCUSD Net Profits ($)


BTCUSD Net Profits ($)
400.00
400.00
200.00
200.00
0.00
0.00
-200.00
-200.00
-400.00
-400.00
-600.00
-600.00
-800.00
-800.00
-1000.00
-1000.00
-1200.00
-1200.00
-1400.00
-1400.00
-1600.00
-1600.00
-1800.00
-1800.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A47. Net profits of BTCUSD between the classic and the advanced Turtle systems for every
Figure A47.Net
A47.
Figure
combination Netprofits ofofBTCUSD
of N,profits BTCUSD
X, Y for the
between
between the
the
slow parameters
classic and
classic
(80, 160).
and the
theadvanced
advancedTurtle
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the slow parameters (80, 160).
combination of N, X, Y for the slow parameters (80, 160).

BTCUSD Drawdowns (%)


BTCUSD Drawdowns (%)
18.00
18.00
16.00
16.00
14.00
14.00
12.00
12.00
10.00
10.00
8.00
8.00
6.00
6.00
4.00
4.00
2.00
2.00
0.00
0.00
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3
12,1,1
12,1,3
12,2,1
12,2,3
12,3,1
12,3,3
12,4,1
12,4,3
24,1,1
24,1,3
24,2,1
24,2,3
24,3,1
24,3,3
24,4,1
24,4,3
36,1,1
36,1,3
36,2,1
36,2,3
36,3,1
36,3,3
36,4,1
36,4,3
48,1,1
48,1,3
48,2,1
48,2,3
48,3,1
48,3,3
48,4,1
48,4,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A48.Drawdowns
A48. Drawdownsof ofBTCUSD
BTCUSD as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A48.
systems Drawdowns
for every of BTCUSD
combination as
of percentage
N, X, Y for of
the equity
slow between
parametersthe classic
(80, 160).
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160). and the advanced
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160).
J. Risk
J. Risk FinancialManag.
Financial Manag.2019,
2019,12,
12,96
x FOR PEER REVIEW 4444
ofof
5252
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 44 of 52

AUDUSD Net Profits ($)


AUDUSD Net Profits ($)
30000.00
30000.00
25000.00
25000.00
20000.00
20000.00
15000.00
15000.00
10000.00
10000.00
5000.00
5000.00
0.00
0.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A49. Net profits of BTCUSD between the classic and the advanced Turtle systems for every
Figure
Figure A49.Net
A49.
combination Net profits of
of N,profits ofBTCUSD
X, Y for BTCUSD
the
between the classic
between the
slow parameters
classic and the
(80, 160), and
the advancedTurtle
where Xadvanced
≥ 5.
Turtlesystems
systemsfor
forevery
every
combination
combinationofofN,
N,X,X,YYfor
forthe
theslow
slowparameters
parameters (80,
(80, 160),
160), where
where XX ≥≥5.5.

AUDUSD Drawdowns (%)


AUDUSD Drawdowns (%)
40.00
40.00
38.00
38.00
36.00
36.00
34.00
34.00
32.00
32.00
30.00
30.00
28.00
28.00
26.00
26.00
24.00
24.00
22.00
22.00
20.00
20.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A50.Drawdowns
FigureA50. Drawdownsof ofBTCUSD
BTCUSD as
as percentage
percentage ofof equity betweenthe
equity between theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A50. Drawdowns of BTCUSD as percentage of equity between the classic and the advanced

Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.
systems for every combination of N, X, Y for the slow parameters (80, 160), where X
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk
J. Risk Financial
Financial Manag.2019,
Manag. 2019,12,
12,96x FOR PEER REVIEW 45 45
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 45 of 52

EURUSD Net Profits ($)


EURUSD Net Profits ($)
3000.00
3000.00
2000.00
2000.00
1000.00
1000.00
0.00
0.00
-1000.00
-1000.00
-2000.00
-2000.00
-3000.00
-3000.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A51. Net profits of EURUSD between the classic and the advanced Turtle systems for every
Figure
Figure A51.Net
A51.
combination Netprofits ofofEURUSD
of N,profits EURUSD
X, Y for the
between
between the
the
slow parameters
classic and
classic
(80,
andthe
theadvanced
160), where
advancedTurtle
X ≥ 5.
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.

EURUSD Drawdowns (%)


EURUSD Drawdowns (%)
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
45.00
45.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A52.Drawdowns
A52. Drawdownsof ofEURUSD
EURUSD as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A52. Drawdowns of EURUSD as percentage of equity between the classic and the advanced

Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.
systems for every combination of N, X, Y for the slow parameters (80, 160), where X
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk Financial
J. Risk Manag.
Financial 2019,
Manag. 12,12,96x FOR PEER REVIEW
2019, 4646
of of
5252
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 46 of 52

GBPUSD Net Profits ($)


GBPUSD Net Profits ($)
2000.00
2000.00
1000.00
1000.00
0.00
0.00
-1000.00
-1000.00
-2000.00
-2000.00
-3000.00
-3000.00
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A53. Net profits of GBPUSD between the classic and the advanced Turtle systems for every
Figure
Figure A53.Net
A53.
combination Net profits
profits
of N,
ofofGBPUSD
X, Y for GBPUSD
the
between
between the
the
slow parameters
classic and
classic
(80,
and the
160), where
theadvanced
advancedTurtle
X ≥ 5.
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160), where X
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.≥ 5.

GBPUSD Drawdowns (%)


GBPUSD Drawdowns (%)
90.00
90.00
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
FigureA54. Drawdowns
A54. DrawdownsofofGBPUSD
GBPUSDas aspercentage
percentage ofof equity betweenthe
equity between theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A54. Drawdowns of GBPUSD as percentage of equity between the classic and the advanced

Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.
systems for every combination of N, X, Y for the slow parameters (80, 160), where X
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk
J. Risk Financial
Financial Manag.
Manag. 2019,
2019, 12,12,96x FOR PEER REVIEW 4747
of of
5252
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 47 of 52

USDCHF Net Profits ($)


USDCHF Net Profits ($)
3000.00
3000.00
2000.00
2000.00
1000.00
1000.00
0.00
0.00
-1000.00
-1000.00
-2000.00
-2000.00
-3000.00
-3000.00
-4000.00
-4000.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A55. Net profits of USDCHF between the classic and the advanced Turtle systems for every
Figure
Figure A55.Net
A55.
combination Net profits
profits
of N,
ofofUSDCHF
X, Y for USDCHF between the classic
between the
the slow parameters
classic andthe
(80, 160), and
the advancedTurtle
where Xadvanced
≥ 5.
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160), where X ≥
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5. 5.

USDCHF Drawdowns (%)


USDCHF Drawdowns (%)
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
45.00
45.00
40.00
40.00
35.00
35.00
30.00
30.00
25.00
25.00
20.00
20.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
FigureA56. Drawdowns
A56. DrawdownsofofUSDCHF
USDCHFas aspercentage
percentage ofof equity betweenthe
equity between theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A56. Drawdowns of USDCHF as percentage of equity between the classic and the advanced

Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.
systems for every combination of N, X, Y for the slow parameters (80, 160), where X
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
2019,
Manag. 12,96x FOR PEER REVIEW 4848
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 48 of 52

USDJPY Net Profits ($)


USDJPY Net Profits ($)
8000.00
8000.00
6000.00
6000.00
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
-6000.00
-6000.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A57. Net profits of USDJPY between the classic and the advanced Turtle systems for every
Figure A57.Net
A57.
Figure Netprofits
profitsofofUSDJPY
USDJPY between
between the classic and
the classic and the
theadvanced
advancedTurtle
Turtlesystems
systemsfor
forevery
every
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.

USDJPY Drawdowns (%)


USDJPY Drawdowns (%)
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
45.00
45.00
40.00
40.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A58.Drawdowns
A58. Drawdownsof ofUSDJPY
USDJPY as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A58.
systems Drawdowns
for of USDJPY as percentage of equity between the classic and the advanced
whereXX≥≥5.5.
Turtle systems forevery
everycombination
combinationofofN,
N,X,
X,YYfor
for the
the slow
slow parameters (80, 160),
parameters (80, 160),where
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk
J. Risk Financial
Financial Manag.2019,
Manag. 2019,12,
12,96x FOR PEER REVIEW 49 49
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 49 of 52

XAUUSD Net Profits ($)


XAUUSD Net Profits ($)
0.00
0.00
-1000.00
-1000.00
-2000.00
-2000.00
-3000.00
-3000.00
-4000.00
-4000.00
-5000.00
-5000.00
-6000.00
-6000.00
-7000.00
-7000.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A59. Net profits of XAUUSD between the classic and the advanced Turtle systems for every
Figure A59.Net
A59.
Figure
combination Netprofits ofofXAUUSD
of N,profits XAUUSD
X, Y for the
between
between the
the
slow parameters
classic and
(80,classic
andthe
theadvanced
160), where
advancedTurtle
X ≥ 5.
Turtlesystems
systemsforfor every
every
combination of N, X, Y for the slow parameters (80, 160), where X ≥
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5. 5.

XAUUSD Drawdowns (%)


XAUUSD Drawdowns (%)
85.00
85.00
80.00
80.00
75.00
75.00
70.00
70.00
65.00
65.00
60.00
60.00
55.00
55.00
50.00
50.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A60.Drawdowns
A60. Drawdownsof ofXAUUSD
XAUUSD asas percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A60. Drawdowns of XAUUSD as percentage of equity between the classic and the advanced

Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.
systems for every combination of N, X, Y for the slow parameters (80, 160), where X
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 50 50
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 50 of 52

OIL Net Profits ($)


OIL Net Profits ($)
14000.00
14000.00
12000.00
12000.00
10000.00
10000.00
8000.00
8000.00
6000.00
6000.00
4000.00
4000.00
2000.00
2000.00
0.00
0.00
-2000.00
-2000.00
-4000.00
-4000.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A61. Net profits of OIL between the classic and the advanced Turtle systems for every
Figure
Figure A61. Net
A61.
combination Net
of
profits of
N,profits
OIL between
X, Y foroftheOIL between
slow
the classic
the
parameters
classic and
and the
(80, 160),
the advanced
where X
advancedTurtle
≥ 5.
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the slow parameters (80, 160), where X ≥
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5. 5.

OIL Drawdowns (%)


OIL Drawdowns (%)
90.00
90.00
80.00
80.00
70.00
70.00
60.00
60.00
50.00
50.00
40.00
40.00
30.00
30.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure A62.Drawdowns
A62.
Figure DrawdownsofofOIL
OILasas percentage of equity
percentage of equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced Turtle
Turtle
Figure
systems A62.
for Drawdowns
every of OIL
combination of as
N, percentage
X, Y for of
the equity
slow between
parameters the classic
(80, 160), and the
where X advanced

systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5. 5. Turtle
systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
J. Risk Financial
J. Risk Manag.
Financial 2019,12,
Manag.2019, 12,96x FOR PEER REVIEW 51 51
of of
52 52
J. Risk Financial Manag. 2019, 12, x FOR PEER REVIEW 51 of 52

BTCUSD Net Profits ($)


BTCUSD Net Profits ($)
600.00
600.00
500.00
500.00
400.00
400.00
300.00
300.00
200.00
200.00
100.00
100.00
0.00
0.00
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
12,5,1

12,5,3

12,6,1

12,6,3

12,7,1

12,7,3

24,5,1

24,5,3

24,6,1

24,6,3

24,7,1

24,7,3

36,5,1

36,5,3

36,6,1

36,6,3

36,7,1

36,7,3
Classic Turtle Advanced Turtle
Classic Turtle Advanced Turtle

Figure A63. Net profits of BTCUSD between the classic and the advanced Turtle systems for every
Figure A63.Net
A63.
Figure
combination Netprofits ofofBTCUSD
of N,profits BTCUSD
X, Y for the
between
between the
the
slow parameters
classic and
classic
(80,
and the
160), where
theadvanced
advancedTurtle
X ≥ 5.
Turtlesystems
systemsforforevery
every
combination of N, X, Y for the slow parameters (80, 160), where X ≥
combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.

BTCUSD Drawdowns (%)


BTCUSD Drawdowns (%)
7.50
7.50
7.00
7.00
6.50
6.50
6.00
6.00
5.50
5.50
5.00
5.00
4.50
4.50
4.00
4.00
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3
12,5,1
12,5,3
12,6,1
12,6,3
12,7,1
12,7,3
24,5,1
24,5,3
24,6,1
24,6,3
24,7,1
24,7,3
36,5,1
36,5,3
36,6,1
36,6,3
36,7,1
36,7,3
48,5,1
48,5,3
48,6,1
48,6,3
48,7,1
48,7,3

Classic Turtle Advanced Turtle


Classic Turtle Advanced Turtle

Figure
Figure A64.Drawdowns
A64. Drawdownsof ofBTCUSD
BTCUSD as
as percentage
percentage ofof equity
equity between
betweenthe
theclassic
classicand
andthe
theadvanced
advanced
Figure
Turtle A64. Drawdowns of BTCUSD as percentage of equity between the classic and the advanced

Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.5.
systems for every combination of N, X, Y for the slow parameters (80, 160), where X
Turtle systems for every combination of N, X, Y for the slow parameters (80, 160), where X ≥ 5.
References
References
References
Beyoglu,
(BeyogluBelin,
and and Martin
Ivanov Petrov
2008) Ivanov.
Beyoglu, andTechnical
2008.
Belin, AnalysisIvanov.
Martin Petrov of CAN2008.
SLIMTechnical
Stocks. Major Qualifying
Analysis Project
of CAN SLIM
(Beyoglu
Report. and Ivanov
Worcester: 2008) Beyoglu,
Worcester Belin,
Polytechnic and Martin
Institute. Petrov Ivanov. 2008.
Stocks. Major Qualifying Project Report. Worcester: Worcester Polytechnic Institute. Technical Analysis of CAN SLIM
Stocks.
Cekirdekci,
(Cekirdekci Major
Mehmet Qualifying
Emre,
and Iliev Project Iliev.
andCekirdekci,
2010) Veselin Report. Worcester:
2010.
Mehmet Emre, Worcester
Trading System
and VeselinPolytechnic
Development: Institute.
Trading
Iliev. 2010. the Opening
Trading System Range Breakouts.
Development:
(Cekirdekci
Interactiveand
Trading the Iliev 2010)
Qualifying Cekirdekci,
Opening Project
Range Report. Mehmet
Breakouts. Emre,
Worcester: and
Worcester
Interactive Veselin Iliev.
Polytechnic
Qualifying 2010. Trading
Project Institute.
Report. System Development:
Worcester: Worcester
Trading
Chandrinos, the Institute.
Spyros
Polytechnic Opening
K., Range
and Nikos D. Breakouts.
Lagaros. 2018.Interactive Qualifying
Construction Project
of currency Report. byWorcester:
portfolios means of an Worcester
optimized
Polytechnic
investment
(Chandrinos and Institute.
LagarosOperations
strategy. Research Perspectives
2018) Chandrinos, Spyros K., and5: 32–44.
Nikos [CrossRef]
D. Lagaros. 2018. Construction of currency
(Chandrinos
Curtis, Faith. and
portfolios byLagaros
2007. Way of
means 2018)
an Chandrinos,
theoptimized
Turtle: The SpyrosMethods
Secret
investment K., and that
strategy.Nikos D. Lagaros.
Turned
Operations Ordinary2018.
Research Construction
People of currency
into5:Legendary
Perspectives 32–44. Traders.
portfolios
(Curtis
New2007) by
YorkCurtis, means of an optimized investment strategy. Operations Research Perspectives 5: 32–44.
Faith. 2007. Way of the Turtle: The Secret Methods that Turned Ordinary People into Legendary
City: McGraw-Hill.
(Curtis 2007) New
Traders. Curtis, Faith.
York 2007.
City: Way of the Turtle: The Secret Methods that Turned Ordinary People into Legendary
McGraw-Hill.
Fletcher, Tristan, Zakria Hussain, and John Shawe-Taylor. 2010. Currency Forecasting using Multiple Kernel
Traders. New York City: McGraw-Hill.
Learning with Financially Motivated Features. Paper Presented at NIPS 2010 Workshop: New Directions in
Multiple Kernel Learning, Whistler, BC, Canada, December 11.
J. Risk Financial Manag. 2019, 12, 96 52 of 52

Ghosh, Ritesh, and Priyanka Purkayastha. 2017. Forecasting Profitability in Equity Trades using Random Forest,
Support Vector machine and xgboost. Paper Presented at 10th International Conference on Recent Trends in
Engineering Science and Management, Andhra Pradesh, India, August 12. ISBN 978-93-86171-56-6.
Gilligan, Nicholas James. 2009. Exit Strategy Analysis with CAN SLIM Stocks. Interactive Qualifying Project Report.
Worcester: Worcester Polytechnic Institute.
Jackson, Wong Tzu Seong. 2006. An Empirical Investigation of Technical Analysis in Fixed Income Markets.
Durham thesis, Durham University, Durham. Available online: http://etheses.dur.ac.uk/2683/ (accessed on
10 September 2018).
Levene, Joshua, Justin Marcotte, and Joshua Nottage. 2014. Stock Trading Systems: Analysis and Development of a
System of Systems. Interactive Qualifying Project Report. Worcester: Worcester Polytechnic Institute.
Swart, Justin-Niall. 2016. Testing a Price Breakout Strategy Using Donchian Channels. Doctoral dissertation,
University of Cape Town, Cape Town, South Africa.
Vanstone, Bruce J., and Gavin R. Finnie. 2006. Combining Technical Analysis and Neural Networks in the Australian
Stockmarket. August. Available online: http://epublications.bond.edu.au/infotech_pubs/16 (accessed on 12
September 2018).
Vezeris, Dimitrios Th., and Christos J. Schinas. 2018. Performance Comparison of Three Automated Trading
Systems (MACD, PIVOT and SMA) by Means of the d-Backtest PS Implementation. International Journal of
Trade, Economics and Finance 9: 170–73. [CrossRef]
Vezeris, Dimitrios Th, Christos J Schinas, and Garyfalos Papaschinopoulos. 2016. Profitability Edge by Dynamic
Back Testing Optimal Period Selection for Technical Parameters Optimization, in Trading Systems with
Forecasting. Computational Economics 51: 761–807. [CrossRef]
Vezeris, Dimitrios Th, Themistoklis S. Kyrgos, and Christos J. Schinas. 2018a. Hedging and non-hedging trading
strategies on commodities using the d-Backtest PS method. Investment Management and Financial Innovations
15: 351–69. [CrossRef]
Vezeris, Dimitrios, Themistoklis Kyrgos, and Christos Schinas. 2018b. Take Profit and Stop Loss Trading Strategies
Comparison in Combination with an MACD Trading System. Journal of Risk and Financial Management 11: 56.
[CrossRef]
Wilcox, Cole, and Eric Crittenden. 2005. Does Trend Following Work on Stocks? Phoenix: Blackstar Funds, LLC.

© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access
article distributed under the terms and conditions of the Creative Commons Attribution
(CC BY) license (http://creativecommons.org/licenses/by/4.0/).

You might also like