Skip to content

Commit dca7d55

Browse files
committed
Readme update
1 parent 7ded81f commit dca7d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ plot(ema9, title = '9 EMA', color = color.yellow)
9696
plot(ema18, title = '18 EMA', color = color.red)
9797
`;
9898

99-
const { result, plots } = await pineTS.run(pineScriptCode);
100-
// Access results: result.ema9, result.ema18, result.bull_bias, result.bear_bias
99+
const { plots } = await pineTS.run(pineScriptCode);
100+
//access ema9 and ema18 plots data
101101
```
102102

103103
> **⚠️ Note**: Native Pine Script support is experimental. Some indicators may fail if they use API features not yet implemented. Refer to the [API coverage badges](#pine-script-api-coverage) to check compatibility.

0 commit comments

Comments
 (0)