Thanks CK. Great spot.ck0805 » Thu Dec 04, 2014 2:17 am wrote:Hi Steve,
Thanks for the Holy Grail Long/Short Pending Scripts.
Tried it on a demo account and found some issues sending trades ( Off Quotes)
Looked through the code and found that this line is missing in the OnStart() routine
CheersCode: Select all
dPriceFloor = priceFloor(Bid, 10); dPriceCeiling = priceCeiling(Bid, 10); PriceFloor100 = priceFloor(Bid, 100); PriceCeiling100 = priceCeiling(Bid, 100); factor = PFactor(Symbol() ); TakeProfit = TakeProfitPips; // Missing TakeProfit
CK
Revised scripts at http://www.stevehopwoodforex.com/phpBB3 ... 40#p105640