edgars.rworks
edgars.rworks
Friends 1
edgars.rworks
Added topic 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
edgars.rworks
Added topic 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
edgars.rworks
Added topic 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
edgars.rworks
Added topic 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
edgars.rworks
Added topic 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
edgars.rworks
Added topic writting in CSV file with loop not working
//+------------------------------------------------------------------+
edgars.rworks
Added topic 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
edgars.rworks
Added topic 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
edgars.rworks
Added topic 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
edgars.rworks
Registered at MQL5.community