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

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. 

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

 

 

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.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • image.png

  • Posts

    • Soybeans Elliott Wave Analysis  Function - Trend  Mode - Impulse  Structure - Impulse for (5)  Position - Wave 1 of (5) Direction - Wave 2 of (5) Details - Wave 1 of (5) completing with a diagonal. Wave 2 bounce is emerging before the price turns downside for 3 of (5). Invalidation now at 1226’6. Not much has changed since the last update.   Soybean Price Analysis: Elliott Wave Perspective Signals Continued Downward Trend   In the realm of commodity trading, Soybean has recently undergone a significant downturn, marking a nearly 7% drop since March 21st. This decline appears to be part of a broader trend that commenced back in June 2022. However, before this recent descent, there was a brief period of respite characterized by a corrective bounce starting in late February.    Delving deeper into the price action, an Elliott Wave analysis sheds light on the intricacies of Soybean's movement. The daily chart's decline since June 2022 reveals a corrective pattern, delineated into waves A-B-C, as denoted by blue annotations.   The initial wave, labeled as Blue Wave 'A', terminated at 1249 in October 2023, exhibiting a distinct diagonal pattern. Subsequently, a modest rebound ensued, marked by Blue Wave 'B', which concluded at 1398 in November 2023. However, the ascendancy was short-lived as the bears regained control, manifesting in the ongoing development of Blue Wave 'C'. This wave, evolving into an impulse wave, has currently progressed to wave (5) following the completion of wave (4) in March 2024.   Zooming in on the H4 chart, a granular analysis reveals the sub-waves of wave (5). Wave 1 of (5) concluded with a diagonal structure, followed by a corrective phase as the price undergoes a temporary upside correction to complete wave 2. Despite uncertainties regarding whether wave 2 has fully concluded or will undergo another upward leg, the overarching trajectory remains clear – a downward break is anticipated to continue wave 3 of (5), leading to further downside movement.   In light of this analysis, the prevailing sentiment favors sellers, who continue to assert dominance over the commodity market. As long as the price remains below 1226’6, the outlook remains skewed towards further downside potential, with the possibility of reaching the lowest price point since November 2020.   In conclusion, the Elliott Wave perspective offers valuable insights into Soybean's price dynamics, signaling a continued bearish trajectory in the near term. While short-term fluctuations may occur, the broader trend suggests that sellers are likely to maintain control, shaping the commodity's price action in the foreseeable future.   Technical Analyst : Sanmi Adeagbo   Source : Tradinglounge.com get trial here!        
×
×
  • Create New...
us