Stypid Qstions

Did you know that Spongebob was inspired by Graceland?

If there was an answer for market turns and it stared you right in the face, would you see it?

   if (i>0 && Close[i+1]>iBands(symbol,30,30,2,0,PRICE_MEDIAN,MODE_UPPER,i+1)+20*Point && Close[i]<iBands(symbol,30,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-20*Point){
       ObjectCreate("120BPM"+IntegerToString(i),OBJ_VLINE,0, Time[i+1], 0);
      ObjectSet("120BPM"+IntegerToString(i),OBJPROP_COLOR,clrCoral);
      if (iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i+1))<iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,36,i+3))) ObjectSet("120BPM"+IntegerToString(i),OBJPROP_COLOR,clrGray);
      ObjectSet("120BPM"+IntegerToString(i),OBJPROP_WIDTH,5);
      ObjectSet("120BPM"+IntegerToString(i),OBJPROP_BACK,1);

Now, let’s expand on that music tolerance of yours…