akumidv / tradingview-assistant-chrome-extension

An assistant for backtesting trading strategies and checking (showing) external signals in Tradingview implemented as a Chrome browser extension.
GNU General Public License v3.0
158 stars 56 forks source link

CSV columns to include results from Data Window / Object Tree #171

Open cryptokoala4 opened 2 months ago

cryptokoala4 commented 2 months ago
image

Hi, please see attached screenshot. Requesting to be able for the CSV columns to include the data from this "Test" indicator.

As comparison, the other "paid" scanner is able to select/include the above data object, so it should be doable with some effort. Much appreciated!

image
orlagwon commented 2 months ago

What's that paid scanner?

orlagwon commented 2 months ago

You have TV Assistant working now?

akumidv commented 2 months ago

Yes it possible parse, I just not sure the what problem you want to solve

cryptokoala4 commented 2 months ago

Yes it possible parse, I just not sure the what problem you want to solve

When I download the CSV, none of the data under the "Test" indicator is saved, e.g. ROI, Unrealized Profit, Unit Cost, etc are missing in the columns. Is this an issue with the developer of the indicator, and if so how should I request them to fix it? Thanks

tiduskg commented 2 months ago

Hello, I got the same problems, seem tool cant extract data from chart part. It will be great to extract those

akumidv commented 2 months ago

As I understand the question for that types of strategies that contain links to custom indicators? I just never work with them. So if this indicator public can you share a link? Or to similar indicator/strategy. It will help a lot

redhelix commented 2 months ago

I think the ask is to parse data that is published in the Data Window that might come from various indicators:

image

The above are exposed at the following:

image

Is it possible to add these to the selectors, or explain how they can be added - e.g. maximize the strategy against the ROI calculated by this indicator vs. tradingviews version?