- ago
Can I reach Strategy Monitor Log Pane to print something out of strategy code?
0
347
Solved
4 Replies

Reply

Bookmark

Sort
- ago
#1
No but you can write to file, clipboard etc.
0
- ago
#2
Ok, thanks.
0
Cone8
 ( 25.44% )
- ago
#3
You can also add messages to the Log Viewer like this -
CODE:
WLHost.Instance.AddLogItem("My Log Viewer Item", "This is what I want to say", Color.Red);
4
Best Answer
- ago
#4
QUOTE:
You can also add messages to the Log Viewer like this -
CODE:
WLHost.Instance.AddLogItem("My Log Viewer Item", "This is what I want to say", Color.Red);


Oh, great, I like it! Thanks, Cone.
0

Reply

Bookmark

Sort