MarkCast / Publications
Forum
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 editor keeps deselecting right after, or even a bad
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 SL was triggered. It turns out that rarely works.... when SL
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 plan to run many EA, and I want to compare MQL5 strategies