Thanks, I will contact them directly.
Where can I find information about 3rd party algos by the way? Also, if someone develops an algorithm for me, is this considered 3rd party (meaning can I run it with TT Standard)?
Thanks
Is there an algorithm to trade commodity futures at the open (to get a price as close as possible to the open price) by any chance?
Do you need TT Pro to access these algorithms?
Do you know if RTD is supported by OpenOffice. At the moment I use Excel with Python (xlwings) for my trading and rely on RTD to get realtime prices (only used for PnL).
Thanks, similar to most of my trades on commodities. Where I have an indicator which gives me the direction to trade and then I trade reversals/extremes. It's all really technical I don't really use any of the fundamentals on the commos.
Taking 1/3 of my position out @ 0.21.
Some elements of my strategy captures movements during the last month before FND. I like to trade these periods as they're quite volatile.
I recommend backtrader too. This is what I use for backtesting on futures (with the possibility to backtest on all the maturities of a future as opposed to a continuous serie). I prefer it to QuantConnect, the Lean platform (QC open sourced) is quite heavy.