-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional DataProvider: CFD / non-futures based #3
Comments
Hey! Sure, if you can get it working & tested, I'm happy to include it. Perhaps we can improve the abstraction of instruments/brokers further in the process. One thing to consider- think about the transaction costs when using CFDs. I did a back-of-the-envelope calculation for using IG, and figured I'd probably lose money once I accounted for their funding fees. Futures, by comparison, have no funding cost. |
Chris,
fair point on the funding charge for sure. I’m not particularly looking to use the standard systems which are long and short. There are some cases where it pays to hold the instrument much like carry.
Unfortunately my current full time employment makes futures almost impossible without pre clearance and holding periods etc grrrr. Might change but for now I need to look at creative means of getting my fix.
I will go and do some more sums first before jumping in.
… On 18 Mar 2018, at 16:32, Chris Muktar ***@***.***> wrote:
Hey!
Sure, if you can get it working & tested, I'm happy to include it. Perhaps we can improve the abstraction of instruments/brokers further in the process.
One thing to consider- think about the transaction costs when using CFDs. I did a back-of-the-envelope calculation for using IG, and figured I'd probably lose money once I accounted for their funding fees. Futures, by comparison, have no funding cost.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Doh sorry,
— Steve
… On 18 Mar 2018, at 17:20, Stephen Foster ***@***.***> wrote:
Chris,
fair point on the funding charge for sure. I’m not particularly looking to use the standard systems which are long and short. There are some cases where it pays to hold the instrument much like carry.
Unfortunately my current full time employment makes futures almost impossible without pre clearance and holding periods etc grrrr. Might change but for now I need to look at creative means of getting my fix.
I will go and do some more sums first before jumping in.
> On 18 Mar 2018, at 16:32, Chris Muktar ***@***.***> wrote:
>
> Hey!
>
> Sure, if you can get it working & tested, I'm happy to include it. Perhaps we can improve the abstraction of instruments/brokers further in the process.
>
> One thing to consider- think about the transaction costs when using CFDs. I did a back-of-the-envelope calculation for using IG, and figured I'd probably lose money once I accounted for their funding fees. Futures, by comparison, have no funding cost.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
|
Hi Guys sorry couldn't find another way of reaching out to you so feel free to delete issue as see fit.
Basically I came here from RobCarvers issues list. I've read his systematic trader book a million times and largely get the whole concept.. Well I think I do until I try and use his pysystemtrade framework and my head explodes.
I'm a long time python+linux dev but frankly I have a hard time following his implementation and its made worse by the fact I'm not trading futures atm..( have reasons)
Just then I spot PyTrendFollow... yey!!
So I thought I'd have a dig around and see if I can add support for my CFD/FX broker. http://developer.oanda.com/rest-live-v20/introduction/
So 2 actual questions
Either way.. just wanted to say thanks, love the project and I can get my head round it so thats a good sign lol
cheers
The text was updated successfully, but these errors were encountered: