Skip to content

projection osclliator returns negative values and values greater than 100 PO values range should be [0 -> 100] on node-js environment. #218

@devspatron

Description

@devspatron

I tried to compute the projection oscillator for 15min frxGBPUSD candles, the total number of candles were 5000, in number. The projection oscillator returns negative values and values greater than 100 PO values range should be [0 -> 100] . The package function package.projectionOscillator returns an object res = { po:[ items ], spo:[ items ] };

  1. The res.po returned 227 <= 0 and 615 >=100, sample arrays as follows respectively.
    res.po less than 0
    po-less-0

res.po greater than 100
po-greater-100

  1. The res.spo returned 227 <= 0 and 610 >=100, sample arrays as follows respectively.
    res.spo less than 0
    spo-less-0

res.spo greater than 100
spo-greater-100

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions