Replies

Zenner
23 Mar 2020, 14:25 ( Updated at: 21 Dec 2023, 09:21 )

RE:

Hi Panagiotis

The log tab is in automate now but not in the trade section. See image.

 

Best Regards,

Sune


@Zenner

Zenner
23 Mar 2020, 11:48

RE:

Hi Panagiotis

Thanks I will try that.

 

Best Regards,

Sune

 

 


@Zenner

Zenner
10 Oct 2014, 10:08

Hi

Thanks, that worked.

 

Regards,

Zenner


@Zenner

Zenner
18 Jan 2013, 12:06

Hi

Yes I would very much like to know how to identify which Robot has opened which position or which robot has posted which pending order if that is possible.

 

Regards,

Zenner


@Zenner

Zenner
17 Jan 2013, 17:12

Thanks for your fast answer. 

Maybe you could answer another question I have: Is it possible to several robots use the same major pair at the same time? ex. 3 different Robots that open trades in EURJPY at the same time without any croos reference and other problematic stuff?

 

Regards,

Zenner


@Zenner

Zenner
07 Dec 2012, 20:50

I have made changes to the code since so I'll monitor the code now and wait for the next time this happens(if it happens) again.

Then I'll send you the code. Where should I send it to?

 

regards,

Zenner


@Zenner

Zenner
23 Nov 2012, 14:48

Hi

Have you tried accessing the Position object in the OnPositionClosed method:

 

        protected override void OnPositionClosed(Position closedPosition)

        {

           //Do something with position

        }

 


@Zenner

Zenner
01 Nov 2012, 11:37

Hi 

Thanks for the answers.

So am I correct when I state that:

Ex. MarketSeries.High.LastValue is referring to High of the current bar which is forming where only the Open is static 

So MarketSeries.High[MArketSeries.High.Count-2] is referring to the last finished bar 


@Zenner

Zenner
30 Oct 2012, 11:29

I have found out:

The High in the Robot is MarketSeries.High[MarketSeries.High.Count()-2] to get the last value but the MarketSeries.High.LastValue does not give you the last value then but the current.

This works like it should in the indicators but not in the Robots.


@Zenner

Zenner
25 Oct 2012, 17:23

Hi phamvanthanh

What is you want to know about the indicator?

 

Regards,

Zenner


@Zenner

Zenner
25 Oct 2012, 17:11

How complex is the expert? If it is not to complex and therefore will take too much time I could take a look at it for you.

 

Regards, 

Zenner


@Zenner