Codici

Information on the symbols per MetaTrader 4

The script outputs the information on symbols to a CSV file: swaps, spreads, stops, contracts

Grouping account history per MetaTrader 4

The script reads the list of deals from the account history, groups them by the sign specified in the parameters and outputs to a file

Transfer trades from the tester report to the chart per MetaTrader 4

The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart

Gap indicator per MetaTrader 4

The indicator shows the gaps between the closing price of the previous bar and the opening price of the current bar

Function library for maintaining positions with a simple trailing stop per MetaTrader 4

With the help of this library it is possible to implement the ability to maintain positions with a simple trailing stop in any Expert Advisor

Library of functions for working with INI-files. per MetaTrader 4

The library contains five functions for reading the values from an INI-file and five functions for writing the values to an INI-file. Thus, there are five pairs of functions to read/write the values of 'integer array', 'boolean', 'double', 'integer' and 'string' types

Set2StopOrders per MetaTrader 4

Placing two pending stop orders for breaking through some trade range, for example, before the important news are published

Reverse per MetaTrader 4

It reverses all the positions on the current symbol

Average Volatility per MetaTrader 4

The script performs the calculation of the average volatility of the symbol on the specified interval

b-Account per MetaTrader 4

This library was created for testing the portfolio of expert advisors

Articoli

Sending Trading Signals in a Universal Expert Advisor per MetaTrader 4

The article describes different ways of sending trading signals from a signal program unit of a universal Expert Advisor into the positions and orders controlling unit. It dwells on serial and parallel interfaces

Forum

Caratteristiche utili da KimIV

In questo thread posterò i codici delle mie funzioni in MQL4, darò esempi del loro uso, e risponderò alle domande relative al loro uso. Ogni funzione sarà pubblicata in due post. Il primo post conterrà il codice della funzione, il secondo - esempi di utilizzo e brevi spiegazioni. A volte allegherò