|
Russ
2010-09-19 20:43:10
|
|
Greetings everyone, I have just recently downloaded and starting learning the QuantShare software and am glad to join this community. I have previously used and am still using Fidelity's Wealth Lab software to backtest trading strategies.
Wealth Lab uses a single C# code editor that runs the entire backtesting process (buy/sell signals, money managment, ranking systems, ect) and moving over to QuantShare has seemed a little fragmented. I will likely have many questions in the future but try to limit them to one at a time :)
I have a basic understanding of computer programming languages and have been working with the formula editor in QuantShare's simulator. My first problem has been trying to find a way to create two different sell signals, one that uses a Sell on Close market order and another one that uses a limit order.
Thus, is there a way to program this into the formula editor or another method to use these two sell signals simutaneously???
1) Sell at Close if Close[bar] < 50 day simple moving average
2) Sell at Limit of Highest Value of last 250 days
Thanks for any help!
Russ
|
|