Support Board
Date/Time: Thu, 06 Feb 2025 14:07:58 +0000
Post From: Exporting Study level at the time of trades
[2020-04-27 00:39:04] |
Flipper - Posts: 65 |
Are you Automated Trading From an Advanced Custom Study? If so when creating a s_SCNewOrder there is a .TextTag that you can code any values you like into them. And they will be in the "Note" fields of the "Trade Activity Log" to export. SCString OrderString;
OrderString.Format("Subgraph value @ ENTRY: %.4f", Subgraph[sc.Index]); NewOrder.TextTag = OrderString; |