Automated-Trading
Codes
Kijun-Sen with alerts for MetaTrader 5
The Kijun-sen line with color customization and sending alert on trend changes
Demo_IndicatorSetDouble for MetaTrader 5
Example of using IndicatorSetDouble() function. This is an indicator that turns upside down the maximum and minimum values of the indicator window and values of levels, on which the horizontal lines are placed
Demo_IndicatorSetString for MetaTrader 5
An example of how to use the IndicatorSetString() function. A simple indicator that shows how to create a label, e.g. "Overbought level" for each level
Demo_IndicatorSetInteger for MetaTrader 5
An example of the IndicatorSetInteger() function. A simple indicator that shows how to create a label, e.g. "Overbought level" for each horizontal level
Demo_FileReadInteger for MetaTrader 5
The indicator demonstrates the example of using the FileReadInteger() function
Demo_FileWriteInteger for MetaTrader 5
The script demonstrates the example of using the FileWriteInteger() function
Demo_FileTell for MetaTrader 5
The script demonstrates the example of using the FileTell() function
Demo_FileSize for MetaTrader 5
The script demonstrates the example of using the FileSize() function
Demo_FileReadDouble for MetaTrader 5
The indicator demonstrates the example of using the FileReadDouble() function
Demo_FileWriteDouble for MetaTrader 5
The script demonstrates the example of using the FileWriteDouble() function
Articles
Interview with Alexey Masterov (ATC 2012) for MetaTrader 5
We do our best to introduce all the leading Championship Participants to our audience in reasonable time. To achieve that, we closely monitor the most promising contestants in our TOP-10 and arrange interviews with them. However, the sharp rise of Alexey Masterov (reinhard) up to the third place has
Interview with Sergey Pankratyev (ATC 2012) for MetaTrader 5
The Championship is coming to an end leaving us with vivid impressions of many unusual trading strategies. However, the trading robot of Sergey Pankratyev (s75) is showing really peculiar things - it is trading all 12 currency pairs opening only long positions. It is not an error but just a response
Interview with Enbo Lu (ATC 2012) for MetaTrader 5
"Be sure to participate in the Automated Trading Championships, where you can get a truly invaluable experience!" - this is the motto of contestant Enbo Lu (luenbo) from China. He appeared in the TOP-10 of Automated Trading Championship 2012 last week and is now consistently trying to reach the
Interview with Ruslan Ziyatdinov (ATC 2012) for MetaTrader 5
The Championship keeps providing us with new discoveries, as well as new interesting Participants and unusual ideas implemented in the competition trading robots. While interviewing Ruslan Ziyatdinov (rusland1962), we learned about his simple approach to trading and found out why it is better to
Interview with Mariusz Zarnowski (ATC 2012) for MetaTrader 5
As December 28 is approaching, the list of leaders of the Automated Trading Championship 2012 is becoming clearer. With only two weeks to go until the end of the Championship, Mariusz Zarnowski (zrn) from Poland stands a good chance to be in the top three. His EA has already demonstrated how it can
Interview with Evgeny Gnidko (ATC 2012) for MetaTrader 5
The Expert Advisor of Evgeny Gnidko (FIFO) currently seems to be the most stable one at the Automated Trading Championship 2012. This trading robot entered TOP-10 at the third week remaining one of the leading Expert Advisors ever since
Interview with Sergey Abramov (ATC 2012) for MetaTrader 5
The trading robot of Sergey Abramov (26405) is staying in TOP-10 since the second week. However, it caused much anxiety for its developer. As it turned out, the robot contains a small error in position close block. The robot has been developed almost exclusively on the basis of the past years'
Interview with Alexandr Artapov (ATC 2012) for MetaTrader 5
It was during the second week of the Championship when the Expert Advisor of Alexandr Artapov (artall) found itself on the third position trading EURUSD and EURJPY. Then it briefly left TOP-10 to appear again after one month of struggle for survival. As it turned out, this trading robot is still
Interview with Juan Pablo Alonso Escobar (ATC 2012) for MetaTrader 5
"Everyone who is struggling with programming and who were not able to participate in this year's competition, know that it becomes a lot easier in time", said Juan Pablo Alonso Escobar (JPAlonso), the hero of today's interview
Interview with Dmitry Terentew (ATC 2012) for MetaTrader 5
Is it really necessary to be a programmer to develop trading robots? Do we need to spend years monitoring price charts to be able to "feel" the market? All these issues have been discussed in our interview with Dmitry Terentew (SAFF), whose trading robot has been occupying the first page of the
Forum
Libraries: Check if there are any new bar
Check if there are any new bar : The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use Author: Mage He
Experts: Equity-based Position Closure
Equity-based Position Closure : Explore the implementation of equity-based position closure in your trading bot, where positions are closed automatically when the equity reaches a certain percentage threshold. Author: Kishore K
Indicators: Moving Average-RMA
Moving Average-RMA : RMA Relative Moving Average is a variant of EMA Author: Mage He
Experts: Martingale Levels For Money Management
Martingale Levels For Money Management : To use martingale money management when a position is in loss and price hits any of specific distances. Author: ManiABLS
Scripts: Pilot Automat
Pilot Automat : Dose all the thinking for you! Author: AndreiXab
Experts: Specific Trading Days
Specific Trading Days : As the name implies, this EA can filter the trading days allowed to enter trades. Author: Chioma Obunadike
Indicators: Equity and Balance as an indicator for MT5
Equity and Balance as an indicator for MT5 : This is a very easy-to-use indicator that displays the changes in Equity and balance of the trading account as it dynamically moves. Particularly useful on the back tester and good for beginners to read this very easy MQL5 code. Author: TheCoder
Experts: Ma Price Cross (Custom Time)
Ma Price Cross (Custom Time) : Buys when price breaks above the MA and Sells when price breaks below the MA. User can choose the time range (server time) to trade in. Author: Jacobie Nycambren Barksdale
Indicators: Strongest Pair Indicator
Strongest Pair Indicator : This will return the pair with the most growth in the user input start time and end time Author: Jacobie Nycambren Barksdale
Experts: Dynamic Trailing Stop Loss and Profit Target Management
Dynamic Trailing Stop Loss and Profit Target Management : This code snippet implements a dynamic risk management strategy for existing trades. It focuses on closing trades based on profit or loss thresholds and employs a trailing stop loss to lock in profits as the trade moves favorably. The