Candle scanner (Optimized) need help it give no signal

 
I have succeed in adding more conditions for the pattern recognition master but it gives no signal i need help please.
 
elemiliman:
I have succeed in adding more conditions for the pattern recognition master but it gives no signal i need help please.

Then you haven't succeeded.

  1.         bool BearishEngulfing = 9;
    Bools contain True or False. Any non zero value = true.
  2.                  switch(Pattern)
                     {
                     
     // Bearish Patterns  
     
     // Check for ShootStar
         case 1:
    
    Pattern never initialized.
  3. int TrendStrength()
    {
     int value;
     return(trendStrength);
     trendStrength = MathMax(0, value);
    }
    
    Still a stub.
  4. Did you look in the codebase https://www.mql4.com/search/pattern%20recog
 
WHRoeder:

Then you haven't succeeded.

  1. Bools contain True or False. Any non zero value = true.
  2. Pattern never initialized.
  3. Still a stub.
  4. Did you look in the codebase https://www.mql4.com/search/pattern%20recog

Please put me through why still a sub.
 
 return(trendStrength);
 trendStrength = MathMax(0, value);
elemiliman:

Please put me through why still a sub.
It returns the constant trendStrength. The line below the return never executes.
 
WHRoeder:
It returns the constant trendStrength. The line below the return never executes.

I have corrected it but still no signal please help me.
 
helo can u work with this to work, this is the one created by steve nison
Files:
 

this is another, u can perfect urs like this................. looking forward to ur success


Edit: File removed

 
DO NOT POST DECOMPILED (stolen) CODE ! !
Reason: