Forum

Send orders using python ?

Is it possible send buy/sell orders using python , using this https://www.mql5.com/en/docs/integration/python_metatrader5 api integration

Getting Today's Data from MarketWatch (too slow)

Hello, I am trying to export just the today's data from every stock from my watch list (around 250 assets) using the following code (based on https://www.mql5.com/pt/code/1252 ). void OnStart () { uint start = GetTickCount (); //--- Get symbols from list string strSymbols =

Capture a indicator value at open position

I have a doubt to resolve a problem, and if anyone could help me I would be very grateful. I am trying to create a fix stoploss, using the value of indicator at the bar that gives the buy signal . For example: In this case, the position will be open at the new bar open. I am trying to capture the

Metatrader 5 - Recognizing certain bar of current day

Hello everyone , I am new user. I have a doubt, and if someone could help me I would be very grateful. I want to recognize (intraday chart) certain bar of THIS day Is it possible to create a function that recognize hour of bar? I bought the book of Andrew Young, and he creates the class Price, and