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

Move to 4 action types of trading view signal pattern #13

Open
DmytroShalaiev opened this issue Jul 10, 2020 · 0 comments
Open

Move to 4 action types of trading view signal pattern #13

DmytroShalaiev opened this issue Jul 10, 2020 · 0 comments
Assignees

Comments

@DmytroShalaiev
Copy link
Member

DmytroShalaiev commented Jul 10, 2020

Tradingview data template:
{ Ticker: 'ETHUSDT', Price: ' 242.26', Time: '2020-06-09T20:02:00Z', Strategy: 'rwi', Action: 'buy' || 'sell || 'close_long' || 'close_short'' , Mode:'development' || 'master' }

Action Types:

  1. long
  2. short
  3. close_long - new
  4. close_short -new

IMPACTS:
-deals logic
-serialization of tv_data && validation

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

No branches or pull requests

2 participants