Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

SymbolLister - library for MetaTrader 4

Views:
4229
Rating:
(11)
Published:
2016.03.25 14:29
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Actually, there is nothing more to add to the description. The function is simple, it creates a list of currency pair symbols by iterating over the combinations of the abbreviated names of the currencies contained in the Currencies array. This array contains most currencies, if necessary, more can be added.

Usage:

  1. Write at the beginning of the text:

    #import "SymbolLister.ex4"   
    string  Symbols[]; 
    int SymbolCount;
    int CreateSymbolList()

  2. Write in the initialization function

    CreateSymbolList();

  3. Use the Symbols[] symbol array and the number of found symbols SymbolCount.

I cut this function out of my EA, have not tested it as a separate library, as a last resort, all this can be inserted into the code and it works fine.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7111

Function library and Experts for trailing / Yury Dzyuban Function library and Experts for trailing / Yury Dzyuban

Function library and Experts for trailing (11 types). Simple usage of complex algorithms.

Dealers Trade v 7.74 MACD Dealers Trade v 7.74 MACD

The Dealers Trade v 7.74 EA is based on the algorithm of multi-lot scalping. The EA has been repeatedly tested on a live account.

ZZ_All Quotings 0-0050 ZZ_All Quotings 0-0050

The ZZ_All Quotings 0-0050 script is designed for downloading history on all currency pairs, metals, known indices, CFD and for controlling "holes" in history.

FX-CHAOS FX-CHAOS

Indicators for the "Chaos" trading system described in the third book by Bill Williams (Bill Williams and Justin Williams. Trading Chaos - Second Edition).