rename fix and build fixes
This commit is contained in:
@@ -44,12 +44,12 @@ ANNOTATE/
|
||||
pip install dash plotly pandas numpy
|
||||
|
||||
# Run the application
|
||||
python TESTCASES/web/app.py
|
||||
python ANNOTATE/web/app.py
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
1. **Start the application**: Run `python TESTCASES/web/app.py`
|
||||
1. **Start the application**: Run `python ANNOTATE/web/app.py`
|
||||
2. **Open browser**: Navigate to `http://localhost:8051`
|
||||
3. **Select symbol and timeframe**: Choose trading pair and timeframes to display
|
||||
4. **Navigate to time period**: Use date picker or scroll to find market conditions
|
||||
@@ -74,10 +74,10 @@ This sub-project is designed to be self-contained but can be integrated with the
|
||||
|
||||
```python
|
||||
# Import annotation manager in main system
|
||||
from TESTCASES.core.annotation_manager import AnnotationManager
|
||||
from ANNOTATE.core.annotation_manager import AnnotationManager
|
||||
|
||||
# Import training simulator
|
||||
from TESTCASES.core.training_simulator import TrainingSimulator
|
||||
from ANNOTATE.core.training_simulator import TrainingSimulator
|
||||
|
||||
# Use generated test cases in training
|
||||
test_cases = annotation_manager.get_test_cases()
|
||||
|
||||
Reference in New Issue
Block a user