Tran Ngoc Quang
Tran Ngoc Quang
  • Information
2 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Tran Ngoc Quang
Added topic Help me to debug my code of Checking a ticket in orders file CSV
Hi Everyone! I'm trying to make my EA checking order exist or not by order's ticket as the code below: bool orderexist = false ; // Global variable bool BotStatus = true ; // Global variable void OnTick () {   if (BotStatus)
Tran Ngoc Quang
Added topic Help: Save CSV to local got Error 5004
Hi All! I use Webrequest to load the CSV and save contents to local with the code below. I succeed many time before except this time, i'm keep trying 2 days so far in this struggle. Anyone please help me to teach me how can i get the error 5004 all
Tran Ngoc Quang
Added topic EA close order issue - Somebody help pls
Hi All! I'm making my EA as a Copier. Everything is going well until now. EA is now running good in master mode, but in slave mode could only open orders and modify changes, but can not close orders by itself when master closed. Please help me to
Tran Ngoc Quang
Added topic Write a string array into a CSV file but only the word "FALSE" as result inside file.
Hello everyone! I'm trying to make my EA to get data from online CSV file and write down to a local file, but it worked wrongly. The destination file is only saved with the word "FALSE" inside as data, even i tried some other function to write data
Tran Ngoc Quang
Registered at MQL5.community