Drop vwap fsp for now; causes hangs..
							parent
							
								
									ac57396acd
								
							
						
					
					
						commit
						d968f4897f
					
				| 
						 | 
					@ -75,6 +75,7 @@ def update_fsp_chart(
 | 
				
			||||||
    flow,
 | 
					    flow,
 | 
				
			||||||
    graphics_name: str,
 | 
					    graphics_name: str,
 | 
				
			||||||
    array_key: Optional[str],
 | 
					    array_key: Optional[str],
 | 
				
			||||||
 | 
					    **kwargs,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
) -> None:
 | 
					) -> None:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -96,6 +97,7 @@ def update_fsp_chart(
 | 
				
			||||||
    chart.update_graphics_from_flow(
 | 
					    chart.update_graphics_from_flow(
 | 
				
			||||||
        graphics_name,
 | 
					        graphics_name,
 | 
				
			||||||
        array_key=array_key or graphics_name,
 | 
					        array_key=array_key or graphics_name,
 | 
				
			||||||
 | 
					        **kwargs,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # XXX: re: ``array_key``: fsp func names must be unique meaning we
 | 
					    # XXX: re: ``array_key``: fsp func names must be unique meaning we
 | 
				
			||||||
| 
						 | 
					@ -884,10 +886,10 @@ async def open_vlm_displays(
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # built-in vlm fsps
 | 
					        # built-in vlm fsps
 | 
				
			||||||
        for target, conf in {
 | 
					        for target, conf in {
 | 
				
			||||||
            tina_vwap: {
 | 
					            # tina_vwap: {
 | 
				
			||||||
                'overlay': 'ohlc',  # overlays with OHLCV (main) chart
 | 
					            #     'overlay': 'ohlc',  # overlays with OHLCV (main) chart
 | 
				
			||||||
                'anchor': 'session',
 | 
					            #     'anchor': 'session',
 | 
				
			||||||
            },
 | 
					            # },
 | 
				
			||||||
        }.items():
 | 
					        }.items():
 | 
				
			||||||
            started = await admin.open_fsp_chart(
 | 
					            started = await admin.open_fsp_chart(
 | 
				
			||||||
                target,
 | 
					                target,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue