Awesome. Thank you very much!
POC, VAH and VAL Indicator
-
cariagatrades
- Posts: 2
- Joined: Fri Feb 02, 2024 4:38 am
-
ommiervtnwy
- Posts: 6
- Joined: Fri May 24, 2024 8:41 pm
- Has thanked: 1 time
Re: POC, VAH and VAL Indicator
Hi
java.time.DateTimeException: Invalid value for MinuteOfHour (valid values 0 - 59): 590
at java.base/java.time.temporal.ValueRange.checkValidValue(Unknown Source)
at java.base/java.time.temporal.ChronoField.checkValidValue(Unknown Source)
at java.base/java.time.LocalTime.of(Unknown Source)
at com.zoli.api.z0li.indicators.VALines.onTimestamp(VALines.java:196)
at velox.api.layer1.simplified.InstanceWrapper.invokeCurrentTimeListeners(InstanceWrapper.java:540)
at velox.api.layer1.simplified.InstanceWrapper.onTrade(InstanceWrapper.java:456)
at velox.api.layer1.simplified.DeactivatableStrategyUpdateGeneratorWithFilter.onTrade(DeactivatableStrategyUpdateGeneratorWithFilter.java:87)
at velox.bookmap.dN.a.generated.velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper.onTrade(velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper.java)
at velox.api.layer1.exceptionwrapper.a.b.generated.velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper___I___velox_____api_____layer1_____exceptionwrapper_____b_____f.onTrade(velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper___I___velox_____api_____layer1_____exceptionwrapper_____b_____f.java)
at velox.api.layer1.exceptionwrapper.q.onTrade(SourceFile:29)
at velox.api.layer1.layers.aU.a(SourceFile:1041)
at velox.api.layer1.layers.aU.a(SourceFile:974)
at velox.api.layer1.layers.aU.b(SourceFile:797)
at java.base/java.lang.Thread.run(Unknown Source)
java.time.DateTimeException: Invalid value for MinuteOfHour (valid values 0 - 59): 590
at java.base/java.time.temporal.ValueRange.checkValidValue(Unknown Source)
at java.base/java.time.temporal.ChronoField.checkValidValue(Unknown Source)
at java.base/java.time.LocalTime.of(Unknown Source)
at com.zoli.api.z0li.indicators.VALines.onTimestamp(VALines.java:196)
at velox.api.layer1.simplified.InstanceWrapper.invokeCurrentTimeListeners(InstanceWrapper.java:540)
at velox.api.layer1.simplified.InstanceWrapper.onTrade(InstanceWrapper.java:456)
at velox.api.layer1.simplified.DeactivatableStrategyUpdateGeneratorWithFilter.onTrade(DeactivatableStrategyUpdateGeneratorWithFilter.java:87)
at velox.bookmap.dN.a.generated.velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper.onTrade(velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper.java)
at velox.api.layer1.exceptionwrapper.a.b.generated.velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper___I___velox_____api_____layer1_____exceptionwrapper_____b_____f.onTrade(velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGenerator___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorFilter___I___velox_____api_____layer1_____messages_____indicators_____StrategyUpdateGeneratorSkipper___I___velox_____api_____layer1_____exceptionwrapper_____b_____f.java)
at velox.api.layer1.exceptionwrapper.q.onTrade(SourceFile:29)
at velox.api.layer1.layers.aU.a(SourceFile:1041)
at velox.api.layer1.layers.aU.a(SourceFile:974)
at velox.api.layer1.layers.aU.b(SourceFile:797)
at java.base/java.lang.Thread.run(Unknown Source)
Re: POC, VAH and VAL Indicator
Hi,
In the reset timestamp you have 590 instead of 59. Does it block you from loading the plugin? If yes, it seems that it is already saved in the configuration. Before we resolve that, could you please let me know if you are using the latest version z0li-2.3.3.jar from this thread?
In the reset timestamp you have 590 instead of 59. Does it block you from loading the plugin? If yes, it seems that it is already saved in the configuration. Before we resolve that, could you please let me know if you are using the latest version z0li-2.3.3.jar from this thread?
-
ommiervtnwy
- Posts: 6
- Joined: Fri May 24, 2024 8:41 pm
- Has thanked: 1 time
Re: POC, VAH and VAL Indicator
Does it block you from loading the plugin?
Yes
Version z0li-2.3.3.jar
Yes
Yes
Version z0li-2.3.3.jar
Yes
Re: POC, VAH and VAL Indicator
Then the config file has to be corrected. Please open the Bookmap folder as such:
In the Bookmap application go to File -> Open user folder
In this folder you a Config folder, please step into
In this folder you might have different versions of the bookmap_config_vX.json (X being a version number.
Close Bookmap.
Find the latest one and open in a Text editor. In the text editor look for the text
:590
(it will search for a set timestamp which should be in a format 15:59:59 , but it is like 15:590:59
Correct the 590 to 59, save the file and start Bookmap
In the Bookmap application go to File -> Open user folder
In this folder you a Config folder, please step into
In this folder you might have different versions of the bookmap_config_vX.json (X being a version number.
Close Bookmap.
Find the latest one and open in a Text editor. In the text editor look for the text
:590
(it will search for a set timestamp which should be in a format 15:59:59 , but it is like 15:590:59
Correct the 590 to 59, save the file and start Bookmap
-
ommiervtnwy
- Posts: 6
- Joined: Fri May 24, 2024 8:41 pm
- Has thanked: 1 time
Re: POC, VAH and VAL Indicator
Thank you, it is running again but it does not time stamp at midnight.
I use Rithmic data with Bookmap & Atas
Atas has other lines
I use Rithmic data with Bookmap & Atas
Atas has other lines
-
ommiervtnwy
- Posts: 6
- Joined: Fri May 24, 2024 8:41 pm
- Has thanked: 1 time
Re: POC, VAH and VAL Indicator
At 23:59:59 there is no reset although it is correctly stored.
},
"com.zoli.api.z0li.indicators.VALines.direct": {
"version": 3,
"text": "{\n \"colorPOC\": {\n \"value\": -65536,\n \"frgbvalue\": null,\n \"fvalue\": null,\n \"falpha\": 0.0,\n \"cs\": null\n },\n \"colorVAH\": {\n \"value\": -39373,\n \"frgbvalue\": null,\n \"fvalue\": null,\n \"falpha\": 0.0,\n \"cs\": null\n },\n \"colorVAL\": {\n \"value\": -39373,\n \"frgbvalue\": null,\n \"fvalue\": null,\n \"falpha\": 0.0,\n \"cs\": null\n },\n \"lineStylePOC\": \"SOLID\",\n \"lineStyleVAH\": \"SOLID\",\n \"lineStyleVAL\": \"SOLID\",\n \"lineWidth\": 5,\n \"VAPercent\": 70.0,\n \"resetStamps\": [\n \"23:59:59\"\n ],\n \"alertSupressSeconds\": 10,\n \"alertVAL\": true,\n \"alertVAH\": true,\n \"alertPOC\": true,\n \"alertPOCMove\": true,\n \"alertSensitivity\": 2,\n \"instrumentSymbol\": \"ESZ4\",\n \"traditionalCalculation\": true\n}"
},
"com.zoli.api.z0li.indicators.VALines.direct": {
"version": 3,
"text": "{\n \"colorPOC\": {\n \"value\": -65536,\n \"frgbvalue\": null,\n \"fvalue\": null,\n \"falpha\": 0.0,\n \"cs\": null\n },\n \"colorVAH\": {\n \"value\": -39373,\n \"frgbvalue\": null,\n \"fvalue\": null,\n \"falpha\": 0.0,\n \"cs\": null\n },\n \"colorVAL\": {\n \"value\": -39373,\n \"frgbvalue\": null,\n \"fvalue\": null,\n \"falpha\": 0.0,\n \"cs\": null\n },\n \"lineStylePOC\": \"SOLID\",\n \"lineStyleVAH\": \"SOLID\",\n \"lineStyleVAL\": \"SOLID\",\n \"lineWidth\": 5,\n \"VAPercent\": 70.0,\n \"resetStamps\": [\n \"23:59:59\"\n ],\n \"alertSupressSeconds\": 10,\n \"alertVAL\": true,\n \"alertVAH\": true,\n \"alertPOC\": true,\n \"alertPOCMove\": true,\n \"alertSensitivity\": 2,\n \"instrumentSymbol\": \"ESZ4\",\n \"traditionalCalculation\": true\n}"
Last edited by ommiervtnwy on Thu Oct 24, 2024 12:27 pm, edited 2 times in total.
-
ommiervtnwy
- Posts: 6
- Joined: Fri May 24, 2024 8:41 pm
- Has thanked: 1 time
Re: POC, VAH and VAL Indicator
I have deleted and reinstalled everything, probably the latest Bookmap version is to blame. What can I do?
At 23:59:59 there is no reset although it is correctly stored.