V 1l is in post 2, in response to this pm from jonny007:
jonny007 wrote:Hi Steve,
I have been playing around with Greedy wotsit v1k and noticed a bloop in the 'SendIndividualGridsAtExtremes' section of code.
Line 1258, I believe should be sending a new grid of sell stops when there is only one remaining from the original grid. However the code reads
"SendBuyGrid(Symbol(), OP_SELLSTOP, price, Lot);"
Regards,
John.
Thanks John. Nice one.
It possibly explains the gaps we have been experiencing using offsetting. Not sure. Best to have correct code, though.
J and my line numbers are slightly different, so if you want to make your own changes, then line 1254:
SendSellGrid(Symbol(), OP_
BUYSTOP, price, Lot);
needs to be:
SendSellGrid(Symbol(), OP_
SELLSTOP, price, Lot);

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.