raven.chrono
raven.chrono
Friends

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

raven.chrono
Added topic ShellExecuteW on MQL4
Hi, Does anyone here knows or have ever use shell32.dll because when i tried it it always return an error "Cannot call 'shell32.dll::ShellExecuteW', 'shell32.dll' is not loaded" . #import int ShellExecuteW( int hWnd, int lpVerb, string lpFile, string
raven.chrono
Added topic Efficient Trailing Stoploss
 I have an ea that if a certain prices reach for each trade it will activate trailing stop loss . It is good when it has only a few trades but when trades are 20 or more the ea is not as efficient anymore and im trading for 8 symbols. Do you
raven.chrono
Added topic Stop Loss and Take Profit Activation
Hi, I would like to ask if you have an idea on how to detect on an EA whether a trade is activated on StopLoss or TakeProfit.   Thanks
raven.chrono
Added topic GlobalVariableSet not working
Hi guys, I would like to ask if i had a proper coding when dealing with GlobalVariables. int OnInit () {    //check if GlobalVariable is present    if (! GlobalVariableCheck ( "TradeAllowed" ))    {
raven.chrono
Added topic Communication between EA's
Hi Guys, I just want to ask what is your idea on dealing with 2 EA's communicating in one Client Terminal. For example, same EA's are placed on EURUSD and GBPUSD both have ample amount of trades, when EA on EURUSD reach a condition to which it will
raven.chrono
Added topic Initial Deposit
Hi. Do you have any idea on how to get the initial deposit on the client terminal? Thanks
raven.chrono
Added topic Closing all trades
Hi. I have this small problem. I have created an EA that closes all open trades when it hits a certain profit or loss and it is working fine but when i opened 200 trades then activate it when it hits 2000 profit, it only closes by batch but not all
raven.chrono
Added topic Programmatically create CButton with Function
Hi, Is it possible to programmatically create CButton with its function just like on vc++? I have created CButton, CList and other Controls but the problem is how to create their functions especially the CButton. Thanks
raven.chrono
Added topic How to get the width and height of the Chart Window
Hi. I would like to ask if you know how to get the width and height of a char window because i want to create EA objects that programmatically adjust to the windows height and width... Thanks
raven.chrono
Added topic Update label control text on EA
I have created an EA that uses the Dialog Controls with label. Is it possible to update the price (BID and ASK) which is the value for the label? Thanks
raven.chrono
Added topic create a random number from -1.0 to 1.0
Hi guys, I just bump in to MathRand() function but it only calculates positive number. Do you have any idea on how to get random double numbers from -1.0 to 1.0? Thanks
raven.chrono
Added topic memcpy on build 604
I am using one of mysql wrapper that i have found here in the forum but found out that most of the time it returns an error "Access violation read to 0x0000000 in 'msvcrt.dll'" . Do you have any idea on what are the work around to eliminate
raven.chrono
Added topic Retrieve Data on MYSQL
Hi, I have successfully develop an EA that can access data from MYSQL Database but when the MT4 updates the EA doesn't work anymore. I have tried to use the same code but there is no luck of retrieving data using the SELECT statement. If you know
raven.chrono
Registered at MQL5.community
raven.chrono
Added topic MYSQL on MetaEditor build 600
Hi, Recently i have integrated the use of MYSQL Database to an EA and it is working fine. Yesterday, the MetaEditor updates to build 600 and when i compiled the EA and run it on a terminal, suddenly error comes up on accessing MYSQL Database... Does
raven.chrono
Added topic Logic for closing a trade per volume
Hi fellow MQL Programmers, I am trying to develop an EA using MYSQL to mirror a trade from one broker to another broker and having the success of doing it (Opening trades), but when it comes to closing trades especially when trying to close trades
raven.chrono
Added topic Updating data on MySQL using MT4
Hi everyone, Do you have any example, rough codes on how to update existing data on MySQL Database? I have used this code https://www.mql5.com/en/forum/112333 but it only fetching the data on the database. Thank you very much
raven.chrono
Added topic Named Pipes from MT4 Client to VB
Good Day. I have tried to use DDE on the client to get quotes from mt4 to vb.net but the only problem with DDE is that, it only works for one client only because when i tried 2 terminals with different brokers, the result is not good. There is one
raven.chrono
Added topic Ticks per minute
Good Day.. Is there a consistent figure here that shows how many ticks occur in a minute. Thanks
raven.chrono
Added topic One EA or Script to run another EA to all symbols
Good Day. Is it possible that one EA or Script can call another EA to all the Symbols? Thanks
123