I have added a suggestion made to me last week by Thomas and which I forgot to add yesterday to 1b.
Thomas' idea is to add extra alerts under the position closure alerts to show the hilo's reached during the session. This will help us over time, to calculate the sweet spots for the TP and a potential stop loss. If you have already downloaded 1b and want a quick DIY then go to each of these functions:
void lookForBreakevenClosure()
bool lookForBasketClosure()
void lookForCloseHour()
Scroll down to the Alert and add these lines underneath:
Alert("Highest cash UPL was " + AccountCurrency() + " " + DoubleToStr(highestCashUpl, 2)) ;
Alert("Lowest cash UPL was " + AccountCurrency() + " " + DoubleToStr(lowestCashUpl, 2)) ;
Alert(" ");

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.