V 1k is in post 1, with the same two teensy but important changes that you can make for yourselves if you want - different line numbers here.
Line 3986
SendSellGrid(Symbol(), OP_SELLSTOP, NormalizeDouble(Bid - ((DistanceBetweenTrades / factor) *
GridSize), Digits), Lot);
becomes
SendSellGrid(Symbol(), OP_SELLSTOP, NormalizeDouble(Bid - ((DistanceBetweenTrades / factor) *
(GridSize + 1)), Digits), Lot);
Line 4035
SendBuyGrid(Symbol(), OP_BUYSTOP, NormalizeDouble(Ask + ((DistanceBetweenTrades / factor) *
GridSize), Digits), Lot);
becomes
SendBuyGrid(Symbol(), OP_BUYSTOP, NormalizeDouble(Ask + ((DistanceBetweenTrades / factor) *
(GridSize + 1)), Digits), Lot);
Then line 8 to #define version "Version 1k" if you want the chart displaying the correct version no.

Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed
Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.