Requirements of Indicator Reads Global Variables(GV) based on one PIN number, values 0=null; 1=buy; 2=sell; Calculate these values of pairs to get currency bias signal and currency total signal. 0 not counted. Based on results combine to pairs to get weak vs strong pairs then Output these pairs to a different PIN on GV. Example: Input PIN = 1(read) AUDCADpin1 - value =1; // AUD bs=1; CAD bs=0 AUDUSDpin1 - value =1; // AUD bs=0; USD bs=0 CADJPYpin1 - value =2; // CAD bs=0; JPY bs=1 EURAUDpin1 - value =2; // EUR bs=0; AUD bs=1 GBPUSDpin1 - value =1; // GBP bs=1; USD bs=0 NZDUSDpin1 - value =1; // NZD bs=1; USD bs=0 USDJPYpin1 - value =2; // AUD bs=1; USD bs=0 GBPCADpin1 - value =0; // null GBPCHFpin1 - value =1; // GBP bs=1; CHF bs=0 GBPJPYpin1 - value =1; // GBP bs=1; JPY bs=0 Results Currency; biased signals(bs) | total signals(ts) AUD 3|3 GBP 3|3 NZD 1|1 USD 1|4 EUR 0|1 CAD 0|2 JPY 0|3 Example: Output PIN = 3; //if Max Output Signals = 4 //if Min Currency Signals = 2 AUDJPY - BUY // AUDJPYpin3 - value = 1 AUDCAD - BUY GBPJPY - BUY GBPCAD - BUY //if Max Output Signals = 6 //if Min Currency Signals = 1 AUDJPY - BUY AUDCAD - BUY GBPJPY - BUY GBPCAD - BUY EURAUD - SELL AUDUSD - BUY EXTREMELY STRONG CURRENCY:ess bs==ts && ts>compare other currencies (AUD 3|3)ok; (1|1)N0 STRONG CURRENCY:ss bs=ts-1 && ts>compare other currencies (4|5)ok; (3|5)NO EXTREMELY WEAK CURRENCY:ews bs=0 && ts>compare other currencies (JPY 0|2)ok WEAK CURRENCY:ws bs=1 && ts>compare other currencies (USD 1|4)ok; (2|5)NO ONLY strong versus weak; ess:ss VS ews:ws //of course results can show multiple pairs ============================ Indicator - Inputs //comments; -------- seperate input Variables - Values Input PIN - Min Input Signals - //number of total PIN read signals (values;1,2) for there to be an output. ---------- - ----------- Output PIN - Min Currency Signals - true/false Min Currency Signals - //currency total signals(ts) e.g. (USD) ---------- - ----------- Max Ouput Signals - Keep Output PIN Signal - -------------- Till Input GV Change - (true/false) Output PIN Signal Age - (true/false) Signal Age - //2 2.Delete Output PIN Global Variable pair or change Output PIN value to 0 after X seconds - using the GV time stamp NOT batch delete only based on each indivdual GV of Output PIN.(Signal_Age) Example; Output PIN=3 to work well AUDUSDpin3 - value=1(buy);should note this and wait for opposit signal AUDUSDpin3 - value=2(sell).(Signal_Age)