Flash Trader has all the features that a retail Trader needs including real time data , backfill , Algo Trading , button trading .. Currently available for 6 brokers
Zerodha, Alice blue, Upstox, Finvasia, Angel Broking and Fyers..more brokers to be added soon.
Order execution time half than web...
Hey all,
I want to share the project that I've been using and developing since few months - Algoticks
It's a very fast(written in C) back tester with the option to test the strategy(s) on live data.
It supports:
Single stock
Index-Derivative
able to run on streaming data. (TCP socket/CSV)...
Hello Friends
Here I will be sharing the tools and resources that will be useful in Auto Trading. I am in the process of automating my own trading, therefor spending a lot of time in checking out currently available best tools etc. in the market for retail traders.
To begin with, I am sharing...
Hello,
I have drawn few study lines on the chart and want to get its data in Exploration.
I am not getting this data when i use the 'Study' function and try to add it in Exploration using 'AddColumn' function.
Request help to resolve this.
Thanks!
Anuma
Hello,
Is there a way in Amibroker to draw Entry, Stop Loss and Target lines and then with a click of a button place the same order as Cover or Basket order in the trading account?
Can someone give an AFL or an idea to make such AFL?
Thanks
Anuma
Hello Friends,
I am looking for help with my system developed using Amibroker. The system is a positional system with 15 min timeframe and will trade futures. The initial tests are giving good results which is warranting to further fine tune it and if the results are encouraging then would go...
Hi everybody,
This challenge is to double the money this quarter (OCT 2018 to DEC 2018).
The system is an automated system based on this thread.
Details
Starting Capital - 130000
Leverage - 5
Capital to be compounded weekly
Start date: 1st OCT 2018
End date: 31st DEC 2018
Max drawdown...
This is thread on how to create an automated trading system from scratch (from absolutely scratch).
From conceiving an idea to implementing it, getting feedback and improving it and even creating your own data sources (everything open source)
This would be one big heck of a ride and you need to...
Hello everybody,
This is just a Python Primer for getting started with trading.
I would post a separate post in this thread for the basics so that you can reply back to the post in case of any details.
The main purpose of this thread is to improve our efficiency in trading so that we can...
I am starting this thread for installing Python on Windows/Linux since most traders find it difficult to get running.
To begin with, I am just posting the necessary steps to get started. In case of any errors, post it along with your operating system and a screenshot of the error message so...
Hello All,
I have a problem with exit trade at EOD end of trading session 11:00 PM. I am trying the following code.
tim=Param("Square off time ",230000,09000,240000);
StopLevel = Param( "Stop Loss (%)", 0.06, 0.01, 10, 0.01 );
TgtLevel = Param( "Profit target (%)", 0.25, 0.01, 10, 0.01 )...
Hi Guys,
We are a software development co based in Chandigarh and i am looking to hire a Java programmer or a business analyst to develop a algo trading platform for one of my client in Europe.
Can someone help here?
Best,
Nitin
Hi,
I keep hearing a lot about retail automated trading happening in India but still have not seen any concrete method. This is partly because of government regulations i suppose. Is it possible to:
1. send orders to NOW/NEST through API
2. Who is providing the api?
3. is the interaction with...
Hello friends,
I have resumed trading after long gap (and losing lots of money 10 yrs back). In my second inning I am going to follow strategy and right sets of tools and technologies. Hope to make this one a profitable stint.
My background is IT and data science in particular. I am very...
I have been a Trader for almost 6 years now and into automated trading since 2 years now. This Thread is started for people who want to know more about algorithmic/automated Trading. Its Pros and Cons Both.
I ll mostly talk about the pitfalls of strategy designing and the best practices...
Hi Guys I have designed an complex algo which will give you profit on selected stock every month. I am not saying that each stock would give you profit , but yes I can confirm that overall profit earn at end of the month is unbelievable i.e upto 50 to 150 %
The only catch is you have to...