A strategy that takes advantage of the Tokyo and London markets to seize profits from calm markets.
EA Backtest Analysis
width: 100%;
position: relative;
padding: 0;
background: #fff;
}
.Backtest-card {
position: relative;
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,248,245,1) 100%);
border-radius: 15px;
padding: 12px 15px;
box-shadow: 0 10px 30px rgba(255, 81, 0, 0.1);
overflow: hidden;
}
.Backtest-card::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100%;
background: linear-gradient(90deg, rgba(255,81,0,0.1) 0%, rgba(255,81,0,0.2) 100%);
transform: skewX(-15deg) translateX(50%);
z-index: 1;
}
.section-title {
font-size: 26px;
color: #FF5100;
margin-bottom: 0;
position: relative;
letter-spacing: 3px;
text-transform: uppercase;
}
.section-title::after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 60px;
height: 3px;
background: #FF5100;
transform: skewX(-20deg);
}
@keyframes Backtest-glow {
0% { transform: scale(1); opacity: 0.5; }
50% { transform: scale(1.1); opacity: 0.7; }
100% { transform: scale(1); opacity: 0.5; }
}
.Backtest-glow-point {
position: absolute;
width: 8px;
height: 8px;
background: #FF5100;
border-radius: 50%;
animation: Backtest-glow 2s infinite;
top: 15px;
right: 15px;
}
Backtesting
Transaction data by year
Forward Test
| Close Time | Type | Open Price | Close Price | Symbol | Hold Time | Lot Size | Profit/Loss |
|---|
Buy vs Sell Trade Ratio
Buy vs Sell Profit/Loss
Entries by Time of Day
パフォーマンススコアカード
P/L Calendar
Product details
Parameter .parameter-container {
width: 100%;
position: relative;
padding: 0;
background: #fff;
}
.parameter-card {
position: relative;
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,248,245,1) 100%);
border-radius: 15px;
padding: 12px 15px;
box-shadow: 0 10px 30px rgba(255, 81, 0, 0.1);
overflow: hidden;
}
.parameter-card::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100%;
background: linear-gradient(90deg, rgba(255,81,0,0.1) 0%, rgba(255,81,0,0.2) 100%);
transform: skewX(-15deg) translateX(50%);
z-index: 1;
}
.section-title {
font-size: 26px;
color: #FF5100;
margin-bottom: 0;
position: relative;
letter-spacing: 3px;
text-transform: uppercase;
}
.section-title::after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 60px;
height: 3px;
background: #FF5100;
transform: skewX(-20deg);
}
@keyframes parameter-glow {
0% { transform: scale(1); opacity: 0.5; }
50% { transform: scale(1.1); opacity: 0.7; }
100% { transform: scale(1); opacity: 0.5; }
}
.parameter-glow-point {
position: absolute;
width: 8px;
height: 8px;
background: #FF5100;
border-radius: 50%;
animation: parameter-glow 2s infinite;
top: 15px;
right: 15px;
}
Trading Info Recommended margin/0.01lot 200,000 JPY Estimated monthly interest rate 1.5% *Investment involves risk of loss. Past performance does not guarantee future results.
Entry conditions
It trades between the end of the London market and the end of the Tokyo market. It is a contrarian EA that uses Bollinger Bands and ATR to catch sudden market fluctuations and trade.
Closing Conditions
The closing conditions are determined by the relative positions of the MA, Bollinger Bands, and closing price.
Good market price
It excels in range markets where volatility is rising even during calm market times.
Unfavorable market conditions
A market with relatively low volatility and a trend.
Timing to postpone operation
—-
Recommended operation methods
—- For product inquiries, please contact the store where the item is listed. * After making an inquiry, you can check the confirmation and reply from "Inquiries" on your My Account page. .contact-section {
padding: 48px 40px;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
width: 100%;
position: relative;
}
.contact-content {
position: relative;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 24px 32px;
border-radius: 16px;
background: linear-gradient(to right, rgba(250,250,250,0.8), rgba(255,255,255,0.4));
backdrop-filter: blur(8px);
border: 1px solid rgba(0,0,0,0.06);
}
.text-content {
position: relative;
padding-left: 24px;
}
.accent-line {
position: absolute;
top: 10px;
left: 0;
width: 3px;
height: 28px;
background: linear-gradient(to bottom, #111, rgba(17,17,17,0.2));
border-radius: 2px;
}
.contact-text {
font-size: 15px;
color: #111;
line-height: 1.6;
margin: 0;
font-weight: 500;
letter-spacing: 0.02em;
}
.button-area {
text-align: right;
flex-shrink: 0;
margin-left: 40px;
position: relative;
}
.button-wrap {
position: relative;
display: inline-block;
transition: transform 0.3s ease;
}
[class*="contact_enquiry"] {
display: inline-flex !important;
align-items: center !important;
padding: 0 32px !important;
height: 46px !important;
background: #111 !important;
color: #fff !important;
font-size: 13px !important;
font-weight: 500 !important;
letter-spacing: 0.03em !important;
border-radius: 12px !important;
border: none !important;
transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
text-decoration: none !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 4px 8px rgba(0,0,0,0.06) !important;
position: relative !important;
overflow: hidden !important;
white-space: nowrap !important;
}
.button-wrap::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 120%;
height: 120%;
background: radial-gradient(circle at center, rgba(0,0,0,0.04), transparent 70%);
transform: translate(-50%, -50%);
z-index: -1;
opacity: 0;
transition: opacity 0.3s ease;
}
.button-wrap:hover::before {
opacity: 1;
}
[class*="contact_enquiry"]:hover {
transform: translateY(-1px) !important;
background: #000 !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.08) !important;
}
[class*="contact_enquiry"]::before {
content: "?" !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
margin-right: 12px !important;
width: 20px !important;
height: 20px !important;
background: rgba(255,255,255,0.12) !important;
border-radius: 6px !important;
font-size: 12px !important;
transition: 0.3s ease !important;
transform: rotate(-4deg) !important;
}
[class*="contact_enquiry"]:hover::before {
background: rgba(255,255,255,0.18) !important;
transform: rotate(0deg) !important;
}
.note-text {
font-size: 11px;
color: #666;
line-height: 1.5;
margin-top: 10px;
text-align: right;
letter-spacing: 0.02em;
}
@keyframes borderGlow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.contact-content::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background: linear-gradient(45deg,
rgba(0,0,0,0.03),
rgba(0,0,0,0.06),
rgba(0,0,0,0.03));
border-radius: 16px;
z-index: -1;
background-size: 200% 200%;
animation: borderGlow 8s ease infinite;
}
/* Tablet style */
@media screen and (max-width: 768px) {
.contact-section {
padding: 32px 24px;
}
.contact-content {
padding: 20px 24px;
}
.button-area {
margin-left: 24px;
}
[class*="contact_enquiry"] {
padding: 0 24px !important;
}
}
/* Smartphone style */
@media screen and (max-width: 480px) {
.contact-section {
padding: 24px 16px;
}
.contact-content {
flex-direction: column;
align-items: flex-start;
padding: 20px;
}
.text-content {
margin-bottom: 20px;
}
.button-area {
width: 100%;
margin-left: 0;
text-align: left;
}
.button-wrap {
display: block;
width: 100%;
}
[class*="contact_enquiry"] {
width: 100%;
justify-content: center;
}
.note-text {
text-align: left;
margin-top: 12px;
}
}
There are no reviews yet.