Here is what I told the developer I wanted… 1. I want a stipulation (please make true/false) “if current price is x number of points OR MORE away from the “TREND MA” then we do not want to take the trade. The developer created this and called in Trend Min pips… but it was not coded the way I wanted, it should be such an easy fix as it is probably just making it more then opposed to less then.. AS OF RIGHT NOW IT WORKS LIKE THIS (IF CURRENT PRICE IS X NUMBER OF POINTS OR LESS AWAY FROM THE (Trend MA) THEN IT WON’T TAKE THE TRADE. I WANT IT TO BE “IF THE DIFFERENCE IN DISTANCE IS X NUMBER OR MORE” THEN IT DOES NOT TAKE THE TRADE.. THE WHOLE IDEA BEHIND THIS IS IF THE CROSS IS HAPPENING TOO FAR FROM THE TREND MA, THEN I DON’T WANT TO TAKE THE TRADE… SO THIS SHOULD BE CALLED TREND MAX PIPS AND NOT TREND MIN PIPS. Please let me know if this is possible to do… Also what if we just kept the trend min pips the way it is so I have that incase I ever need it and add trend max pips (which is explained above) can that be done ? if so that would need a true/false on there too.