Conversation
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:
You'll need to revert all of the files you changed that match that list using GitHub Desktop or The complete list of files we can't accept are:
We also can't accept contributions to files in the content directory with frontmatter |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. This pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
|
// Moving Average Crossover EA input int FastMA = 10; int fastHandle; double fastMA[]; int OnInit() return(INIT_SUCCEEDED); void OnTick() // BUY Signal // SELL Signal |
|
|
target: mql5 type: package organization: douglasrechia name: bar version: 1.1.0 version_description: New constructor for TimeSeriesArray # Search fields description: Simple, fast and reliable bar access with time series and new bar detection. keywords: [ "bar", "array", "timeseries", "demo", "showcase" ] author: Douglas Rechia license: MIT compile: - tests/UnitTestsBarArray.mq5 - tests/UnitTestsBarMqlRates.mq5 - tests/UnitTestsTimeSeries.mq5 |
|
// Simple Moving Average EA input int FastMA = 10; double fast, slow; void OnTick() if(fast > slow) if(fast < slow) |
Why:
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: