Last active
June 14, 2020 20:00
-
-
Save Daniyal-Javani/1e7843b97f46a9e7fb370457910253ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
true == function() | |
{ | |
var MinPrice = function() { | |
var min = [ih][0].PriceMin; | |
var ipos; | |
for (ipos = 0; ipos < 21; ipos++) | |
if (min > [ih][ipos].PriceMin) | |
min = [ih][ipos].PriceMin; | |
return min; | |
}; | |
if ((pl) < MinPrice()) | |
{ | |
return true; | |
} else | |
{ | |
return false; | |
} | |
}() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
true == function() | |
{ | |
if (((pl) )< [ih][22].PriceMin*0.8) | |
{ | |
return true; | |
} else | |
{ | |
return false; | |
} | |
}() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
true == function()
{
if (((pl) )< [ih][9].PriceMin*0.91)
{
return true;
} else
{
return false;
}
}()