Please download it again and give a try.
Search found 67 matches
- Tue Feb 23, 2021 6:37 am
- Forum: Z0LI Store
- Topic: D-Trend Channel
- Replies: 5
- Views: 1111
- Mon Feb 22, 2021 7:13 am
- Forum: Z0LI Store
- Topic: VWAP Standard Deviation Indicator
- Replies: 25
- Views: 13980
Re: VWAP Standard Deviation Indicator
Hi Ultra-Runner,
It depends on the day's volatility, you might need to change the multiplier to match the day's activity. It also depends on the style of your trading, therefore I cannot give any recommendation.
It depends on the day's volatility, you might need to change the multiplier to match the day's activity. It also depends on the style of your trading, therefore I cannot give any recommendation.
- Tue Feb 16, 2021 5:14 pm
- Forum: Bookmap API
- Topic: plugin disabled with dxfeed
- Replies: 7
- Views: 1784
Re: plugin disabled with dxfeed
I have a couple of plugins on the Marketplace what I would like to whitelist for DXFeed, what is the official process to do it?
Kind Regards,
Zoltan
Kind Regards,
Zoltan
- Tue Feb 16, 2021 5:10 pm
- Forum: Z0LI Store
- Topic: D-Trend Channel
- Replies: 5
- Views: 1111
Re: D-Trend Channel
It is a limitation from DXFeed, They do not allow plugins to use their data. I have asked Bookmap how to whitelist my plugins, i will get back to you when I get an answer.
- Mon Feb 15, 2021 8:54 am
- Forum: Z0LI Store
- Topic: D-Trend Channel
- Replies: 5
- Views: 1111
Re: D-Trend Channel
Hi Toni,
Could you please elaborate on the issue? What does not work? Do you have a license issue? Are the calculations wrong? Please describe the issue in details to let me analyse it.
Kind Regards,
Zoltan
Could you please elaborate on the issue? What does not work? Do you have a license issue? Are the calculations wrong? Please describe the issue in details to let me analyse it.
Kind Regards,
Zoltan
- Wed Jan 20, 2021 6:37 am
- Forum: Z0LI Store
- Topic: VWAP Standard Deviation Indicator
- Replies: 25
- Views: 13980
Re: VWAP Standard Deviation Indicator
In that case set the reset interval to 0 to disable regular resets. For the timestamp it seems that your Java time zone is not the same as your computer timezone. If it restarts at 18:00 instead of 17:00, then either fix your Java time zone (more difficult solution) or set the reset timestamp to 16:...
- Tue Jan 19, 2021 6:43 am
- Forum: Z0LI Store
- Topic: VWAP Standard Deviation Indicator
- Replies: 25
- Views: 13980
Re: VWAP Standard Deviation Indicator
There is a Reset Interval setting, it restarts regularly based on the start time of your Bookmap. If you want to disable it, set it to 0. Remove any Reset Timestamps and the plugin will never restart. You did not mention what settings you have and what you want to achieve, therefore I cannot recomme...
- Tue Nov 17, 2020 10:48 am
- Forum: Z0LI Store
- Topic: VWAP Standard Deviation Indicator
- Replies: 25
- Views: 13980
Re: VWAP Standard Deviation Indicator
Greetings, The internal indicators might use the Bookmap internal time, but for 3rd party indicators (based on the APIs) one can have access only to the Java time. The Java time is based on the OS time and the OS time zone + the Java time zone. I use the java.util.TimeZone.getDefault(), which gets ...
- Fri Oct 16, 2020 9:07 am
- Forum: Bookmap API
- Topic: Reading all current user orders (market, limit, stop limit, and market stop)
- Replies: 4
- Views: 973
Re: Reading all current user orders (market, limit, stop limit, and market stop)
In Replay mode the onPositionUpdate and onBalance seems not to be called even if there is no historical listener. I have : implements CustomModule, TradeDataListener, CustomSettingsPanelProvider, IntervalListener, OrdersListener, PositionListener, BalanceListener Is it normal? Is there a trick to ca...
- Fri Oct 16, 2020 8:47 am
- Forum: Developers wanted!
- Topic: need help implementing automated trading strategies on crypto exchanges
- Replies: 3
- Views: 6220
Re: need help implementing automated trading strategies on crypto exchanges
If you are still interested, I can write automated strategies within the limitations of the Bookmap API. Private message me if you are interested. (For your references, I have implemented couple of indicators, which are available on the Marketplace and as a proof of concept implemented a market mak...