Forum

Problem Creating and reading a file

I am creating a code to create and read a TXT file, but for some reason when I try to read it, not works. Some help will be good. Thanks in Adavance. bool today = false ; void OnTick () { int Num = 5 ; string Spreadsheet = _Symbol + ".TXT" ; int Myspreadsheethandle; if ((( TimeToString (

Input field in EA screen

Hi. I have an EA and now I would like to put some fields in the screen, and this fields must be used to open order after a press a button thar alread have. Some help will be fine, how can I create the input field and capture to use a order creation. Thanks In advance. Nilson