Conversation
Collaborator
|
The file-loading behavior needs improvement before we can include this in the standard indicators. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Francais
Objet
CsvLevelsImporterest un indicateur ATAS qui lit un fichier CSV local et affichedes niveaux horizontaux ou des zones directement sur le graphique.
Fonctionnalites
;ou,.Price.Price+Price2.#RRGGBB.FileSystemWatcher.Format CSV
Price;Price2;Note;Color;LineType;LineWidth;TextAlign 25000;;Previous POC;gold;0;2;1 25120;25140;Volume zone;cyan;0;1;2 24950;;Support;#00FF88;1;2;0LineType:0solide,1tirets,2pointilles.TextAlign:0gauche,1droite,2centre.Installation
Technical/CsvLevelsImporter.csdans le dossierTechnicaldu depotAtasPlatform/Indicators.Technical/Indicators.Technical.csproj.ATAS.Indicators.Technical.dlldans%APPDATA%\ATAS\Indicators.Le fichier
deploy_csv_levels_importer.ps1automatise les etapes 2 et 3.English
Purpose
CsvLevelsImporteris an ATAS indicator that reads a local CSV file and drawshorizontal levels or price zones directly on the chart.
Features
;or,as separator.Price.Price+Price2.#RRGGBBcolors.FileSystemWatcher.CSV format
Price;Price2;Note;Color;LineType;LineWidth;TextAlign 25000;;Previous POC;gold;0;2;1 25120;25140;Volume zone;cyan;0;1;2 24950;;Support;#00FF88;1;2;0LineType:0solid,1dashed,2dotted.TextAlign:0left,1right,2center.Installation
Technical/CsvLevelsImporter.csinto theTechnicalfolder of theAtasPlatform/Indicatorsrepository.Technical/Indicators.Technical.csproj.ATAS.Indicators.Technical.dllto%APPDATA%\ATAS\Indicators.deploy_csv_levels_importer.ps1automates steps 2 and 3.Pull request summary
Add
CsvLevelsImporter, a technical indicator that imports chart levels and zonesfrom a local CSV file, plus a PowerShell deployment helper for local testing.
The indicator avoids user-specific paths by defaulting to:
Documents\ATAS\CsvLevels\levels.csvThe included
CHANGELOG.mdonly documents this standalone ATAS CSV indicator.