Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 13:50:10 +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;