|
virtualtrader
|
Posted Monday, August 09, 2010
|
|
Group: Forum Members
Last Active: Wednesday, November 10, 2010
Posts: 3,
Visits: 19
|
Hi fellows.
I want one strategy for each of the following indicators.
One for MACD:
A strategy based on default setting of MACD.
It shouldn't have any limit and stop.Only enter buy when the MACD crosses from below the zero line(bottom up),and also give buy signal when the MACD is above zero line.It gives a sell signal when the MACD Cross from above the zero line to below (Top down),as well give the sell signal when MACD is below zero Line.
One for Momentum.
A strategy on default setting of Momentum Indicator.
Same rules as MACD,but based on Momentum Indicator.
One for MA 50
A strategy based on MA50.
Buy when price above the MA50 and sell when price below MA50.
One for RSI 30 AND One for RSI 70.
Give Overbought signal when RSI above 70 level,Buy signal when the RSI crosses from below to above the level 30,as well it gives buy signal when price is above level30 and below 70 level having an up direction.(I mean RSI crossed the level30 from below to above(bottom up),and still trending above.)
Give Oversold signal when RSI below 30 level,and sell signal when the RSI crosses from above to below(top down) the level 70,as well it gives sell signal when price is below level70 and above 30level having an down direction.(I mean RSI crossed the 70 level from above to below(top down) and still in downward direction).
None of the strategy should have a limit or stop.The only stop should be,when the opposite signal generated.
If sell signals are not possible in the code,it should enter the trade.
Also in any strategy,the strategy closed the entered position when an opposite position opens.
I would be very delighted and thankful if someone made this for me.
Thanks.
Tuesday, August 10, 2010 by
virtualtrader
|
|
eMoe
|
Posted Thursday, August 26, 2010
|
|
Group: Forum Members
Last Active: 2 days ago @ 2:45 AM
Posts: 201,
Visits: 299
|
Hi, virtualtrader.
Look on this strategy and tell if it is that you wanted?
Do you want a separate strategy for each of the descriptions?
Best regards!
MACD_cross.act
(155 views,
2.79 KB)
|
|
virtualtrader
|
Posted Friday, August 27, 2010
|
|
Group: Forum Members
Last Active: Wednesday, November 10, 2010
Posts: 3,
Visits: 19
|
Hi eMoe
Thanks for posting the strategy file.
Yes I was requiring a separate actfx file for each of the strategy.
But I done it myself with the help of example strategies in plateform.
But I m now thinking of another strategy,if you make that it will be great help.It is based on only bollinger bands.
The Rules are.
Sell when the price touches the upper bollinger bands and close the position when the price touches the middle BBands.
And if we made a sell entry and the price didn't touch middle band and rise above,than make another sell entry which is the double of previous entry after it rises ten points.Keep on adding sell positions in this way till the price touches the
middle band and then close all positions.
The rules for the buy is vice versa of the sell.
Regards.
|
|
eMoe
|
Posted Thursday, September 30, 2010
|
|
Group: Forum Members
Last Active: 2 days ago @ 2:45 AM
Posts: 201,
Visits: 299
|
Hi, virtualtrader!
I'm glad to add the strategy that works according to your description
Best regards!
BBOpenClose.act
(109 views,
2.34 KB)
|
|
virtualtrader
|
Posted Wednesday, November 10, 2010
|
|
Group: Forum Members
Last Active: Wednesday, November 10, 2010
Posts: 3,
Visits: 19
|
Hi
Thank you for the scipt.
I think so it would work.
Regards.
|