DislikedOrion,
i dont mean manual as such.i mean how do i know what values to slot in for parameters like MA1,MA2,MA1 Price,MA1 Mode,..etc.,or should i use default values.ThanksIgnored
I don't understand what is so difficult about this! What does 'note1' say? First Moving Average". So MA1 would be the period of the first moving average. What does 'note2' say? 0=sma, 1=ema, 2=lwma. So MA1 Mode would be 1 if you want an ema. In this case, we have defined the first MA as a 3ema.
http://i5.photobucket.com/albums/y17...0/example2.jpg
Read note2b, 2c, 2d and 2e. MA1Price is 'applied to' parameter. In this example, we have defined it as 1 (open). So far, we have defined a 3ema applied to the open of the candle.
It is the same as the following screenshot:
http://i5.photobucket.com/albums/y17.../example2a.jpg
Repeat above procedure for the 2nd MA (MA2)
Last one:
http://i5.photobucket.com/albums/y17...0/example3.jpg
ArrowType=what kind of arrow do you want to display? In this case, it is '2' (hollow).