Forum

Is it needed to keep metatrader open ?

Helli, Is it needed to keep it open all the time when there are active pending orders (buy limit and buy stop limit) with s/l or t/p

Automated trading problem

Hi, I am trying to make a simple script to just buy some stocks automatically. I used the following code: void OnStart () { MqlTradeRequest request={ 0 }; MqlTradeResult result={ 0 }; request.symbol= _Symbol ; request.volume= 1 ; request.price= 112 ; request.action=

How to keep previous data when open write and close?

Hi, I want to write an script which I should use file commands to store some data like names of stocks in it, but it will be overwritten everytime I open, write, and close the file. What should I do to keep previous file data and write the new data after them on a text file everytime I run the

Handle a list of markets

Hi, I wanna handle a list of markets using their symbol and execute my code then if some conditions reached, return the name of the symbol. I want to run it on a vps if its possible. Can someone tell me a coding library reference to do this? and I would be appreciated if you can send me some coding