[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] ATR function & loops



PureBytes Links

Trading Reference Links

Can ATR function be used within loops?


if (PriceAtBuy>0)
{
THigh=Max(High[i], THigh);
ATRStop=THigh-ATR_Multiplier* ATR(ATR_Period));

}

tks/Paul