백테스팅 차트 색상 오류 수정

This commit is contained in:
Macbook
2026-06-08 12:09:38 +09:00
parent c20c806c19
commit 9fde6868e2
5 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -179,7 +179,7 @@ export function useIndicatorSettings(sessionKey = 0) {
}
return merged;
},
[]
[settingsRevision],
);
/** 특정 지표 파라미터를 DB에 저장하고 캐시를 업데이트 */
@@ -309,7 +309,7 @@ export function useIndicatorSettings(sessionKey = 0) {
bandBackground: bandBackground ? { ...bandBackground } : undefined,
};
},
[]
[settingsRevision],
);
/**