Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 7/12/2013(UTC) Posts: 1
|
Hi friends
i have written a formula which shows the band width of the bollinger band at it lowest as compared to the past 30 bars.
please someone help me that is this formula correct
If((4*(Std(C,20))/Mov(C,20,E)) < (LLV(4*(Std(C,20))/Mov(C,20,E),100)),1,0)
also i have written a formula that the price has closed above or below the bollinger bands. the formula is
If((C > (BBandTop(C,20,S,2))) OR (C < (BBandBot(C,20,S,2))),1,0)
are these two formula correct.
please someone help
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.