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

Experts: Breakout Strategy with Prop Firm Helper Functions

Breakout Strategy with Prop Firm Helper Functions : This is an update of the "Simple Yet Effective Breakout Strategy". In this code, I have added some helper functions for prop firm challenges. Author: Anh Quan Duong

Indicators: Click on the market chart to create a price alert

Click on the market chart to create a price alert : This is a first for MetaTrader 5. Now you can click on the chart to create price alerts. Author: Conor Mcnamara

Experts: Lesson 4 Price Action and MA Filter

Lesson 4 Price Action and MA Filter : This is a tutorial on price action trading combined with a moving average filter Author: Dao Thanh Tan

Experts: Lesson 3_Price Action

Lesson 3_Price Action : This is a guide to trading using the price action method Author: Dao Thanh Tan

Experts: Lesson 2_ Trading RSI Pattern Confirmation two Bottom

Lesson 2_ Trading RSI Pattern Confirmation two Bottom : This is a tutorial on how to confirm double bottom & RSI patterns Author: Dao Thanh Tan

Experts: Lession 1_ Bullish and Bearllish Candle Tick

Lession 1_ Bullish and Bearllish Candle Tick : This is a lesson on how to create a Bullish - Bearllish reversal trading method based on the Japanese candlestick pattern. Now we will refer to detail introduct about method: Author: Dao Thanh Tan

Scripts: Count consecutive no. of bull or bear bars

Count consecutive no. of bull or bear bars : Sample code to count consecutive no. of bull or bear bars. Author: Sardion Maranatha

Scripts: Harmonic AI Pattern

Harmonic AI Pattern : HarmonicEA is an Expert Advisor (EA) developed for MetaTrader 4 (MT4) that utilizes harmonic pattern recognition and RSI-based signals to identify potential trading opportunities in the forex market. The EA is designed to detect various bullish and bearish harmonic patterns

Experts: Get Nth Closed Trade from the end in MT5

Get Nth Closed Trade from the end in MT5 : This EA will scan all the closed trades and then print the nth trade from the end Author: Biswarup Banerjee

Experts: Get Nth Active Trade from the end in MT5

Get Nth Active Trade from the end in MT5 : This EA will scan all the open trades and then print the nth trade from the end Author: Biswarup Banerjee