Compare commits
No commits in common. "63b92ccb8c8bc8bf5b68d563e6fea70e4f687400" and "b69601abf28e52f425a5b484a13cd3fb0d050efa" have entirely different histories.
63b92ccb8c
...
b69601abf2
@ -87,10 +87,10 @@ function webpage {
|
||||
echo $(cat trade-histories/*${f_asset_results} | awk "{ SUM += \$1} END { printf(\"%.2f\", SUM)}") >trade-histories/${f_asset}.complete_result
|
||||
done
|
||||
echo "<h3>Top 10</h3>" >>../index.html.tmp
|
||||
grep [0-9] trade-histories/*.complete_result | sort -t: -k2 -rn | head -n 10 | cut -d/ -f2 | perl -pe 's/\.complete_result:/ /; s/$/%<br>/' >>../index.html.tmp
|
||||
grep [0-9] trade-histories/*.complete_result | sort -t: -k2 -rn | head -n 10 | cut -d/ -f2 | perl -pe 's/\.complete_result:/ /; s/$/%/' >>../index.html.tmp
|
||||
|
||||
echo "<h3>Flop 10</h3>" >>../index.html.tmp
|
||||
grep [0-9] trade-histories/*.complete_result | sort -t: -k2 -n | head -n 10 | cut -d/ -f2 | perl -pe 's/\.complete_result:/ /; s/$/%<br>/' >>../index.html.tmp
|
||||
grep [0-9] trade-histories/*.complete_result | sort -t: -k2 -n | head -n 10 | cut -d/ -f2 | perl -pe 's/\.complete_result:/ /; s/$/%/' >>../index.html.tmp
|
||||
|
||||
|
||||
echo '<h2>Latest trades</h2>' >>../index.html.tmp
|
||||
|
Loading…
Reference in New Issue
Block a user