mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-07-27 20:17:44 +00:00
minor commenting
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ pub fn load_csv(path: &str) -> Vec<Bar> {
|
||||
volume: cols[5].parse().expect("Bad volume"),
|
||||
};
|
||||
|
||||
bars.push(bar);
|
||||
bars.push(bar); // pushes each bar from the csv to an element in Bar
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user