Forum Replies Created
-
AuthorPosts
-
LeeDanelloParticipantLen Zir wrote:Craig pointed me to the correct module to add ranking to the WTT when there are too many signals for capital. I used roc to rank. Ran the numbers for a single run and clear improvement with CAR at 16.4% from around 13% Looks more promising. Will run mcs on WTT overnite.
What module is that in?
LeeDanelloParticipantDarryl Vink wrote:new batchtrader arrived today… take it for a spin tonight.
now has auto order entry configuration allowing input for time and name of csv file to load orders from and send at given time
That looks pretty sexy.
LeeDanelloParticipantNick Radge wrote:I have been asked to speak at a Quant conference in Singapore in early November. I had to highlight to the organizers that I only had a high school education – every other speaker has some type of PhD or multiple physics/math/statistics degrees.For example, here is one speakers topic:
“…follow the market by solving a pair of coupled Hamilton–Jacobi–Bellman equations; we can construct sparse mean reverting baskets by solving semi-definite optimization problems with cardinality constraints and can optimally trade these baskets by solving stochastic control problems; we can identify statistical arbitrage opportunities by analyzing the volatility process of a stochastic asset at different frequencies; we can compute the optimal placements of market and limit orders by solving combined singular and impulse control problems which leads to novel and difficult to solve quasi-variational inequalities.”
Has he made any money trading??
Scientific concepts are just approximations using curve fitting techniques.
Your methods and approximations would probably be more robust as you’d have less variables and linkages that can break. I think KISS works best especially for the ones that can identify with their ignorance.
A lot of academics are in love with their qualifications.LeeDanelloParticipantCongrats to Nick and Trish. I thought all your daughters were teenagers.
LeeDanelloParticipantI imagine I can download that list off Commsec
LeeDanelloParticipantCan you get 50% LVL on all ASX shares in the All Ords?
LeeDanelloParticipantDarryl Vink wrote:Said Bitar wrote:I think you need intraday data in order to test otherwise you will not know which was hit the first the entry or the take profitwhat about something like this to test the concept:
Code:priceAtBuy = longEntryPrice[j];
targetPrice = priceAtBuy*(1 + targetPercent);
SellPrice[j] = IIf(High[j] > targetPrice,targetPrice,Close[j]);The High[j] would have to be High[j-1]?
LeeDanelloParticipantI’m curious to know how these things work when one is travelling.
LeeDanelloParticipantSo you didn’t have time to buy another charger while you were there?
LeeDanelloParticipantAddictions can be dangerous
LeeDanelloParticipantWe must be the only two
LeeDanelloParticipantTrent Rothall wrote:Thought I’d fire this thread up again, too see what guys have been working on..I’ve been revisiting a old (6 months) momentum/ trend following type system that i was working on before my MR light bulbs. Nothing very good has been happening there though.
You guys have been too preoccupied with your Unacks and MOCs.
I can’t relate to it.LeeDanelloParticipantNo trades, no errors!
LeeDanelloParticipantDo updates apply to those that purchased off you?
LeeDanelloParticipantI’m pretty sure you can manually update
-
AuthorPosts