// Downloaded From https://www.WiseStockTrader.com
//Intraday Ranker and Trade Filter
//by Abdul, realsenseindia@yahoo.com www.realsenseindia.com

TF=(ATR(1)*100/ATR(14));IQF=ATR(20)*100/Close;
GfxSelectPen( colorWhite, 3 );  
      GfxSelectSolidBrush( colorBlue );   
     GfxRoundRect( 05, 100, 200, 57, 10, 10 );     
   GfxSetBkMode(1);    
    GfxSelectFont( "Arial", 8, 700, False ); 
       GfxSetTextColor( colorWhite );     
    GfxSetTextAlign(-10);
GfxTextOut( WriteIf(iqf, "Inraday Qualifying Factor: "+(iqf),""), 95, 78);
GfxTextOut( WriteIf(tf, "Trade Filter: "+(tf),""), 80, 90);
//GfxTextOut( WriteIf(Low, "LOW: "+(Low),""), 140, 90);
//GfxTextOut( WriteIf(High, "HIGH: "+(High),""), 140, 78);