Skip to content

Instantly share code, notes, and snippets.

@richbruce
Created January 8, 2022 18:43
Show Gist options
  • Save richbruce/a8a9c89872cf76248b98139a906620a6 to your computer and use it in GitHub Desktop.
Save richbruce/a8a9c89872cf76248b98139a906620a6 to your computer and use it in GitHub Desktop.
{
"trades": [
{
"id": 1,
"date": "12-11-2021",
"sym": "AAPL",
"side": "buy",
"result": "win",
"strategy": "Gap",
"tags": ["rushed", "early", "greedy", "hard"],
"risk_unit": 43.5,
"ru_returns": 2.3,
"gross_returns": -275.0,
"avg_buy": 10.0,
"avg_sell": 11.5,
"move_percent": 15,
"move_points": 1.5,
"stop_loss": 9.75,
"stop_target": 11.75,
"buy_list": [
{ "time": "9:35", "price": 10, "shares": 100 },
{ "time": "10:35", "price": 11, "shares": 100 },
{ "time": "10:45", "price": 10.5, "shares": 100 }
],
"sell_list": [{ "time": "11:05", "price": 12, "shares": 300 }],
"max_moves": {
"mfe": {
"percent": 3.4,
"point": 0.34,
"risk_unit": 2.3,
"diff": 2.01
},
"mae": {
"percent": 4.7,
"point": 0.23,
"risk_unit": 0.12,
"diff": 0.34
}
},
"charts": [
{
"imgUrl": "https://1.bp.blogspot.com/-up45dJ1vwEE/UMAw3fWxviI/AAAAAAAAOkE/AKrDgMDkLI0/s1600/Green+Nature+Wallpapers.jpg"
}
]
},
{
"id": 2,
"date": "12-11-2021",
"sym": "AAPL",
"side": "buy",
"result": "win",
"strategy": "Gap",
"tags": ["rushed", "early", "greedy", "hard"],
"risk_unit": 43.5,
"ru_returns": 2.3,
"gross_returns": -275.0,
"avg_buy": 10.0,
"avg_sell": 11.5,
"move_percent": 15,
"move_points": 1.5,
"buy_list": [
{ "time": "9:35", "price": 10, "shares": 100 },
{ "time": "10:35", "price": 11, "shares": 100 },
{ "time": "10:45", "price": 10.5, "shares": 100 }
],
"sell_list": [{ "time": "11:05", "price": 12, "shares": 300 }],
"max_moves": {
"mfe": {
"percent": 3.4,
"point": 0.34,
"risk_unit": 2.3
},
"mae": {
"percent": 4.7,
"point": 0.23,
"risk_unit": 0.12
}
},
"charts": [
{
"imgUrl": "https://s19499.pcdn.co/wp-content/uploads/2019/07/Poolesville-Sunflowers-July-4-2019-DSC08529.jpg"
},
{
"imgUrl": "https://3.bp.blogspot.com/-DWMXiqFQQsM/Tn2j9xWAwyI/AAAAAAAAAE0/XpQA7OtDGTw/s1600/amazing_nature_pictures+4.jpg"
},
{
"imgUrl": "https://1.bp.blogspot.com/-UjjdMoyW55E/TuRwkTMengI/AAAAAAAABCU/Qot38EiUZDU/s1600/Nature+Photo+Gallery.jpg"
}
]
},
{
"id": 3,
"date": "12-11-2021",
"sym": "AAPL",
"side": "buy",
"result": "win",
"strategy": "Gap",
"tags": ["rushed", "early", "greedy", "hard"],
"risk_unit": 43.5,
"ru_returns": 2.3,
"gross_returns": -275.0,
"avg_buy": 10.0,
"avg_sell": 11.5,
"move_percent": 15,
"move_points": 1.5,
"buy_list": [
{ "time": "9:35", "price": 10, "shares": 100 },
{ "time": "10:35", "price": 11, "shares": 100 },
{ "time": "10:45", "price": 10.5, "shares": 100 }
],
"sell_list": [{ "time": "11:05", "price": 12, "shares": 300 }],
"max_moves": {
"mfe": {
"percent": 3.4,
"point": 0.34,
"risk_unit": 2.3
},
"mae": {
"percent": 4.7,
"point": 0.23,
"risk_unit": 0.12
}
},
"charts": []
},
{
"id": 4,
"date": "12-11-2021",
"sym": "AAPL",
"side": "buy",
"result": "win",
"strategy": "Gap",
"tags": ["rushed", "early", "greedy", "hard"],
"risk_unit": 43.5,
"ru_returns": 2.3,
"gross_returns": -275.0,
"avg_buy": 10.0,
"avg_sell": 11.5,
"move_percent": 15,
"move_points": 1.5,
"buy_list": [
{ "time": "9:35", "price": 10, "shares": 100 },
{ "time": "10:35", "price": 11, "shares": 100 },
{ "time": "10:45", "price": 10.5, "shares": 100 }
],
"sell_list": [{ "time": "11:05", "price": 12, "shares": 300 }],
"max_moves": {
"mfe": {
"percent": 3.4,
"point": 0.34,
"risk_unit": 2.3
},
"mae": {
"percent": 4.7,
"point": 0.23,
"risk_unit": 0.12
}
},
"charts": [
{
"imgUrl": "https://2.bp.blogspot.com/-JxEm57kYpms/UMAvQULqnuI/AAAAAAAAOis/vVuC7CIN-BU/s1600/Green+Nature+Wallpapers+02.jpg"
},
{
"imgUrl": "https://2.bp.blogspot.com/-I91kB3xYppQ/TZDPvc-ilzI/AAAAAAAABvw/JQBz0_8E_I4/s1600/Natural+Scenes+%25286%2529.jpg"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment