Техническое задание
This is how I see each trade going: The software will "watch" a 1m chart on MT4/MT5 (or a forex data feed) for any given currency, and when the currency spikes a certain number of pips/pipettes in a certain time (fractions of a second) it will trigger an autoclick, which clicks a predetermined point on the screen (which will be the "buy" button on my broker).
So this EA will have two functions
1) To watch price action
It only needs to watch one currency at a time. I would like the ability to adjust #of pips/time that triggers an autoclick. So for instance, I may want to set it to trigger a click when the market goes 2 pips in .25 seconds, or 4 pips in 1 second, or .2 pips in .1 seconds, etc.
2) Information from indicators: the ability to open entries from an arrow indicator from mt4 or mt5
3) Autoclick AllI need is a single autoclick, but if somehow you are able to incorporate multiple clicks, even better. If you are familiar with the Forex News Gun, that is perfect. There is also software out there than can accomplish multiple clicks, which all happen, in order, in milliseconds. That would be ideal, but not completely necessary. Also, speed is essential here. I'm trying to achieve super low latency, so the fewer the milliseconds it takes to click, the better.