Topics
02 Jul 2021, 18:55
 10
 1888
 2
06 Jun 2020, 00:34
 4
 1025
 1
Replies

indrakh
02 Jun 2020, 13:03

RE:

PanagiotisCharalampous said:

Hi indrakh,

Here is a starting point

            if (Positions[0].Pips < -50)
            {
                Positions[0].Reverse();
            }

Best Regards,

Panagiotis 

Join us on Telegram

Hi Panagiotis,

Many thanks for your quick response.
Could you be more specific on how to implement it?.
I tried to add in my testing cbot, but it doesnt work.


B. Rgds,
-ikh

 


@indrakh