☰
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
13.8K
All Categories
0
Incidents
154
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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2021
akshay07
February 2021
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 2021
Try to calculate condition on candel close
akshay07
February 2021
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.