Amibroker Afl Code [exclusive] -
// --- Short Conditions (Optional) --- ShortTrigger = Cross(DonchianLow, C); ShortFilter = RSIval < (100 - RSI_Threshold); Short = ShortTrigger AND ShortFilter;
Yet, in the hands of a disciplined mind, AFL becomes poetry. Consider a mean-reversion system on a 1-minute chart: amibroker afl code
AFL allows you to define exactly how much capital to risk per trade. // --- Short Conditions (Optional) --- ShortTrigger =
bo = GetBacktestObject(); bo.Backtest(); // Run standard backtest first ShortFilter = RSIval <