Hi All, I would like to make the stop works for me realtime trade (not just in back test) I have a function which take the Buy, Sell, Cover, Short as parameters and determine how to place the ibc.placeorder function.
if I apply trailing stop before proceeding to my logic for doing realtime trade, ApplyStop(stopTypeTrailing, 2, 10, 2, True ); for 10% trailing profit stopping. are those buy/sell array parameters actually changed by the applystop function so that I don't have to rest of the code? It does not seems this way for now. Thanks. Rgds, Jacky
