scarr
scarr
Friends 1
scarr
Left feedback to developer for job I require a function that places an order with IG Index
scarr
Added topic IG Index OrderSend
Hi All, I have been trying to get OrderSend working without any joy, I am sure this is simple but I cannot figure it out. anyone got a good example of using OrderSend with IG Index on the FTSE100? Steve
scarr
Added topic Populate order box and display it
Hi All, Title says it all, I would like to have a way of populate the order box and display it. so all I have to do is press "OK" to place the order Steve
scarr
Added topic File path
Hi,  Easy one for you guys I am sure, can you give the file path to write a txt file, I have tried loads and I'm just not getting it :-( Steve
scarr
Added topic Reading values from file
   string FileName = "c://report.txt" ;    int handle = FileOpen (FileName, FILE_TXT | FILE_READ );    if (handle!= INVALID_HANDLE ){        string MyString = FileReadString (handle);
scarr
Added topic Yet another OrderSend idiot ;-)
Hi All, I know, I know!! it's probably the most asked question but I am unable to figure it so please take a look at this and tell me what I am doing wrong as it's not working in backtesting Broker = intertrader
scarr
Added topic OnTick() time
Hi all, I am trying to back test my EA but when I try to get the time of the tick it keeps returning the actual current time void OnTick ()   { //---       WriteLog( IntegerToString ( TimeHour ( iTime ( NULL
scarr
Added topic Smoothing indicator
Hi, I have an indicator on a 1min GBPUSD chart and it is created by looping through the bars getting the EURUSD closing price, The indicator works fine but I want to smooth this indicator how do I do it? (example please as I have tried and failed
scarr
Added topic Change chart properties
Hi, how do I change the properties of a chart, things line line colour of GBPUSD in code? Thanks Steve
scarr
Added topic iStdDevOnArray help
Hi Guys, I am new to writing experts and need some help, I am trying to get the standard deviation for closing prices from a EURUSD 1min chart but I do not understand what the MA parameters are used for or what to set them to! Here is what I have so
scarr
Added topic FTSE / S&P 500 correlation
Hi all, I am tracking the correlation between the FTSE 100 and S&P 500 on a daily basis, I am only playing with demo cash at the moment but it looks really good :) so my question is where is the punch line, at what point does it all go pear
scarr
Added topic Newbie questions
Hi all, I have returned to meta trader after looking at it some time back, at the time I just could not get my head around it. if anyone can anser these hopefully simple questions it would give me a really good head start. 1) which Is best MT4 or 5
scarr
Added topic Please dont flame me....
Hi all, Wow isn't metatrader 5 a package or what!!! well I have been trying to get my head around it but it is soooo big I thought rather than just getting totally confused I would ask, hope I don't get too many falmes saying "Go and find out
scarr
Registered at MQL5.community