Onur Cinar

Results 39 issues of Onur Cinar

Weighted moving averages assign a heavier weighting to more current data points since they are more relevant than data points in the distant past. The sum of the weighting should...

enhancement
good first issue

**Describe the bug** Currently Backtest takes the current date as the reference point. It then subtract the LastDays from it. It is more ideal if it uses the LastDate of...

# Describe Request Strategies return nonnormalized actions. Fixed #192 # Change Type New feature.

I'm considering applying the following principles to the library to address these issues while maintaining overall functionality: - **Indicators** should calculate and return numerical values without interpreting them or having...

**Is your feature request related to a problem? Please describe.** A wash sale is a transaction in which an investor sells or trades a security at a loss and purchases...

enhancement
good first issue

Add Indicator to the list of projects using Revive. Closes #1064

**Is your feature request related to a problem? Please describe.** This is a documentation update issue, aligned with the PR requirements. **Describe the solution you'd like** Add Indicator to the...

Implement the Weighted Close indicator. ``` Weighted Close = (High + Low + (Close * 2)) / 4 ``` Weighted Close is a technical indicator used to determine the overall...

enhancement

# Describe Request This is to allow using different date time formats to store snapshots at various resolutions and no longer just days. Added support for configuring the CSV file,...

%B and MFI strategy. When %B is above .80 and MFI is above 80 is a Buy signal, while when %B is below 0.20 and MFI is below 20 is...