AutoHotkey for MetaTrader 4 signal to IQ Option
This bot is just a simple tool to get signal from your MetaTrader 4 then click Put or Call on your IQ Option software accordingly. As for my limited knowledge, the most simple solution to access both and can simply be coded was using the clipboard. The idea was to simply designate a letter to the clipboard from MetaTrader 4 script when a signal happen then AutoHotkey script will detect the clipboard and execute according to the signal. The problem with this is you cannot use the clipboard or copy something while the AutoHotkey script is running. As long as you do not use the clipboard, you can still use your computer. What do we need? AutoHotkey and MetaTrader 4 will be our software for this or you can use your own MetaTrader 4 broker as long as the tick data was almost identical to IQ Option. Personally I use FXCM as my broker. How to set it up? First, AutoHotkey and MetaTrader 4 must be installed then download or right click and save my AutoHotkey script ( my