Add GTL price-traffic chart diagnostic
This commit is contained in:
@@ -39,6 +39,7 @@ export function useFetchSymbolData(options: UseFetchSymbolDataOptions = {}) {
|
||||
queryClient.invalidateQueries({ queryKey: ['sentiment', symbol] });
|
||||
queryClient.invalidateQueries({ queryKey: ['fundamentals', symbol] });
|
||||
queryClient.invalidateQueries({ queryKey: ['sr-levels', symbol] });
|
||||
queryClient.invalidateQueries({ queryKey: ['gate-target-ladder', symbol] });
|
||||
queryClient.invalidateQueries({ queryKey: ['scores', symbol] });
|
||||
// Fetch re-runs the scanner → setups/confidence change. Refresh both the
|
||||
// per-ticker trades (['trades', symbol]) and the Overview list (['trades']).
|
||||
|
||||
Reference in New Issue
Block a user