i came from amibroker software with stock trading
i am a technical analyst
i want to scan for pairs on different timesframes who have a macd crossovers or rsi less then 30 or stochastic less then 20 etc… in amibroker i used to use powerscan or afl code wizard for this
how do i do the same on metatrader?
please help asap
There isn’t a scan type process within MT4. Would be nice tho. Do you know how to program in mql? That would be needed to program your own scanning process, or you’d have to hire someone. Maybe there’s something similar already out there, but you’d have to find it and it may cost.
Typically you’d make an indicator to detect the conditions you defined, on one or more timeframes, and then attach it to charts of the pair(s) available by the broker. I don’t know off hand if there’s a way to auto detect all the pairs a broker offers without opening up a chart for each and coding in the pairs, but there might be. Then you’d need to display the results all on one screen like a “dashboard”, otherwise you could have a lot of open charts to monitor. Good luck with that