MarkCast / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
MarkCast
Added topic Difficult to select text in MetaEditor (copy and paste)
Hello everyone I am facing a very annoying issue while I am coding in MetaEditor: I find very difficult to select part of the text or whole rows of text (for further copy and paste action) It's a very elementary action, but when I select text, the
MarkCast
Added topic Delay on OHLC prices of the current (0-indexed) bar ?
Hello I wrote a function in order to detect whether my SL was hit: inside the OnTrade() function I compare the Low of the current bar iLow(symbol_,PERIOD_CURRENT,0) with my SL level. For Example if I was long and Low<= SL, I would know the
MarkCast
Added topic Creating a window or table with list of active EAs and ther properties
Hello in the MQL5 environment, I'd like to create a window (or anything equivalent) with a list/table listing all active EA (rows) and their properties (columns) such as P/L, position, entry price. The list will update continuously. Since I
: