forex-tester-custom-robot-api 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # forex-tester-custom-strategy-api
1
+ # forex-tester-custom-robot-api
2
2
 
3
3
  TypeScript types and runtime API for custom strategies in [Forex Tester Online](https://forextester.com/).
4
4
 
@@ -7,7 +7,7 @@ Install this package in a custom strategy project, extend `Robot`, then build an
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install forex-tester-custom-strategy-api
10
+ npm install forex-tester-custom-robot-api
11
11
  ```
12
12
 
13
13
  ## Write a strategy
@@ -22,7 +22,7 @@ import {
22
22
  OrderSelectMode,
23
23
  OrderType,
24
24
  PriceType,
25
- } from 'forex-tester-custom-strategy-api'
25
+ } from 'forex-tester-custom-robot-api'
26
26
 
27
27
  export default class MaCrossover extends Robot {
28
28
  private fastPeriod!: InputNumber
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forex-tester-custom-robot-api",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [