×
Nov 28, 2014 · timeOK = tn >= startTime AND tn <= endTime; Buy = Cross( MACD(), Signal() ) AND timeOK; Sell = (Cross( Signal(), MACD() ) AND timeOK) ...
Nov 28, 2014 · In order to include time-based conditions in the back-testing code – we can use TimeNum() function to check the time-stamp of given bar and ...
Nov 28, 2014 · Backtesting engine in AmiBroker allows to add custom metrics to the report, both in the summary report and in the trade list. This is possible ...
Nov 28, 2014 · Backtesting engine in AmiBroker allows to add custom metrics to the report, both in the summary report and in the trade list. This is possible ...
Dec 22, 2014 · How to display correlation between symbols · assign some symbols to watchlist 0 · select Analysis->Formula Editor menu · in the AFL Editor enter ...
Dec 22, 2014 · Sell = (Cross( Signal(), MACD() ) AND timeOK) OR Cross( tn, endTime );. Related articles: How to close open positions at the end of the day (for ...
In order to show you the most relevant results, we have omitted some entries very similar to the 6 already displayed. If you like, you can repeat the search with the omitted results included.