|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Automate Chart Refresh Using Windows GUI
A good number of mq4 indicators require a chart refresh in order to update their data. Some of these indicators work well but without a refresh cycle they are for the most part useless--unless you sit at your screen 24/7 and constantly update.
Would the free program script writer AutoIt v.3 make automating a chart refresh possible? If you know more than I obviously do not know at this point, I would appreciate your input. The following tells what AutoIt v.3 can do. If this were to work well, it MAY be possible to write EAs using some very fine indicators. AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt was initially designed for PC "roll out" situations to configure thousands of PCs, but with the arrival of v3 it is also well suited to performing home automation and the scripting of repetitive tasks. AutoIt can: Execute Windows and DOS executables Simulate key strokes (supports most keyboards layouts) Simulate mouse movements and clicks Move, resize and manipulate windows Interact directly with "controls" on a window (set/get text, move, disable, etc.) Work with the clipboard to cut/paste text items Work with the registry Unlike AutoIt v2, the new v3 language has a much more standard syntax -similar to VBScript and BASIC - and now supports complex expressions, user functions, looping and everything else that veteran scripters would expect. As with previous versions, AutoIt has been designed to be as small as possible and stand-alone with no external .dll files or registry entries required. Scripts can also be compiled into stand-alone executables with Aut2Exe. COTtrader |
|
|||
|
Quote:
It is extreme over-kill to be closing down and restarting MT (which I'm pretty sure is the only solution) just to refresh indicators. Much easier to learn a little MQL and fix them yourself... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EA Automate Trading | pipscaner | Expert Advisors - Metatrader 4 | 1 | 08-14-2007 02:57 AM |
| How do I refresh an indicator? | apres | Metatrader 4 | 1 | 08-07-2007 02:37 PM |
| How to automate signals from website of signal service on MT4 platform? | megaforex | Metatrader 4 | 0 | 03-08-2007 01:37 AM |
| Refresh charts? | keris2112 | Expert Advisors - Metatrader 4 | 3 | 09-12-2006 02:13 PM |
| automate screenshot | BrunoFX | Tools and utilities | 2 | 04-25-2006 10:40 AM |