Compare commits

...
Author SHA1 Message Date
Pietro GiacobazziandDevin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> b79cf56412 PaPP v2 indicatore: label 'Median:' da bianco a oro (era invisibile su sfondo bianco)
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-06-16 19:31:06 +00:00
+1 -1
View File
@@ -275,7 +275,7 @@ void DrawInfo()
double distPct = (bid-median)/median*100;
string distS = StringFormat("%+.2f%%",distPct);
color distC = (distPct>0)?clrRed:clrLimeGreen;
Lbl("M","Median: "+DoubleToString(median,_Digits),x,y,FontSize,clrWhite,false); y+=lh;
Lbl("M","Median: "+DoubleToString(median,_Digits),x,y,FontSize,clrGold,false); y+=lh;
Lbl("D","Dist: "+distS,x,y,FontSize,distC,true); y+=lh+2;
//--- Dispersione MA e bande (info)