Gopalakrishna R
Gopalakrishna R
Programmer at Madurai
Friends 2
Gopalakrishna R
Added topic EURUSD60_0.fxt - 3.68Gb
There is a file named EURUSD60_0.fxt of size 3.68Gb. Anyone knows what is it
Gopalakrishna R
Added topic Does RefreshRates() update OrdersTotal()?
Does RefreshRates() update OrdersTotal()? I used below code to restrict no.of trades. But I got 11 trades. So I doubt whether I have to update OrdersTotal() before checking the condition. Thanks in advance.  if (Bid>=next_trade &&
Gopalakrishna R
Added topic Cant get OrdersOpenPrice()
for (i = 1 ; i<= OrdersTotal (); i++)       {          bool ref = OrderSelect (i,SELECT_BY_POS); //,MODE_TRADES);          buy_trade[i- 1
Gopalakrishna R
Added topic TestGenerator: unmatched data error
Hi, Everyone,          I'm getting error whenever I'm starting Strategy Tester . I searched forum and found that I should download data from some site and import it using history center and convert them using period
Gopalakrishna R
Added topic How to find number of Open Trades?
Hi, Can anyone tell me how to find number of Open Trades? Thanks in advance.  -Krishna 
Gopalakrishna R
Added topic EAs in VirtualStore
Hi,       I am using MetaTrader4 downloaded from this site. While compiling the EAs  and an Indicators it creates mq4 and ex4 files in  " C:\Users\username\AppData\Local\VirtualStore\Program Files (x86)\MetaTrader 4\experts"
Gopalakrishna R
Added topic Alternate Function for IndicatorCounted()
Hi, I got an indicator (Open-source) giving buying and selling signal. I am trying to use that "indicator" in an EA. But in that they are using a custom indicator function counted_bars=IndicatorCounted(). I read that (in Documents, here) this
Gopalakrishna R
Added topic Historical Data for Commodities
Hi,     Can anyone suggest me a historical data vendor for Commodities like Copper, Gold, Silver etc.... for testing purpose? Thanks in advance
Gopalakrishna R
Added topic How to import data from a website?
Can I import the data from url like this " http://in.finance.yahoo.com/q?s=USDINR=X " ? I need USDINR current-market-price value in a calculation. Or can you suggest any other method to get the data
Gopalakrishna R
Added topic USDINR
How to get USDINR price (Spot Price) for calculation in chart where the symbol USDINR is not available in Symbol() list? Or How to get USDINR spot price from other net source? Thanks in advance
Gopalakrishna R
Added topic Error # 130
for (i = 0 ; trade_flag != 1 && SSL_flag != 1 && BSL_flag != 1 && SSL_flag != 2 && BSL_flag != 2 && i < 100 ; i++)     {         if(
Gopalakrishna R
Added topic Want to delete pending orders
Want to delete pending orders of the particular symbol() alone(Where the EA is running) But the code given down deletes all other pending orders. Please give some idea to delete particular symbol's pending order alone. int
Gopalakrishna R
Added topic Cannot succeed Error #130
Dear All, I am here again for your help. I tried different methods to succeed Error #130. I couldnt place orders when the price is near to Ask or Bid. Here is one of my technique. Can any one suggest alternate method or changes to be made that will
Gopalakrishna R
Added topic Problem with timing
Hi Friends, I am facing a problem, where which I don't have an idea why its happening. Using the code given below I am trying to run the function at specific time gap only. If not, it should return "Out of Time" While compiling this code
Gopalakrishna R
Added topic '\end_of_program' - unbalanced left parenthesis
int start() /// Want to delete all pending orders   {    bool k;    double cls, Lot;    for ( int i= 0 ;i<= OrdersTotal ();i++)       {       k=
Gopalakrishna R
Added topic How to find Market Open-Close Times?
Can anyone give code for getting the market opening and closing time for all quotes? I am trying with Indexes like Nasdaq, FTSE etc.... For that market timing is very much needed. Any help or clue is apprecialted. Thanks in advance
Gopalakrishna R
Added topic iOPEN returns 0 (Zero)
Here is the code I used, just for checking. I am using GCI Demo Account . I get 0 as return value. Can anyone suggest alternate code or method to get the output? Output: "2012.03.13 13:40:30 test1 Crude_Oil,M15: Current Open = 0.00000000"
12