Broker example
This commit is contained in:
@@ -253,7 +253,8 @@ object Form1: TForm1
|
||||
' ((.Buy broker) "AAPL" 10 150.0)'
|
||||
' ((.Buy broker) "MSFT" 5 50.0)'
|
||||
' '
|
||||
' ((.ListPositions broker) (fn [t] (print t)))'
|
||||
' ((.ListPositions broker) '
|
||||
' (fn [symbol amount] (print symbol ": " amount)))'
|
||||
')')
|
||||
StyledSettings = [Size, Style, FontColor]
|
||||
TextSettings.Font.Family = 'Consolas'
|
||||
|
||||
Reference in New Issue
Block a user