Replies

emelenium
20 Jul 2015, 19:23

thank


@emelenium

emelenium
20 Jul 2015, 17:56 ( Updated at: 21 Dec 2023, 09:20 )

How to do it like this? :


@emelenium

emelenium
19 Jul 2015, 15:19

RE:

thanks

In CSharp you can determine the length of a string by this instruction

            String myString = "myString";
            int length = myString.Length;

 


@emelenium

emelenium
21 Mar 2014, 06:26

And how can we change positions.Comment? (in cAlgo)
 


@emelenium

emelenium
24 Sep 2013, 08:46

RE:

How does it work?

Kate said:

Try Trade.IsExecuting

 


@emelenium

emelenium
23 Sep 2013, 18:29

No no no, it was necessary to wait for finishing the Trade.ModifyPosition.Does anyone tell me?


@emelenium

emelenium
23 Sep 2013, 18:25

RE:

You can give an example?

Use an if statement to check if the SL/TP values of the position in reference are the new or the old.

 


@emelenium