POST api/data/pipscale
Get learned pips maximum and minimum
Request Information
URI Parameters
None.
Body Parameters
DashboardInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Symbol | string |
None. |
|
| Timeframe | string |
None. |
|
| MinPip | integer |
None. |
|
| MaxPip | integer |
None. |
|
| SecurityToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Symbol": "sample string 1",
"Timeframe": "sample string 2",
"MinPip": 3,
"MaxPip": 4,
"SecurityToken": "sample string 5"
}
Response Information
Resource Description
PatternPip| Name | Description | Type | Additional information |
|---|---|---|---|
| Min | integer |
None. |
|
| Max | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Min": 1,
"Max": 1
}