Posted on 18, February 2014
in Category SID
Description for BearsPower SID 236 The Bears Power Indicator Developed By Dr Alexander Elder. The logic for this technical analysis chart: PlotColumn(BearsPower(),Red,Vline); PlotFixedLine(0,Yellow)
Read More
Posted on 18, February 2014
in Category SID
Description for BullsPower SID 471 The Bulls Power Indicator Developed By Dr Alexander Elder. The logic for this technical analysis chart: PlotColumn(BullsPower(),Green,Vline); PlotFixedLine(0,Yellow)
Read More
Posted on 18, February 2014
in Category SID
Description for ElderRay SID 933 The Elder Ray strategy is based on 2 oscillators; Bull Power and Bear Power. Both of which was developed by Dr Alexander Elder. The aim of the oscillators was to show buying and selling power within the market. Notes for this Trading Account: The Elder Ray strategy is based on 2 oscillators; Bull Power and Bear Power. Both of which was developed by Dr Alexander Elder. The aim of the oscillators was to show buying and selling power within the market. This system is an interpretation of this and the following principles are applied: –
Read More
Posted on 18, February 2014
in Category SID
Description for BullsPower SID 273 The Bulls Power Indicator Developed By Dr Alexander Elder. The logic for this technical analysis indicator: #The Bulls Power Indicator Developed By Dr Alexander Elder. my $period = @_; $period = 13 unless $period; my $bulls = High-EMA(Close,$period); return $bulls
Read More
Posted on 18, February 2014
in Category SID
Description for BearsPower SID 859 The Bears Power Indicator Developed By Dr Alexander Elder. The logic for this technical analysis indicator: #The Bears Power Indicator Developed By Dr Alexander Elder. my $period = @_; $period = 13 unless $period; my $bears = Low-EMA(Close,$period); return $bears
Read More