Your posts put me on the right track guys, so thanks. The rapid closure was caused by a staggeringly gormless piece of coding.
Fixed in 1g in post 1.
If you want to make the changes yourselves:
go to line 2370 and replace the entire snippet with
Code: Select all
//NonLagMa colour change
if (NlmCloseOnColourChange)
if (NonLagColour != green)
CloseThisTrade = true;
then to line 2418 and replace the entire snippet with
Code: Select all
//NonLagMa colour change
if (NlmCloseOnColourChange)
if (NonLagColour != red)
CloseThisTrade = true;
Incidentally coders, in looking at the indi source codes I discovered a really neat way of presenting users with time frame choices. Have a look at line 165 to see what I mean, then click the DmiTimeFrame input to see what the user is presented with.

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.