Juraj Ondrusek
Juraj Ondrusek
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Juraj Ondrusek
Added topic replace value
Hi. Please help: I have file with name values.ini in file is: scroll=1 shift=1 I need only change the value 1 to 0. How to do it in MQL? Thanks I have: ------------------------------------------------------------------    string file_name =
Juraj Ondrusek
Added topic One Click Trading panel Show/Hide MQL command
Hi. Does anyone know MQL command for Show/Hide One Click Trading panel? Thx
Juraj Ondrusek
Added topic Delete object when order is closed
Hi, I need to help. Know anybody, how to delete object (TEXT_OBJECT with name=OrderTicket()), when that order is already closed? EXAMPLE: for(int z=OrdersTotal()-1; z>=0; z--) {  int sel = OrderSelect(z, SELECT_BY_POS);    string
Juraj Ondrusek
Left feedback to developer for job Zero profit line / 100% margin level line indicator + account info
Juraj Ondrusek
Left feedback to developer for job Add more functions to my EA
Juraj Ondrusek
Left feedback to developer for job G-ROBOT-IV
Juraj Ondrusek
Left feedback to developer for job EA - close trades, all trades, notifications, show info panel
Juraj Ondrusek
Left feedback to developer for job G-ROBOT-III
Juraj Ondrusek
Left feedback to developer for job EA moving average + reverse order (hedging) + password access
Juraj Ondrusek
Left feedback to developer for job Remake EA
Juraj Ondrusek
Added topic How to save MARGIN LEVEL to a file
Please, how to change this line in the way to write a MARGIN LEVEL % into a file MARGIN.TXT? if(!FileWriter("SEURUSD.TXT", (string)(MarketInfo("EURUSD",MODE_SPREAD)/mult) )) return(false);        ===>  
Juraj Ondrusek
Left feedback to developer for job Georgo
Juraj Ondrusek
Added topic write EURUSD price to file
Please, anybody know write code EA - "write current price to file"? For example: Pair: EURUSD Filename: EURUSD.txt 1.EA check sell price of EURUSD 2.write it to a txt file 3.repeat from step 1. (real-time = fast response) In file can not be other as
Juraj Ondrusek
Added topic EA: Place order from external file
PLEASE, know anybody write code EA? : For example: I have file: ORDER.TXT Inside is: SELL ; 0.1 ; 20 ; 10 ; 0 It is: order type ; volume ; TP ; SL ; TS How to works: 1.Run EA 2.EA must check if the file ORDER.TXT is exist. If not, must still cheking
Juraj Ondrusek
Added topic EURUSD price write to file
Please, anybody know write code EA - "write current price to file"? For example: Pair: EURUSD Filename: EURUSD.txt At all time, on every change (=every second/milisecond) must EA write current sell price of EURUSD to txt file. In file can not be
Juraj Ondrusek
Registered at MQL5.community