☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2019
hpatel9999
December 2019
Eshan
December 2019
Imran
Same condition Multiple trade
hpatel9999
December 2019
in
General
During algorithmatic trading,
if my algorithm is evaluated true, then will it not be result in multiple oders of the same script every time the condition is satisfied?
Imran
December 2019
hii
@hpatel9999
Yes, it will place multiple trades if the condition is satisfied.
You would need to block it programmatically.
see this video for the solution:
https://youtube.com/watch?v=_YzPmBPRSN0
Eshan
December 2019
edited December 2019
@Imran
Can you make a video which can trade multiple stocks as well as checks condition for futures and trade them too
hpatel9999
December 2019
thanks imran. You are the man
This discussion has been closed.
Yes, it will place multiple trades if the condition is satisfied.
You would need to block it programmatically.
see this video for the solution: https://youtube.com/watch?v=_YzPmBPRSN0