Forum

Help with virsuale keys

please help me with this code I need to use v keys to right: (AaBb) // First need to check if VK_CAPITAL is ON? keybd_event(VK_SHIFT, 0, KEYEVENTF_EXTENDEDKEY, 0);// Press Shift Key keybd_event(VK_A, 0, WM_COMMAND, 0); // Press A Key (To Right A not a) keybd_event(VK_SHIFT, 0

how to make file log update

Hi there I have an indicator that give me alerts (BUY and SELL). its in ex4 format. I tried to Auto trade with these alerts and the only way I found it for that is making the expert advisor reading the log file from the Terminal folder . but the problem now is : the log file not updating till to

programming question

Hi there I wondering if I can find an way to my question, mt point is: can I make the MQL4 Or 5 read the string as a code? example: this string "High[1]" can I make the program read it as High[1] and return the High of Bar 1 for me??? thank you