☰
Login
Signup
Home
›
Algorithms and Strategies
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
9K
All Categories
9
Go client
526
.Net API client
229
Kite Publisher
471
.Net / VBA / Excel (3rd party)
281
Algorithms and Strategies
707
Java client
663
API clients
325
PHP client
2.2K
Python client
262
Mobile and Desktop apps
977
Market data (WebSockets)
2.3K
General
In this Discussion
February 19
akshay07
February 2
rjamitsharma
placing order in between candle want to place order after candle close
Tnaagar8
December 2020
edited December 2020
in
Algorithms and Strategies
i am using 15 min df ,
my stretegy start placing order when my condition meet ,
i want to place order only if candle close and condition should meet on that candle close
can any onle help me what i have to do
rjamitsharma
February 2
Try to calculate condition on candel close
akshay07
February 19
use time library and % function to keep checking on 5 min interval that is modulo 5 something like time%5==0 then the condition
Sign In
or
Register
to comment.