The script demonstrates the work with the table in which the only detail is necessity to know the number of columns. news.txt shou...
Showing posts with label example. Show all posts
Showing posts with label example. Show all posts
MetaTrader 4 Expert Advisor | OBJ Label Example
0
Description: The Expert Advisor shows the details of working with OBJ_LABEL graphic object. It's written using MQL5 style, th...
MetaTrader 4 Expert Advisor | OBJ EDIT Example
0
Description: The Expert Advisor shows the details of working with OBJ_LABEL graphic object. It's written using MQL5 style, th...
MetaTrader 4 Expert Advisor | Parallel Strategies Example
0
Parallel strategies is an Expert Advisor based on many strategies that work in parallel mode (each strategy has its own magic number,...
MetaTrader 4 Expert Advisor | Singleton Example
0
This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A ...
MetaTrader 4 Expert Advisor | Example of RSI Automated
0
Real author: Mohammad Soubra This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy ...
MetaTrader 4 Expert Advisor | Example of Stochastic Automated
0
Real author: Mohammad Soubra This is a simple example EA for MetaTrader 4, it is my 2nd published code in this community. The mai...
MetaTrader 4 Expert Advisor | Example of Heiken Ashi + SMA Automated
0
Real Author: Mohammad Soubra This is unpaid version of Trading Robots. Just it is a source code for coders who see it helpful for t...
MetaTrader 4 Expert Advisor | Example of Commodity Channel Index Automated
0
Real author: Mohammad Soubra Commodity Channel Index or CCI is a great indicator in financial markets (forex too). it is...
MetaTrader 4 Expert Advisor | Example of SAR Automated - with Advanced Money Management
0
MetaTrader 4 Expert Advisor | Example of SAR Automated - with Advanced Money Management
RobotFX
11.9.25
Real author: Mohammad Soubra This is not a profitable EA. This is just a basic/simple example for coders. This example has been ...
MetaTrader 4 Indicator | Example of plotting a function spectrum using the FFT library
0
MetaTrader 4 Indicator | Example of plotting a function spectrum using the FFT library
RobotFX
7.9.25
Description: Example of plotting a function spectrum using the FFT library A test function based on the sum of 3 sinusoids with diffe...
MetaTrader 4 Expert Advisor | Example of OnChartEvent() Function
0
Real author: Mohammad Soubra This is a great beginners' example of the function OnChartEvent() & creating objects on the ch...
MetaTrader 4 Expert Advisor | Example of MACD Automated
0
It is a MetaTrader 4 code example of MACD automated Expert Advisor, with advanced money management function and trailing stop as well...
MetaTrader 4 Expert Advisor | Example of A Simple Breakout Trading Robot
0
Description: Just a very simple break-out trading example as seen on the Buy-Entry example image below. The Sell-Entry would be as re...
MetaTrader 4 Expert Advisor | Example of Heiken Ashi Using Multi Time Frame (MTF)
0
Description This is an example for Heiken Ashi candles. Only uses pending orders (Buy-Limit & Sell-Limit). Hedging is...
MetaTrader 4 Expert Advisor | ChartEvent Test Example
0
The "Test_ChartEvent.mq4" Expert Advisor is an example demonstrating the various types of ChartEvent: keyboard keys events,...
MetaTrader 4 Expert Advisor | Multicurrency hedge example EA (overlay hedge)
0
The Expert Advisor looks for correlations of the Market Watch list symbols, calculates Average True Range ratios for every hedging co...
MetaTrader 5 Expert Advisor | Singleton Example
0
I was working on an EA and identified that an object should never have more than one copy. Most EA's never get large enough for ...
MetaTrader 4 Expert Advisor | CSV file creating example expert
0
Hi fellas i'm Lucas,i thought i should contribiute with something to this wonderful community which i have learned a lot from rea...