Skip to content

Commit

Permalink
Merge pull request #2 from EA31337/dev
Browse files Browse the repository at this point in the history
Implements initial Oscillator Overlay strategy logic
  • Loading branch information
kenorb authored Sep 25, 2023
2 parents 3286ad7 + bd78a1a commit 7b6835c
Show file tree
Hide file tree
Showing 7 changed files with 628 additions and 600 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ name: Backtest
on:
pull_request:
branches:
- '*-dev'
- 'dev-*'
- '*dev'
- 'dev*'
- 'main'
- 'master'
paths-ignore:
- '*.md'
push:
branches:
- '*-dev'
- 'dev-*'
- '*dev'
- 'dev*'
- 'main'
- 'master'
paths-ignore:
Expand All @@ -39,14 +39,14 @@ jobs:
include: .
init-platform: true
mt-version: 5.0.0.2361
path: Stg_Oscillator.mq4
path: Stg_Oscillator_Overlay.mq4
verbose: true
- name: Compile for MQL5
uses: fx31337/mql-compile-action@master
with:
include: .
mt-version: 5.0.0.2515
path: Stg_Oscillator.mq5
path: Stg_Oscillator_Overlay.mq5
verbose: true
- name: List compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
OptFormatBrief: true
OptFormatJson: true
OptVerbose: true
TestExpert: "Stg_Oscillator"
TestExpert: "Stg_Oscillator_Overlay"
TestPeriod: M1
TestReportName: Report-${{ matrix.year }}-${{ matrix.month }}
- name: Upload results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
include: .
init-platform: true
mt-version: 5.0.0.2361
path: Stg_Oscillator.mq4
path: Stg_Oscillator_Overlay.mq4
verbose: true
- name: Compile for MQL5
uses: fx31337/mql-compile-action@master
with:
include: .
mt-version: 5.0.0.2515
path: Stg_Oscillator.mq5
path: Stg_Oscillator_Overlay.mq5
verbose: true
- name: List compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Strategy Oscillator
# Strategy Oscillator Overlay

[![Status][gha-image-check-master]][gha-link-check-master]
[![Status][gha-image-compile-master]][gha-link-compile-master]
Expand All @@ -10,7 +10,7 @@

## Description

Strategy based on selected oscillator-type single-valued indicators.
Strategy based on oscillator-type single-valued indicators overlayed on another oscillator.

## Dependencies

Expand All @@ -25,12 +25,12 @@ Strategy based on selected oscillator-type single-valued indicators.
[gh-discuss-link]: https://github.com/EA31337/EA31337-Strategies/discussions

[gh-edit-badge]: https://img.shields.io/badge/GitHub-edit-purple.svg?logo=github
[gh-edit-link]: https://github.dev/EA31337/Strategy-Oscillator
[gh-edit-link]: https://github.dev/EA31337/Strategy-Oscillator_Overlay

[gha-link-check-master]: https://github.com/EA31337/Strategy-Oscillator/actions?query=workflow:Check+branch%3Amaster
[gha-image-check-master]: https://github.com/EA31337/Strategy-Oscillator/workflows/Check/badge.svg?branch=master
[gha-link-compile-master]: https://github.com/EA31337/Strategy-Oscillator/actions?query=workflow:Compile+branch%3Amaster
[gha-image-compile-master]: https://github.com/EA31337/Strategy-Oscillator/workflows/Compile/badge.svg?branch=master
[gha-link-check-master]: https://github.com/EA31337/Strategy-Oscillator_Overlay/actions?query=workflow:Check+branch%3Amaster
[gha-image-check-master]: https://github.com/EA31337/Strategy-Oscillator_Overlay/workflows/Check/badge.svg?branch=master
[gha-link-compile-master]: https://github.com/EA31337/Strategy-Oscillator_Overlay/actions?query=workflow:Compile+branch%3Amaster
[gha-image-compile-master]: https://github.com/EA31337/Strategy-Oscillator_Overlay/workflows/Compile/badge.svg?branch=master

[license-image]: https://img.shields.io/github/license/EA31337/EA31337-Strategies.svg
[license-link]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)
Expand Down
Loading

0 comments on commit 7b6835c

Please sign in to comment.