Page 1 of 4

EMA Zones plugin

Posted: Sun May 16, 2021 1:47 pm
by zcsoka
The indicator displays up to 5 zones between two EMA indicators. 

Important: bug fix version in this post

EMAZone1.png
EMAZone1.png (481.19 KiB) Viewed 8447 times

EMAZone3.png
EMAZone3.png (551.49 KiB) Viewed 8447 times

The settings panel lets you to configure the EMA Zone instances one by one as described below:

EMAZoneSettings.png
EMAZoneSettings.png (28.83 KiB) Viewed 8447 times


Bar Interval: The bar interval for the calculation. It is focusing on day traders and scalpers therefore shorter periods are available (1s, 2s, 5s, 10s, 30s, 1m, 5m)
Indicator Instance: 5 indicators (EMA pairs) can be configured, this dropdown chooses the indicator instance to be configured
Visibility: If the indicator instance should be drawn 
Short Period Length: Short EMA period length (Positive integer number)
Long Period Length: Long EMA period length (Positive integer number)
Indicator up color: Color of the zone if the the EMA indicators crossed up
Indicator down color: Color of the zone if the the EMA indicators crossed down
Transparency: The transparency level of the zone

Re: EMA Zones plugin

Posted: Sun May 23, 2021 6:30 pm
by arkiadrian
Hi, I purchased it and tried it and I am getting an error. I am currently using Bookmap 7.2 build 16 and DxFeed. Please see attached error. Please let me know what the problem is. Thank you.

 

Re: EMA Zones plugin

Posted: Mon May 24, 2021 12:44 pm
by zcsoka
How did you purchase it? It should not even be published, it is under construction and it was not released in the Martketplace yet. Let me check it with the Bookmap guys.

Re: EMA Zones plugin

Posted: Mon May 24, 2021 1:04 pm
by zcsoka
The product was turned productive unintentionally, I have removed it from the marketplace for now to avoid misunderstandings. Based on the testing progress it might be released in the next couple of weeks, sorry for the misunderstanding. 

Re: EMA Zones plugin

Posted: Tue May 25, 2021 8:06 am
by arkiadrian
Thank you for the clarification and update. Looking forward to its availability.

Re: EMA Zones plugin

Posted: Wed Jun 02, 2021 12:07 pm
by zcsoka
The plugin is ready and will be published on the Marketplace shortly.

Re: EMA Zones plugin

Posted: Fri Jun 18, 2021 6:00 pm
by zcsoka
The plugin is available now on the Marketplace!

Re: EMA Zones plugin

Posted: Sun Jun 20, 2021 12:01 am
by jmftattoo
Am trying to add but keep getting this error. 

java.lang.NoSuchMethodError: velox.api.layer1.simplified.Api.registerIndicator(Ljava/lang/String;Lvelox/api/layer1/messages/indicators/Layer1ApiUserMessageModifyIndicator$GraphType;DZZ)Lvelox/api/layer1/simplified/Indicator;
    at com.zoli.api.mapackage.indicators.MAZones.initialize(MAZones.java:153)
    at velox.api.layer1.simplified.InstanceWrapper.start(InstanceWrapper.java:122)
    at velox.api.layer1.simplified.SimplifiedL1ApiLoader.startForInstrument(SimplifiedL1ApiLoader.java:355)
    at velox.api.layer1.simplified.SimplifiedL1ApiLoader.lambda$onStrategyCheckboxEnabled$4(SimplifiedL1ApiLoader.java:333)
    at velox.api.layer1.layers.Layer1ApiInjectorRelay.injectSynchronously(SourceFile:57)
    at velox.api.layer1.simplified.SimplifiedL1ApiLoader.onStrategyCheckboxEnabled(SimplifiedL1ApiLoader.java:328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at velox.bookmap.dl$b.invoke(SourceFile:64)
    at com.sun.proxy.$Proxy30.onStrategyCheckboxEnabled(Unknown Source)
    at velox.bookmap.Fc.a(SourceFile:690)
    at velox.bookmap.Fc.a(SourceFile:396)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:308)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
    at java.awt.Component.processMouseEvent(Component.java:6533)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6298)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4889)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4711)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2746)
    at java.awt.Component.dispatchEvent(Component.java:4711)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at velox.bookmap.Pj.dispatchEvent(SourceFile:70)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
 

Re: EMA Zones plugin

Posted: Sun Jun 20, 2021 7:49 am
by zcsoka
Are you sure you have Bookmap 7.2+ ?  

Re: EMA Zones plugin

Posted: Sun Jun 20, 2021 9:08 pm
by jmftattoo
Yes I have the latest version beta version. Not at my desk but I guess I will uninstall and reinstall later.