Forum

Sorting array variables in desc or asc order

Hi, In each cycle I got different variables that stands for USD_strenght , GBP_strenght , JPY_strenght , CHF_strenght , EUR_strenght for example. These variables are numeric(integer) and can be form - to + I want to sort these five variables in order of the value that consist that variable for

How automated trading works, all busines process schema/flowchart

Hi, I am writing paper on Resource management systems and I choose to write about Automated currency trading using EA's. But now I discovered that there is no actual schema on internet, that explains how does it actually works, what kind of servers used, how strong security over the network and so

Expert not working

Hi, I created expert that writtes in file some information. It worked perfectly. I got csv file as I wanted. Then I take a break from programming, now I got back but after I compile it don't work. In place of 10 000 rows I get only written one. But the code stayed the same, without any changes at

Reading multiple columns in CSV file using FileSeek.

Hi, I have created CSV file that consists of such structure. I have about 10 000 rows with this type off data. datetime ;string1;string2;string3;string4;string5; Semicola separetes each other column so that data would be readable. What I want to achieve is to be able read that data and do some basic

4 day currency analysis using Symbol strenght

Hi. I created programm that analyze multiple currency pairs and store results in Excel file. The output format is like this: GBP;CHF;USD;EUR;JPY and from left to right strongest to weakest Symbol. Now I want to somehow analyze that data and get information how often that one combination have been( I

writting in CSV file with loop not working

//+------------------------------------------------------------------+ //| multi_chart_analyzer.mq4 | //| Copyright 2013, MetaQuotes Software Corp. | //| http://www.metaquotes.net |

Loop for ArrayCopyRates not working

HI, I want to be able place 9 currency pair rates inside array specified to that pair. Compiles successfully without errors, so there is no syntax errors in the code. But In Terminal when I am launching EA in message window, it shows this kind off error: 2013.08 . 08 21 : 22 : 47 multi_chart

Real time multiple chart analysis using EA

Hi. I am creating EA that is built on strategy that requires information from other charts. I wanted to ask what is best solution to start with, because I am pretty new at this. Example 1. Create external database and store information there, it means that I have to build 2 EA s. One that collects

Is that posible to analyze multiple charts using just one EA

Is that possible to analyze multiple charts using just one EA? I wan't to create Expert Advisor , that could analyze multiple charts, for example, USD/GBP, USD/EUR and so on. But it is very important that I use just one Expert Advisor. Is that possible? Or I have to write complex indicators to