cool_dude
cool_dude
Friends

Add friends via their profile or user search and you will be able to see if they are online

cool_dude
Added topic Creating a combo box for an EA
Hi, How can I create a combo box for different symbols? For example I would like a dropdown box from which I can select different symbols to trade? I am trying the following and it is not working... input string Currency1= "GBPUSD.SBg" ; enum
cool_dude
Added topic Trading the same chart on multiple instances
Hi, I noticed something interesting on MT4. I opened 2 charts, both are Crude M1. Then I attached the same EA to both charts, however each chart has a different magic number and different set of parameters for the EA. I found that the second chart
cool_dude
Added topic Downloading historical tick data in MT4
Hi, I am trying to download historical tick data in MT4, as when I install it, it only shows the last 3 days of candles. When I go to the history center and try to download the data, I get the following error.     Any way to get around
cool_dude
Added topic opening orders on multiple instruments from a single EA
Hi, I am currently trying out a pairs trading EA on GBPUSD-EURUSD. The EA is attached to the GBPUSD chart on live trading (not backtesting). I have the following code ... if (Condition ...)    {       Ticket =
cool_dude
Added topic Does anyone make any money out of auto trading??
Hi,  I have tried loads of my own EA ideas, buying "commercial" EA's, spent thousands of hours analysing indicators all with the net result of losing about £50k. So my simple question is this - Do any of you out there make
cool_dude
Added topic Whats wrong with this Fisher Indicator?
Hi All, I came across this Fisher indicator recently, however it does not work like a typical indicator. When I add it to a chart, it looks different as from the backtest. Any idea how to get them to line up properly and how to call this indicator
cool_dude
Registered at MQL5.community
cool_dude
Added topic OrderClose 4051 error
Hi, I am using the following code to close my trades. It manages to close about 60% of the open trades but get 4051 errors on the remaining ones. Would greatly appreciate any assistance in overcoming this