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 */
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.
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.