CRF Bollinger
- Whole period
- 2 years
- 1 year
- 6 months
- 3 months
- 1 month
Forward testing (Profit)
Monthly Statistics
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
Calendar for Months
About EA's Strategy
Translating...
【EA Description】
This EA "CRF Bollinger" is a scalping counter-trend (reverse trading type) EA designed for the 5-minute chart of USD/JPY. It was developed with an assumed spread of approximately 0.6 pips for USD/JPY, thus it is recommended for FX companies with narrow spreads. The EA can hold a maximum of 3 positions from a single position.【Basic Specifications】・The settings are optimized for USDJPY, so there is no advantage for other currency pairs. ・The annual trading frequency is approximately 2,500 times in the 5-minute chart's averaging mode and about 1,500 times in the single position mode. (It does not support charts longer than 15 minutes) ・It operates on both 1-minute and 5-minute charts, but performs better on the 5-minute chart. ・Can operate simultaneously with other EAs. ・Please set the magic number to avoid overlap with other EAs.
You can use the default settings on servers other than ⅛GMT+2 (winter)/+3 (summer).
【Trading Logic】
"CRF Bollinger" uses Bollinger Bands, CCI, RSI, and Fibonacci for counter-trend trading, focusing on selling on retracements and buying on dips. The Ichimoku Kinko Hyo is used for determining long-term trend direction. While it operates counter-trend in the short term, its main feature is trading in line with the long-term trend.
Averaging Trade (holding up to 3 positions)
You can change the trading days and times in the property settings. To avoid weekend risk, set WeekendClose to "true" and specify the closing time. ⛀Example Settings (Default Settings)RsiPeriod = 14;// RSI period (range 10-100)BollingerBandsPeriod = 30;// Bollinger Bands period (range 10-100)BollingerBandsDeviation = 1;// Bollinger Bands sigma value (range 1-3) Averaging mode ON (1st position 10,000 units, 2nd position 20,000 units, 3rd position 30,000 units) can be changed in property settings. Depending on the timing of the closing, there may be a temporary hedging situation. If you enable averaging mode, please operate on a server that allows hedging. Due to the high number of trades, please ensure to operate with an FX company that has narrow spreads. It will also trade early in the morning Japan time, so there is a possibility of trading under widened spreads. Since it is equipped with a spread filter, please set the spread filter to a slightly wider value than usual to avoid trading when spreads widen.
【About Backtesting】
For accurate backtesting, please conduct it with all ticks. It will operate with only the opening price, but this will result in a simplified backtest. As it is a scalping EA, it has low spread resistance. When spreads are wide, trading costs increase significantly, making it harder to aim for profits.
Default settings 5-minute chart(TDS variable spread)
Version 1.02(Continuous entry prevention feature ON)
Version 1.02 Default Settings(Continuous entry prevention feature OFF)
In Version 1.02, the following features were implemented. (January 8, 2025)
4. Added logic to prevent continuous entriesIf it is the same bar as the previous one, do not average true (the number of entries decreases) average false5. Added a feature to not trade for a specified number of candlesticksManualEntry = 0;// Resumes automatic trading after a specified number of candlesticks have passed (range 2-500) Disable this feature = 0. If you enter a number greater than 1 in ManualEntry, the positions held will be immediately closed, and no new entries will be made until the specified number of candlesticks has passed. Immediately after setting, the current bar is also counted as 1, so it will be aggregated based on the input value minus 1. Restarting MT4 will reset the internal count, so counting will start over. Example: Set ManualEntry = 40. After 5 hours (20 candlesticks have passed) restart the EA⋲the count will start from 0, and automatic trading will resume after 40 candlesticks have passed after starting MT4. If you restart MT4 over the weekend, please re-enter the correct number after starting it. In the above example, since 20 candlesticks have passed, 40-20=20, meaning you need to reset ManualEntry to 20 after starting. A comment will be displayed in the upper left of the chart screen saying "Automatic trading will resume after X candlesticks have passed." If you restart MT4 after automatic trading resumes, it will not trade for the specified number of times again based on the property settings. To return to automatic trading mode, please reset ManualEntry to 0.
⛀Preferred MarketSince it is a counter-trend trade, it is fundamentally strong in range markets.⛀Disliked MarketIt struggles in markets with high volatility, such as during the Lehman Shock.
Yellow should be changed according to trading environment
Pink can be changed according to preference
Gray should generally remain as default
Green is added in version 1.02
⛀⛁⛀⛁⛀⛁⛀⛁⛀ Property Settings ⛀⛁⛀⛁⛀⛁⛀⛁⛀Magic = 55634;// EA identification magic numberLots1 = 0.1;// Lot size for the 1st position 1.0=100,000 units 0.1=10,000 units 0.01=1,000 unitsLots2 = 0.2;// Lot size for the 2nd position 1.0=100,000 units 0.1=10,000 units 0.01=1,000 units (applies only when averaging)Lots3 = 0.3;// Lot size for the 3rd position 1.0=100,000 units 0.1=10,000 units 0.01=1,000 units (applies only when averaging)Nanpin = true;// Enable averaging true Disable to single position false
BarSkipping = false; // If it is the same bar as the previous one, do not average true (the number of entries decreases) average falseShortNanpin = true;// When in averaging mode, also average short true Only average long false
ManualEntry = 0;// Resumes automatic trading after a specified number of candlesticks have passed (range 2-500) Disable this feature = 0StopLossRequest = 4.0;// Stop order 0.5=50 pips 1.0=100 pips 10=1000 pipsTakeProfitRequest = 5.0;// Limit order 0.5=50 pips 1.0=100 pips 10=1000 pipsSlippage = 1;// Allowed slippage
RsiPeriod = 14; // RSI period (range 10-100)BollingerBandsPeriod = 30; // Bollinger Bands period (range 10-100)BollingerBandsDeviation = 1; // Bollinger Bands sigma value (range 1-3)
MaxSpread = 25;// Allowed spread Enter the difference between Bid and Ask values Example 50⋲5 pipsMaxError = 50;// Count setting for order rejection errors (specify in the range of 30-200)Monday = true;// New entries on Monday true Do not enter false (server time GMT+2 (winter)/+3 (summer))Tuesday = true;// New entries on Tuesday true Do not enter false (server time GMT+2 (winter)/+3 (summer))Wednesday = true;// New entries on Wednesday true Do not enter false (server time GMT+2 (winter)/+3 (summer))Thursday = true;// New entries on Thursday true Do not enter false (server time GMT+2 (winter)/+3 (summer))Friday = true;// New entries on Friday true Do not enter false (server time GMT+2 (winter)/+3 (summer))WeekendClose = false;// Weekend forced close setting Force close on weekends true Do not close falseClose_Hour = 16;// When WeekendClose is true, at what time (Hour) on Friday to force close positions (specify in the range 0-23)Close_Minute = 40;// When WeekendClose is true, at what minute (Minute) on Friday to force close positions (specify in the range 0-59)TimeHour0 = true; // Enter at server time 0:00 true Do not enter falseTimeHour1 = true; // Enter at server time 1:00 true Do not enter falseTimeHour2 = true; // Enter at server time 2:00 true Do not enter falseTimeHour3 = true; // Enter at server time 3:00 true Do not enter falseTimeHour4 = true; // Enter at server time 4:00 true Do not enter falseTimeHour5 = true; // Enter at server time 5:00 true Do not enter falseTimeHour6 = true; // Enter at server time 6:00 true Do not enter falseTimeHour7 = true; // Enter at server time 7:00 true Do not enter falseTimeHour8 = true; // Enter at server time 8:00 true Do not enter falseTimeHour9 = true; // Enter at server time 9:00 true Do not enter falseTimeHour10 = true; // Enter at server time 10:00 true Do not enter falseTimeHour11 = true; // Enter at server time 11:00 true Do not enter falseTimeHour12 = true; // Enter at server time 12:00 true Do not enter falseTimeHour13 = true; // Enter at server time 13:00 true Do not enter falseTimeHour14 = true; // Enter at server time 14:00 true Do not enter falseTimeHour15 = true; // Enter at server time 15:00 true Do not enter falseTimeHour16 = true; // Enter at server time 16:00 true Do not enter falseTimeHour17 = true; // Enter at server time 17:00 true Do not enter falseTimeHour18 = true; // Enter at server time 18:00 true Do not enter falseTimeHour19 = true; // Enter at server time 19:00 true Do not enter falseTimeHour20 = true; // Enter at server time 20:00 true Do not enter falseTimeHour21 = true; // Enter at server time 21:00 true Do not enter falseTimeHour22 = true; // Enter at server time 22:00 true Do not enter falseTimeHour23 = true; // Enter at server time 23:00 true Do not enter falseCommentOnOff = true; // Chart screen comment Display true Do not display false【Version Update History】Latest Version 1.021. Added weekend close settings (force close on weekends true Do not close false) Positions will be forcibly closed at the specified time on Friday. No new orders will be placed until Monday. 2. You can now select the time slots and days for entries.
3. Fixed a bug where simultaneous closing of multiple positions could not be processed correctly.
Price: $204.51 (taxed)
¥33,000(taxed)
●Payment
Sales from : 11/25/2024 21:50
Price: $204.51 (taxed)
¥33,000(taxed)
●Payment
Just like discretionary trading, there are those that decide trading and settlement timings by combining indicators, those that repeatedly buy or sell at certain price (pips) intervals, and trading methods that utilize market anomalies or temporal features. The variety is as rich as the methods in discretionary trading.
To categorize simply,
・Scalping (Type where trades are completed within a few minutes to a few hours),
・Day Trading (Type where trades are completed within several hours to about a day),
・Swing Trading (Type where trades are conducted over a relatively long period of about 1 day to 1 week)
・Grid/Martingale Trading (Holding multiple positions at equal or unequal intervals and settling all once a profit is made. Those that gradually increase the lot number are called Martingale.)
・Anomaly EA (Mid-price trading, early morning scalping)
However, a substantial advantage of automated trading is its ability to limit and predict risks beforehand.
[Risk]
Inherent to forex trading are the trading risks that undeniably exist in automated trading as well.
・Lot Size Risk
Increasing the lot size forcibly due to a high winning rate can, in rare instances, depending on the EA, lead to substantial Pips loss when a loss occurs. It is crucial to verify the SL Pips and the number of positions held before operating with an appropriate lot.
・Rapid Market Fluctuation Risk
There are instances where market prices fluctuate rapidly due to index announcements or unforeseen news. System trading does not account for such unpredictable market movements, rendering it incapable of making decisions on whether to settle in advance or abstain from trading. As a countermeasure, utilizing tools that halt the EA based on indicator announcements or the VIX (fear index) is also possible.
[Benefits]
・Operates 24 hours a day
If there is an opportunity, system trading will execute trades on your behalf consistently. It proves to be an extremely convenient tool for those unable to allocate time to trading.
・Trades dispassionately without being swayed by emotions
There is an absence of self-serving rule modifications, a common human tendency, such as increasing the lot size after consecutive losses in discretionary trading or, conversely, hastily securing profits with minimal gains.
・Accessible for beginners
To engage in Forex trading, there is no prerequisite to study; anyone using system trading will achieve the same results.
[Disadvantages]
・Cannot increase trading frequency at will
Since system trading operates based on pre-programmed conditions, depending on the type of EA, it might only execute trades a few times a month.
・Suitability may vary with market conditions
Depending on the trading type of the EA, there are periods more suited to trend trading and periods more suited to contrarian trading, making consistent results across all periods unlikely. While the previous year might have yielded good results, this year's performance might not be as promising, necessitating some level of discretion in determining whether it is an opportune time to operate.
・MT4 (MetaTrader 4. An account needs to be opened with a Forex company that offers MT4.)
・EA (A program for automated trading)
・The operating deposit required to run the EA
・A PC that can run 24 hours or a VPS (Virtual Private Server), where a virtual PC is hosted on a cloud server to run MT4.
Additionally, there are both demo and real accounts available. You can experience trading with virtual money by applying for a demo account. After opening a real account, you select the connection server assigned by the Forex broker, enter the password, and log in to the account.
When you deposit money into your account using the method specified by the forex broker, the funds will be reflected in your MT4 account, and you can trade.
Firstly, download the purchased EA file from your My Page on GogoJungle. You will download a zip (compressed) file, so right-click to extract it and retrieve the file named ‘◯◯◯ (EA name)_A19GAw09 (any 8 alphanumeric characters).ex4’ from inside.
Next, launch MT4 and navigate to ‘File’ → ‘Open Data Folder’ → ‘MQL4’ → ‘Experts’ folder, and place the ex4 file inside. Once done, close MT4 and restart it. Then, go to the upper menu ‘Tools’ → ‘Options’, and under ‘Expert Advisors’, ensure ‘Allow automated trading’ and ‘Allow DLL imports’ are checked, then press OK to close.
The necessary currency pair and time frame for the correct operation of the EA are specified on the EA sales page. Refer to this information and open the chart of the correct currency pair time frame (e.g., USDJPY5M for a USD/Yen 5-minute chart).
Within the menu navigator, under ‘Expert Advisors’, you will find the EA file name you placed earlier. Click to select it, then drag & drop it directly onto the chart to load the EA. Alternatively, you can double-click the EA name to load it onto the selected chart.
If ‘Authentication Success’ appears in the upper left of the chart, the authentication has been successful. To operate the EA, you need to keep your PC running 24 hours. Therefore, either disable the automatic sleep function or host MT4 on a VPS and operate the EA.
If you want to use it with an account other than the authenticated one, you need to reset the registered account.
To reset the account, close the MT4 where the Web authentication is registered, then go to My Page on GogoJungle > Use > Digital Contents > the relevant EA > press the ‘Reset’ button for the registration number, and the registered account will be released.
When the account is in a reset state, using the EA with another MT4 account will register a new account.
Also, you can reset the account an unlimited number of times.
→ Items to Check When EA is Not Operating
1 lot = 100,000 currency units
0.1 lot = 10,000 currency units
0.01 lot = 1,000 currency units
For USD/JPY, 1 lot would mean holding 100,000 dollars.
The margin required to hold lots is determined by the leverage set by the Forex broker.
If the leverage is 25 times, the margin required to hold 10,000 currency units of USD/JPY would be:
10000*109 (※ at a rate of 109 yen per dollar) ÷ 25 = 43,600 yen.
・Risk-Return Ratio: Total Profit and Loss during the period ÷ Maximum Drawdown
・Maximum Drawdown: The largest unrealized loss during the operation period
・Maximum Position Number: This is the maximum number of positions that the EA can theoretically hold at the same time
・TP (Take Profit): The set profit-taking Pips (or specified amount, etc.) in the EA's settings
・SL (Stop Loss): The set maximum loss pips (or specified amount, etc.) in the EA's settings
・Trailing Stop: Instead of settling at a specified Pips, once a certain profit is made, the settlement SL is raised at a certain interval (towards the profit), maximizing the profit. It is a method of settlement.
・Risk-Reward Ratio (Payoff Ratio): Average Profit ÷ Average Loss
・Hedging: Holding both buy and sell positions simultaneously (Some FX companies also have types where hedging is not allowed)
・MT4 Beginner's Guide
・Understanding System Trading Performance (Forward and Backtesting)
・Choosing Your First EA! Calculating Recommended Margin for EAs
・Comparing MT4 Accounts Based on Spread, Swap, and Execution Speed
・What is Web Authentication?
・Checklist for When Your EA Isn't Working
