Forum

Indicator for two currency

Hi! I would like to create an indicator which can show two line of two different currency pair in the same time. I've created the two timeseries, adjusted them togehter, but the indicator show only one of them. What can be the problem? #property copyright "Copyright 2017, Roland Szarka." #property

Download and sheck historical Data in EA

HI! My ExpertAdvisor would use historical data of 2 forex pair for calculate the entry/close signals of the trading system. One way to solve this problem is to dowload it manually but I want to do it automacelly. Is there any solution for this problem? Thans in advance, Roley

File Path out of Terminal folder

Hi! I want to create a file but not in the terminal folder but out of it. My code works when I dont use a long path ( "C:\Users\probe.csv") , but if I do, than it does not work. What is the problem? datetime timecount= TimeHour ( TimeLocal ()); int iHandle; datetime iDateTime;

How to give date with variable

Hi! I have a problem what I cannot solve. I want to create a variable, which has a datime form and I want to give its value with different variables just like in the excel with date function var1=2014 (number of year) var2=3 (number of month) var3=5 (number of day) in the excel=date(var1,var2,var3)