Wiki source code of TradeJournal

Version 5.2 by Drunk Monkey on 2021-08-09 07:27

Hide last authors
Drunk Monkey 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'forexPair': {},
4 'OpenDate': {"html":true},
5 'CloseDate': {"html":true},
6 'Entry': {},
7 'SL': {},
8 'TP1': {},
9 'TP2': {},
10 'TP3': {},
11 'TradeReason': {},
Drunk Monkey 4.1 12 'doc.title': {"link":"view"},
13 'doc.name': {"link":"view"},
14 'doc.location': {"html":true},
Drunk Monkey 5.1 15 'shortText': {}
Drunk Monkey 1.1 16 })
17 #set ($options = {
18 'className': 'TradeJournal.Code.TradeJournalClass',
19 'translationPrefix': 'tradejournal.livetable.',
20 'tagCloud': true,
21 'rowCount': 15,
22 'maxPages': 10,
23 'selectedColumn': 'forexPair',
24 'defaultOrder': 'asc'
25 })
Drunk Monkey 5.1 26 #set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', 'doc.title', 'doc.name', 'doc.location', 'shortText'])
Drunk Monkey 1.1 27 #livetable('tradejournal' $columns $columnsProperties $options)
28 {{/velocity}}