placeBracketOrder

rktheinvestor1
public void placeBracketOrder(KiteConnect kiteconnect) throws KiteException {
/** Bracket order:- following is example param for bracket order*
* trailing_stoploss and stoploss_value are points not tick or price
*/

What does values being points mean?
  • sujith
    sujith edited November 2016
    Hi,
    It means, value for stoploss_value, squareoff_value are not same as price value. Consider a scenario where LTP of a scrip is 100 and you want to put stoploss at 98.5 and square off at 102, then your stoploss value should be 1.5 and square off value should be 2.
Sign In or Register to comment.