Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Scanner MACD CrossOver for Amibroker (AFL)
It can simply scan the Bullish and Bearish Divergence from the list of Stocks
Similar Indicators / Formulas
Indicator / Formula
Buy = Cross( MACD(), Signal() ); Sell = Cross( Signal(), MACD() ); // trade on next bar open SetTradeDelays( 1, 1, 1, 1 ); BuyPrice = SellPrice = Open; // trade size: 25% of current portfolio equity SetPositionSize( 25, spsPercentOfEquity );
0 comments
Leave Comment
Please login here to leave a comment.
Back