ATR Example
Created at 01 Aug 2013, 01:21
DO
ATR Example
01 Aug 2013, 01:21
Hi,
can you pleas show one example how to use AverageTrueRange with robot.
cAlgo_Fanatic
02 Aug 2013, 17:52
You can use any of the cAlgo.API.Indicators in Robots by declaring, initializing and then accessing them by the given name.
An example with AverageTrueRange is such as this:
@cAlgo_Fanatic