logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Nathan  
#1 Posted : Monday, November 30, 2009 5:17:07 PM(UTC)
Nathan

Rank: Member

Groups: Registered, Registered Users
Joined: 10/12/2009(UTC)
Posts: 13

Hi,

I am using MS V10 EOD.
In MS build-in Systems, there are some systems using the same code for buy and buy to cover, or sell and short sell.

For example,
Buy: MACD() > Mov( MACD(), opt1, EXPONENTIAL)
Buy to cover: MACD() > Mov( MACD(), opt1, EXPONENTIAL)

Sell: MACD() < Mov( MACD(), opt1, EXPONENTIAL)
Sell short: MACD() < Mov( MACD(), opt1, EXPONENTIAL)

Thus, when sell happens, there will be a short sell as well.The system always have a open position.

Is there any way that I can make short sell after the sell. So after sell, i dont have a position till the next signal happens, either buy or sell.

Are there any setting for that? or I have to code that.

Thanks for your help!

Regards,
Nathan
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.