Jump to content

Python3 Automated Trading App


Recommended Posts

First let me tell you a bit of a story, Found myself out of work and too much time on my hands, well deserved break so to speak. I decided to learn Python, I thought what better ways to do that than program a real world application that would make me some money and automate my trading... hopefully, So here I am, today I get an email to check out the new and improved IG community. It's been a long road but I am here to share it with the community and the wider world. 


At first I started by trying different trading strategy's, Some with more success than others. I finally got a working strategy for Forex only to be priced out of the market with the ESMA regs. That said. I have spent time re writing my code to work with small cap stocks, that you would see the likes of in the FTSE250. The margin requirements are a lot less. This is great for people just starting out. 


I have learned lots of lessons along the way, The most prominent one been that do not try give anything away for free on the internet people will only complain. That said...Here It is. 


What is this for? I hear you ask.... Will it get you instantly rich... most definitely.... Come on, really? ... No... It will not. Will it make some money well all I can say is it certainly has for me, It is a learning tool for you to get to grips with algorithmic trading and perhaps Python and using a world class API/infrastructure that IG have. The API has been rock solid for me and I hope it continues the way it is. 


I DO NOT in anyway shape or form work for IG or have never done, I just happen to like IG. This project is NOT affiliated, backed or supported by IG. This is ALL my own work. 
This code will run on Windows or Linux, Quite a few people are running it on a Raspberry Pi or very cheap VPS. I run it on a Linux VPS using nohup to keep it running 24/5. It uses a few standard Python3 library’s. As for the algorithm itself you can discuss it on the Discord chat and work out what it is doing. 


Please please and I cannot stress this enough TEST IT FIRST on a demo account, That way you can understand what it does. All the code is open source so people can rip it to bits, suggest improvements learn from it. 


Link to Discord Chat. https://discord.gg/ZfwukPz


Link to Github Code https://gist.github.com/tg12/4dc0107b5b45fd91dd15fbd5b16f593c


Attached is two performance graphs, Self explanatory. 


Enjoy! 

Instrument Summary.png

Running Total.png

  • Like 1
Link to comment
3 minutes ago, TrendFollower said:

@TheGuru12

I personally would class FTSE 250 companies as mid cap shares. Small cap would be lower in terms of FTSE 350 or even FTSE Small Cap! AIM shares would be a mixture of small cap and nano cap. Yes that is right nano caps. 

I personally do not feel comfortable clicking on the two links you have sent.

OK, Thank you for your comment's.

Link to comment
8 minutes ago, TrendFollower said:

If you are still out of work and have not found a job then maybe IG may have a look at your system and offer you a job.

?

Thanks for your comments, I wish! I'd love to work in this world but I am currently employed. I did talk about this in my interview. 

Link to comment
27 minutes ago, Caseynotes said:

Hi  @TheGuru12 I'm not too good at python coding but was just wondering what on earth is the thousand lines of ? before you get to the actual trading API code. Also, why have you not gone through the IG Labs site API's forum. And lastly, we all know things don't perform the same on demo as live so how have you found the API going live?

ft1.thumb.PNG.1bdeb4e4f1bf909a5d581755c5fc01dc.PNG

Hello, Thank you for your reply. The top of that is the imports I use certain library's for and then there is also a giant list of stocks to loop through and check. Perhaps these could have been split out into another file but ... it works. 

The results I posted are on my live account, I have found my live and demo to perform pretty much identically. There is more money in my Demo so more trades but in terms of trading functionality and algorithm design they work the same. 

 

The IG Index API forums are not used by many people also I have been waiting for them to approve my account, I am not sure why they are separate. Perhaps they are not now. Either way they are not used by many. 

Edited by TheGuru12
Link to comment
6 minutes ago, Caseynotes said:

Thanks for that, very interesting, obviously only 6 weeks worth of data but promising, look forward to the updates.

There will be many on here who may have used MQL5 and EAs but not python and APIs, perhaps you might give a quick basics starter guide at some time.

Best of luck.

Thank you, There's lots of documentation around. People have wrote stuff on the Discord chat. I pretty much just provide the code. I might answer some very specific questions but not much now as I don't have much time. My code is very niche, So yes anyone who is a professional trader should use MQL/EA's. 

Link to comment

So I'm not a coder and unfortunately wouldn't want to get in on this discussion, but it looks very promising from the chart posted. It would be good to get further confirmation from a statement or similar from the demo account which I think would satisfy a few people as well.

There is no way for me to get my head around this right now but it's looking good and I would love to see someone else who has tested out on demo to see their results. Those returns are solid.

Thanks for a good post and welcome to the forum!

Link to comment

It does look interesting and the hard work has already been done. Running the python code on the web based platform on a demo account through IG's API on the face of it doesn't look any more difficult to running in a EA in MT4, though I've never tried the API myself. Here is the 'get started' page from IG labs for anyone interested in having a go.

https://labs.ig.com/

 https://labs.ig.com/gettingstarted

 

Link to comment
7 minutes ago, JamesIG said:

out of interest - what are peoples thoughts on bringing over the Labs forum to this main Community area? So it's all in the one place, and hopefully given a bit more prominence and re-inject with a bit more 'life. 

You know my thoughts on this. Even from a practical point of view within IG it would make sense. Everything under one roof. No separate infrastructure etc. However that said. It is every niche and it’s hardly ever visited. Even on the wider internet the API is not used much but I think I’ve got quite a few people to use it singlehandedly. If I remember correctly the last post office on there was months ago. Shame. I was hoping more people would use it. 

Link to comment

Yes, it's probably a good idea to join the two forums, as tg12 says, the labs forum is infrequently used. Though it is niche it could have it's own forum header here and also I know there are plenty on here who run, or are interested in EAs on mt4 who would probably also be interested in API if the subject were to get a wider airing. 

Link to comment

Ha @TrendFollower, can't say I am much of a coder myself though I have recently done a bit of re-writing and debugging of some mt4 indicators that I'm interested in. The introduction of IG's API onto this forum may well gain a following of those interested in auto trading but so far only familiar with MT's EAs.

https://medium.freecodecamp.org/what-is-an-api-in-english-please-b880a3214a82

 

 

  • Thanks 1
Link to comment
  • 2 weeks later...
3 hours ago, PandaFace said:

@TheGuru12 I love that chart number 2 you have that goes up on the left and down on the right. 

How did you do it? Excel I assume but I’m a **** at that so could you maybe give a little guidance? 

Perhaps that word "****" means something else where I am from! haha.

What version of Office?

Link to comment
  • 4 weeks later...

Sorry to resurrect this old thread but I read there were thoughts to unite the IG Labs forum with this forum here.

I'm myself an algorithmic trader that uses MATLAB to trade through IG's API and I think this would be a good idea. As already was pointed out the IG Labs forum is rather dead.  Maybe it would become a little more active when a IG Labs subform was created here.

This would be really appreciated. I often miss the opportunity to discuss problems I encounter but writing in this IG Labs forum feels like talking in an empty room. ?

Link to comment

Hopefully IG are still considering this, I don't actually participate on the labs forum myself but do look in from time to time to see whats happening and there does seem to be a lot of unanswered questions or occasionally someone just talking to themselves in the dire hope someone else might respond.?

I know a lot on this forum don't even know the labs one is there and quite a few are interested in coding/running auto traders.

Link to comment

I'm a techie and used to be fairly active on the IG Labs forum, however in the past 6 months it has become very quiet. I agree with the comments here, create a new topic on this forum for the API, at least then it will get more visibility and hopefully more activity.

I've been using the API for several years now and found it to be generally rock solid and fairly comprehensive, and maybe a new forum here will get more people to start using it.

  • Like 2
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • General Statistics

    • Total Topics
      23,001
    • Total Posts
      95,344
    • Total Members
      43,621
    • Most Online
      7,522
      10/06/21 10:53

    Newest Member
    dCortel
    Joined 25/09/23 22:13
  • Posts

    • The cryptocurrency industry has grown rapidly in recent years, with the total market capitalization now exceeding $500 billion. However, the industry still faces a number of challenges, including security and on-chain efficiency which is one of the biggest challenges in the cryptocurrency industry, because in recent years, there have been a number of high-profile hacks of cryptocurrency exchanges & wallets, and traders are faced with high cost of on-chain transactions. All of which summed up to make cryptocurrency trading less efficient. In order to address these issues, exchanges are seen taking up the responsibility of solving the problems and I've seen Bitget, a leading cryptocurrency derivatives exchange, recently partnering with Cobo, a leading provider of digital asset custody and security solutions. This partnership is aimed at enhancing the security and efficiency of cryptocurrency trading, which will allow users to seamlessly execute cross-exchange transactions, enabling users to capitalise on arbitrage opportunities without having to deposit their funds directly on exchanges. This could significantly reduce on-chain transaction gas costs and make crypto investments more efficient and cost-effective. Developments like this, if it could be capitalised on would take away bad players from the industry, make crypto a safe place and increase its adoption, but how wide would it cover for the whole users in the crypto space and even Bitcoin?
    • Stock Market Report S&P 500 - NASDAQ 100 - RUSSELL 2000 - DAX 40 - FTSE 100 - ASX 200. Elliott Wave Analysis Summary: Elliott Wave (iv) of  c) of 4 Flat Correction for US Indices and DAX. Trading Strategies: Once Wave (iv) has reached its 38.2% retracement level, short term traders can start to look for short trade setups into Wave (v) of c) of 4. The longer term Video Chapters 00:00 SP 500 (SPX)  11:01 NASDAQ (NDX) 12:39 Russell 2000 (RUT) 14:20 DAX 40 (DAX) 19:37 FTSE 100 UKX (UK100) 23:18 ASX 200 (XJO) 29:08 End Analyst Peter Mathers TradingLounge™ Australian Financial Services Licence - AFSL 317817 Source: tradinglounge    Access Trial    
    • I think bitget will be the obvious option cos binance that use to be a good option isn't finding it rosy atm with regulatory bodies and speculations around the health of the exchange aren't friendly to feel safe with them atm
×
×
  • Create New...
us