(Trading Gurus, please stay out of this thread)
Hello,
I am entering a Range Order using:
Code:
buy_order.Generate(Bars.CloseValue + (5*pipSize), Bars.CloseValue - (5*pipSize));Setting a range +/- 5 pips from the close... this works under Build 282.
Could someone provide a code example for setting the Stop and TakeProfit?
Replies I have see thus far do not set the VALUE of the Stop and Limit... I am NOT talking about a BuyStop or BuyLimit order... I simply want to be able to set the STOPLOSS and TAKE PROFIT values of the Order that is filled.
Thanks for the help.
-charliev



Reply With Quote
