Need a dashboard, which can monitor up to 30 selected pairs in selected time frames. It monitors AO, MACD and stochastic. In the cells of dashboard, if AO or MACD is positive in the relevant symbol/tf, it writes "UP". When one of AO or MACD is upper 0 level AND Stochastic is in OS zone it writes "UPUP". When AO or MACD is above 0 and when stochastics is in oversold minimum of two times,it will alert UPU2 if AO or MACD is negative in the relevant symbol/tf, it writes "DN". When one of AO or MACD is lower 0 level AND Stochastic is in OB zone it writes "DNDN". Anytime the Ao/MA is below 0 and there are minimum of two stocahstic in the overbought zone,alert should be DND2 All changes in texts are with alert. for example if a cell changes from "UP" to "DN" or from "UPUP" to "UP" or ... an alert will be sent. the option of opening relevant symbol/tf chart by clicking on each cell. Can you set the OB in stochastis to 60 and OS in the stochastics to 40 I want to be alerted when AO bars change from red to green and green to red. I need also need the alert system to work these ways 1.When the EA sees that AO crossed down the 0 line and after that 4 (a changeable number) candles are red in a row, it waits for a OB stochastic. when it happened it will alert. 2.When the EA sees that AO crossed up the 0 line and after that 4 (a changeable number) candles are blue in a row, it waits for a OS stochastic. when it happened it will alert. alert in this system besides alerts related to cell changes and AO changed pre set pairs GBPUSD,GBPCHF,GBPJPY,GBPAUD,GBPCAD,GBPNZD,EURGBP,EURUSD,EURCAD,EURAUD,EURJPY, EURCHF,USDJPY,USDCAD,USDCHF,AUDUSD,AUDCHF,AUDJPY,AUDCAD,AUDNZD,NZDUSD,NZDCAD, NZDJPY,BRENT,WTI,NAT.GAS,GOLD and i can change the pairs as well. The Ex4 file and Mq4 file will be needed for future update.