Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
lampaal  
ALEKSANDR SHUKALOVICH #:
New update for Currency Strength Meter Pro for MT4 version 4.00 has been released

Update changes:

   1) Added possibility to run many instances of indicator to the same chart window.


   2) Added application source description for all notifications, it helps to identify from which instance of indicator a notification was thrown.


   3) Added possibility to change the names of tradable pairs table's columns.


   4) Added tracing for terminal information, broker information, MQL program information and input parameters information.

   5) Added "Get instruments from" property for Simple Table, Sorted Table and Tradable Pairs Table to show strength only for specified instruments.


   6) Added possibility to draw graph lines for instruments from specified symbols or specified instruments.


   7) Added possibility to show Cross Lines Notification for instruments from specified symbols or specified instruments.


   8) Added possibility to show Cross Level Notification for instruments from specified symbols or specified instruments.


   9) Added possibility to show Tradable Pairs Notification for instruments from specified symbols or specified instruments.


   10) Added possibility to show Currencies Strength State Notification for instruments from specified symbols or specified instruments.


   11) Added possibility to change table head color for all tables (Simple table, Sorted table, Tradable pairs table).


   12) Added possibility to highlight tables' timeframes cell for current chart timeframe by different color.


   13) Added possibility to highlight tables' instruments cells for current chart symbol by different color.


   14) Added cross level notifications for average strength from multiple timeframes.


   15) Added cross lines notifications for average strength from multiple timeframes.


   16) Added possibility to search crosses lines for cross lines notifications on different timeframe together at the same time (works as AND condition) like it was done for crosses levels notifications.


   17) Added new filtering algorithm for tradable pairs searching. It's called  "Symbols". It allows to search tradable pairs with pairs which are listed by user or ignore pairs which are listed by user.


   18) Changed MA algorithm rules for search of tradable pairs (If you are using custom tradable pairs expression do not forget to update your expression according new rules for MA algorithm).

   19) Fixed not showing last tradable pair at tradable pairs table if all pairs should be shown by condition.

   20) Fixed typo mistakes at input parameters of indicator.


Happy new Year and Take profit !

Hi Aleksandr, Thank you VERY MUCH for this great additions. This is the best tool ever and your continuous development is absolutely remarkable, Regards, Paul

lampaal  

Hi Aleksandr

Thank you VERY MUCH for the additions. This remains the best tool ever. Your continuous development is remarkable. Which you a prosperous 2022 - what a gift on new years eve, Thanks again, Regards, Paul

ALEKSANDR SHUKALOVICH  
lampaal #:

Hi Aleksandr

Thank you VERY MUCH for the additions. This remains the best tool ever. Your continuous development is remarkable. Which you a prosperous 2022 - what a gift on new years eve, Thanks again, Regards, Paul

Thanks very much for good words I'm glad to hear this. Hope 2022 will brings many new good updates.

globetrotter777  
ALEKSANDR SHUKALOVICH #:
New update for Currency Strength Meter Pro for MT4 version 4.00 has been released

Update changes:

   1) Added possibility to run many instances of indicator to the same chart window.


   2) Added application source description for all notifications, it helps to identify from which instance of indicator a notification was thrown.


   3) Added possibility to change the names of tradable pairs table's columns.


   4) Added tracing for terminal information, broker information, MQL program information and input parameters information.

   5) Added "Get instruments from" property for Simple Table, Sorted Table and Tradable Pairs Table to show strength only for specified instruments.


   6) Added possibility to draw graph lines for instruments from specified symbols or specified instruments.


   7) Added possibility to show Cross Lines Notification for instruments from specified symbols or specified instruments.


   8) Added possibility to show Cross Level Notification for instruments from specified symbols or specified instruments.


   9) Added possibility to show Tradable Pairs Notification for instruments from specified symbols or specified instruments.


   10) Added possibility to show Currencies Strength State Notification for instruments from specified symbols or specified instruments.


   11) Added possibility to change table head color for all tables (Simple table, Sorted table, Tradable pairs table).


   12) Added possibility to highlight tables' timeframes cell for current chart timeframe by different color.


   13) Added possibility to highlight tables' instruments cells for current chart symbol by different color.


   14) Added cross level notifications for average strength from multiple timeframes.


   15) Added cross lines notifications for average strength from multiple timeframes.


   16) Added possibility to search crosses lines for cross lines notifications on different timeframe together at the same time (works as AND condition) like it was done for crosses levels notifications.


   17) Added new filtering algorithm for tradable pairs searching. It's called  "Symbols". It allows to search tradable pairs with pairs which are listed by user or ignore pairs which are listed by user.


   18) Changed MA algorithm rules for search of tradable pairs (If you are using custom tradable pairs expression do not forget to update your expression according new rules for MA algorithm).

   19) Fixed not showing last tradable pair at tradable pairs table if all pairs should be shown by condition.

   20) Fixed typo mistakes at input parameters of indicator.


Happy new Year and Take profit !

Hi  ALEKSANDR

You have done well. You listened to your customer concerns and made a great tool performed better. One of the best tool on the MQL5 platform, I must say 

chenjianba  

HI:

Too many function parameters. I need  a manual .

ALEKSANDR SHUKALOVICH  
chenjianba #:

HI:

Too many function parameters. I need  a manual .

Hi, Sorry for that. I'm constantly asked about new features and I'm pure of time to create good manual. I've tried to describe each property on indicator properties list. Also I answer all questions from customers. If you'll have any question feel free to ask. Also I have this task (make manual) in my todo list too. It's too much work guys sorry.
ALEKSANDR SHUKALOVICH  
New update for Currency Strength Meter Pro for MT5 version 5.00 has been released
Update changes:


  1. Added possibility to show graph lines for multiple timeframes for the same instrument at one sub-window.
    1
  2. Added possibility to change table header text color for all tables.
    2
  3. Added possibility to change text color of table cells for weak, strong and neutral currencies strengths.
    3
  4. Added possibility to chose speed optimization for calculation graph lines for "Time based calculation" (Set property "Use fast time based calculation" to false for dip history back testing. It's slow but very accurate. Use this method for back testing your strategy.. Set property "Use fast time based calculation" to true for fast calculation. It can show little different values dip in history. Use this method for trading.).
    4
  5. Added average strength calculation from different timeframes for graph lines (values of graph lines are calculated by average CSM value of specified Timeframes f.e. AV[H1,H4]).
    5
  6. Added possibility to use specified graph lines timeframes according to current chart timeframe (f.e. Chart timeframe M15 - graph lines timeframes AV[H1, H4];H1 or Chart timeframe H1 - graph lines timeframes AV[H4, D1];H4).
    6  7
  7. Added graph lines styling for lines of current chart timeframe.
    8
  8. Added graph lines styling for lines of current chart instrument and current chart timeframe at the same time.
    9
  9. Added possibility to show maximum available points to draw graph lines if user has requested data for more than available points by "Candles for calculation" property.
  10. Added "Disabled" log level and it's used by default.
  11. Added possibility to change Libels view of Graph Lines by expression with 3 different replacement variables: ${Instrument}, ${Timeframe}, ${Strength}.
    10
  12. Added possibility to change symbol of current chart by clicking instruments names on headers of simple table rows on dashboard.
    13
  13. Added possibility to change timeframe of current chart by clicking on timeframes on header of simple table columns on dashboard.
    11
  14. Added possibility to change timeframe of current chart by clicking on timeframes on header of sorted table columns on dashboard.
    12
  15. Updated GUI Processor with many graphical improvements and bug fixes of UI processor.
    14
  16. Improved strength calculation speed.
  17. Improved loading speed of graph lines by caching values.
  18. Improved calculation speed of indicator processors for "Time based process" (if possible it passes calculation to "Index base process" which is much faster than "Time based process").
  19. Improved log messages and added new messages to log.
  20. Workaround incorrect symbol parsing by XM broker.
  21. Fixed not updating indicator strength values in some cases (when history time equals to 0, transmitting to "Index base" calculation).
  22. Fixed invalid data for drawing on graph lines if "Candles for calculation" property is set to 0.
  23. Fixed wrong average strength value calculation in some cases.
  24. Refactoring and many other improvements.


ALEKSANDR SHUKALOVICH  
New update for Currency Strength Meter Pro for MT4 version 5.10 has been released

Update changes:


  1. Prevented redundant log writing if dashboard window is invisible.
  2. Improved strength value calculation if new candle for some pairs of 28 is appeared and for some pairs of 28 new candle is not appeared yet (haven't received new ticks for some pairs of 28 at time when new candle should be formed).


lampaal  

Morning Aleksandr

Is it in any way possible to add a date and time to history line as indicated in picture, please. Regards,  Paul


ALEKSANDR SHUKALOVICH  
lampaal #:

Morning Aleksandr

Is it in any way possible to add a date and time to history line as indicated in picture, please. Regards,  Paul


I have add this feature to my todo list. Thanks for good idea.

ALEKSANDR SHUKALOVICH  
lampaal #:

Morning Aleksandr

Is it in any way possible to add a date and time to history line as indicated in picture, please. Regards,  Paul


Yestedey I implemented this feature. I'll test it and release as soon as possible. Thanks again for good idea to improve this product.

ALEKSANDR SHUKALOVICH  
New update for Currency Strength Meter Pro for MT4 version 5.22 has been released

Update changes:

  1. Added possibility to show label for history line with history line's date and time.
    a

lampaal  
ALEKSANDR SHUKALOVICH #:
New update for Currency Strength Meter Pro for MT4 version 5.22 has been released

Update changes:

  1. Added possibility to show label for history line with history line's date and time.
    a

Thanks a lot Aleksandr - great addition
ALEKSANDR SHUKALOVICH  
lampaal #:
Thanks a lot Aleksandr - great addition

You are welcome. Good ideas has top priority to implements.

chenjianba  
What is the parameter Downleve example 50" Alert?
ALEKSANDR SHUKALOVICH  
chenjianba #:
What is the parameter Downleve example 50" Alert?

I haven't found this parameter. Can you make a screenshot please.

chenjianba  
ALEKSANDR SHUKALOVICH #:

I haven't found this parameter. Can you make a screenshot please.


Example :XAU  17.PM Values>60,18.PM Values Below 60。How to express Below 60?

chenjianba  
chenjianba #:


Example :XAU  17.PM Values>60,18.PM Values Below 60。How to express Below 60?

Example :XAU  17.PM Values>60,18.PM Values Below 60。How to express Below 60 Alert,Over 60 not Alert.
ALEKSANDR SHUKALOVICH  
chenjianba #:
Example :XAU  17.PM Values>60,18.PM Values Below 60。How to express Below 60 Alert,Over 60 not Alert.

Ok, as I understood you want to get alert when instrument's strength below 60 and do not get alert when instrument's strength above 60.

You hate to just write simple expression for cross levels notification:






[H1;H4;D1]:101.00:60

chenjianba  
ALEKSANDR SHUKALOVICH #:

Ok, as I understood you want to get alert when instrument's strength below 60 and do not get alert when instrument's strength above 60.

You hate to just write simple expression for cross levels notification:






[H1;H4;D1]:101.00:60

Tanks!

How to express 70 Below 60(when below 60) and 60  Below 50(when below 50) .Do not get able alerts.

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti