Bruno Longuinho / Publications
Forum
MqlJournalInfo error - Please help
I am building with the help of Gemini a code that reads the journal and checks for specific messages in order to enter a trade. For some reason the "MqlJournalInfo" function is not working on 3 different PCs that I tried, this is the code below and the error I get is "'MqlJournalInfo' - undeclared
How to read the Journal to trigger an EA? 'MqlJournalInfo' - undeclared identifier error.
Hello everyone, I'm trying to create an EA that reads messages from the Journal (e.g., " GBPJPY diver for BUY") to trigger a trade. I've tried using the JournalRead() function with the MqlJournalInfo structure, but I'm getting the compiler error: `'MqlJournalInfo' - undeclared identifier'. The
My MT5 only syncs the first order from the signal
My MT5 only syncs the first order from the signal. If the signal makes another order, on the same pair, it does not copy the order, but does update to the new t/p. Anyone knows the reason for that? THanks! Bruno