Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterless contructors for some CandleStickPatterns #569

Merged
merged 9 commits into from Sep 29, 2016
Merged

Parameterless contructors for some CandleStickPatterns #569

merged 9 commits into from Sep 29, 2016

Conversation

Jay-Jay-D
Copy link
Contributor

Parameterless contructors added to AbandonedBaby, DarkCloudCover, EveningDojiStar, EveningStar, MatHold, MorningDojiStar and MorningStar.

@mchandschuh
Copy link
Contributor

It's strange to see five merge commits as part of this PR. Not sure what happened. Ideally the PR would only include the new commits (the last two)

@Jay-Jay-D
Copy link
Contributor Author

Jay-Jay-D commented Sep 24, 2016

Maybe is because I made merges instead of rebases.

@mchandschuh
Copy link
Contributor

Have you had a look at the contributing.md?

This document defines some good general practices for working with git. One key is that you always first refresh your origin and local master branches from QuantConnect, then perform changes on a new branch. Before submitting for a pull request, you can fetch and rebase your changes. This will help keep the source control history clean and understandable.

@Jay-Jay-D
Copy link
Contributor Author

Sorry for the mess.
Is there I can do to fix the problem now?

/Algorithm.CSharp/NT
/Algorithm.CSharp/TrainingDataGenerator
/Tests/TrainingDataGenerator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please revert the changes to this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

<ItemGroup />
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know what this is?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I don't know.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be generated by VS2013 when a projects contains tests:
http://stackoverflow.com/questions/18614342/what-is-service-include-in-a-csproj-file-for
http://www.alteridem.net/2014/10/16/visual-studio-2013-modifies-nunit-project-files/

We have the same line in QuantConnect.Tests.csproj which is a test project, probably it was added by VS in QuantConnect.Views.csproj because it now contains tests for the new DesktopClient.

@jaredbroad jaredbroad merged commit 96d9aea into QuantConnect:master Sep 29, 2016
@jaredbroad
Copy link
Member

Nice work @Jay-Jay-D, thanks for seeing it through to the end :) I squashed all the intermediate merges together.

@Jay-Jay-D
Copy link
Contributor Author

Thank you @jaredbroad @mchandschuh and @StefanoRaggi.
And again, sorry for the mess.

@jaredbroad
Copy link
Member

No worries you should've seen some of my first commits on LEAN.. it read like this:
"Initial Commit"
"Initial Commit"
"Initial Commit"
"Initial Commit"
"Initial Commit"....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants