Forum

Problem with StringReplace (% char)

If i try to replace a ' # ' or any other char with a ' % ' char this command is not working. It will be replaced by a blank. Is there any way to make this possible? string myText = "TEST#TEST"; StringReplace (myText,"#","%"); I need this because i want to send open orders to my webserver by using

Problem with history

Hi there, i am a little confused about the history feature. The following sourcecode is showing me active orders as well. I tried to study the reference but i was not able to solve my problem. How is it possible to avoid a result of active orders? My objective is just to see closed orders. Thanks a