|
|
@ -890,7 +890,7 @@ char *stats_prices(char *symbol,char *dest,struct DEXstats_disp *prices,int32_t |
|
|
|
uint32_t val,height = 400,*bitmap = calloc(sizeof(*bitmap),height * numdates*24); |
|
|
|
uint8_t red,green,blue,*tmpptr,*bytemap = calloc(sizeof(*bytemap),3 * height * numdates*24); |
|
|
|
init_forex_colors(forex_colors); |
|
|
|
output_line(1,sum,output,i,forex_colors[0],bitmap,numdates*24,height); |
|
|
|
output_line(1,sum,output,i,0x00ff00,bitmap,numdates*24,height); |
|
|
|
tmpptr = bytemap; |
|
|
|
for (j=0; j<height*numdates*24; j++) |
|
|
|
{ |
|
|
|