System Testing Options - Trade execution

Messages
5
Likes
0
Sorry the Subject is wrong! It's MACD Expert Advisor.

:D Hello Everyone, this is my first Topic.
I was searching the internet for topics on metastock and I found this Site. I'm very new on trading, but I hope to also help newer ones than me.

:confused: My problem:

I was using the MACD in the system tester and it was very good. But I would like to know how to get the same informations in the Expert Advisor MACD.
For example, the MACD in the System Tester also shows me the "Sell Short" and "Buy to Cover" oportunities, and the MACD in the Expert Advisor does not have that option.

What can I do to have also the "Sell Short" and "Buy to Cover" oportunities in the MACD expert advisor?

Many thanks in advance. (y)

C.J.
 
Last edited:
Hi C.J.,

Take a look at the first line of code for each of the Buy Order, Sell Order, Sell Short Order and the Buy to Cover Order in the MACD System Tester and you will notice that there are only 2 different codes over the four order types:-

"Buy Order" is the same as "Buy to Cover Order" and
"Sell Order" is the same as "Sell Short Oreder".

Problem solved.;)

All the best,

rnr
 
Top