Will404
Will404
Friends

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

Will404
Added topic Problems with basic code
Hi, I'm having trouble with the following code: int OnInit() { OrderSelect ( 0 ); Print ( OrderGetString ( ORDER_SYMBOL )); Print ( OrderGetString ( ORDER_COMMENT )); Print(OrderGetInteger(ORDER_MAGIC)); //--- return(INIT_SUCCEEDED); } The Prints
Will404
Added topic Server Delays
Hi, First of all, I am not a native speaker, sorry for the inconvenience. I am interested in the behaviour of the broker's trading server, and the bottle neck that usually forms when there is high volatility. I want to develope a system that measures
Will404
Added topic FPGAs with OpenCL
Hi, I wonder if it is possible to use an FPGA as the hardware for OpenCL. I was looking for some board of the Altera Cyclone series: http://www.altera.com/devices/fpga/cyclone-v-fpgas/cyv-index.jsp, because of the Altera's SDK for OpenCL
Will404
Added topic Problem with concatenated For Loops
Hi, I've got trouble concatenating For Loops, this is the nearest previous step that doesn't give me trouble: #define f 20 * 10 int h = 0 ; char ar1[f]; char ar2[f]; int OnInit ()   { //---    for ( char i= 0 ;i< 20 ;i++){
Will404
Added topic Problem with arithmetics
Hi guys, I'm new here, coming from MT4. I have a problem and I don't know what is wrong. I want to divide the result of two functions stored in float variables, but the print is giving me zero. I found the error source to be the following, if I type
Will404
Registered at MQL5.community