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>
This commit is contained in:
Pietro Giacobazzi
2026-06-16 19:31:06 +00:00
parent 392706088a
commit b79cf56412
+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)