Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
aw1977  
ALEKSANDR SHUKALOVICH:

Hi, 


Thanks for using  Currency Strength Meter Pro for MT4 indicator.


Answer:

2. I think it is good to have option about refresh rate...for example refresh rate = 60 ; then all data refreshed only every 60 seconds

There is such kind of option with name "Latency"

By default is set to 5. It's means that every 5 second all indicator data are updated.


1. I'd like to get alert, when a currency in M15,M30,H1 & H4 all above 70, or all below 30....What would be the command line ?


Currently it's possible to do this for one timeframe period only (Not for bunch of them). 

I'll add this feature at next release which will come very soon. Thank for this feature request. It helps to improve the indicator.

Thank you, Sir...

lampaal  
Hi Aleksandr, thank you for a wonderfull indicator. I suggest to/or an option of choice = Alerts on line crosses only on close of candle. Why: lines can cros several times during 1 candle which cause several alerts during the candle. This will help a lot. Thanks for your considiration. regards, Paul
lampaal  
lampaal:
Hi Aleksandr, thank you for a wonderful indicator. I suggest to/or an option of choice = Alerts on line crosses only on close of candle. Why: lines can cros several times during 1 candle which cause several alerts during the candle. This will help a lot. Thanks for your consideration. regards, Paul

And the same for "Tradable Pairs" - on candle close for the same reason as above - again thanking you

ALEKSANDR SHUKALOVICH  
lampaal:

And the same for "Tradable Pairs" - on candle close for the same reason as above - again thanking you

Hi, thanks for using this indicator.


1. Alerts on line crosses only on close of candle.

This already have been done. Now it is at testing state.

2.  And the same for "Tradable Pairs" - I'll try to add this feature together with previous one.


Thanks for helping to make indicator better.

lampaal  
lampaal:

And the same for "Tradable Pairs" - on candle close for the same reason as above - again thanking you

Thanks a lot! Do you perhaps do private coding? If, where can I pm you?
lampaal  
Hi Aleksandr, could you kindly add cross level notifications on the Av. (Average value) as per your dashboard on Currency Strength Meter Pro for MT4? When can we expect updates as mentioned above? Thank you for a wonderful indicator
ALEKSANDR SHUKALOVICH  
lampaal:
Hi Aleksandr, could you kindly add cross level notifications on the Av. (Average value) as per your dashboard on Currency Strength Meter Pro for MT4? When can we expect updates as mentioned above? Thank you for a wonderful indicator

Hi, I'll add this to my TODO list.

ALEKSANDR SHUKALOVICH  

Watch this instruction to get know how to install MT4 indicator or Experts from market on MacOS:




Have a good trades and

Take profit!
ALEKSANDR SHUKALOVICH  
New update for Currency Strength Meter Pro for MT4 version 2.00 has been released
Update changes:
* Added high resolution screens support (4K);
* Added User Interface (UI) scaling and Font scaling;
* Added support of strength identification for Gold;
* Added expression based tables columns visibility, It allows to customize tables columns;
* Added possibility to get notification once N period candle is closed;
* Added expression based notification for levels crossing, which allows to get notifications when there is a cross on many different timeframes all at once;
* Added averaging CSM values for different timeframe for tradable pairs finder;
* Added support for current chart timeframe for all expressions;
* Added new Currencies Strength State Notification which shows strength of all currencies as N period candle is closed;
* Added averaging CSM values for Currencies Strength State Notification;
* Improved history data loading. It allows to show indicator data more faster if history data is missed;
* Improved logging at notifications area;
* Fixed updating indicator data when market is closed, when there is not any ticks;
* Fixed not sending of notifications on some conditions;
* Fixed typo mistakes;

Watch demo video of current update: 



Take profit!
ALEKSANDR SHUKALOVICH  
New update for Currency Strength Meter Pro for MT4 version 2.02 has been released
Update changes:
* Added possibility to add dashboard window to chart main window;
lampaal  
ALEKSANDR SHUKALOVICH:
New update for Currency Strength Meter Pro for MT4 version 2.02 has been released
Update changes:
* Added possibility to add dashboard window to chart main window;
Thank you so much for the changes, Aleksandr Gr8, Gr8, x 1000
ALEKSANDR SHUKALOVICH  
New update for Currency Strength Meter Pro for MT4 version 2.03 has been released.
Update changes:
* Added possibility to use multiple tradable pairs finders;
* Added tradable pairs state to Currency Strength State Notification;
* Added possibility to change visible rows count for tradable pairs table;

Tradable Pairs

Notification

Rows Count


Take profit!
Sung Jin Son  

Hi Aleksandr


In terms of notification's execution parameter, I have never seen the noti when the value is "Send notification after candle closing if conditions are met".

First I waited for the notification until it met all condition. But nothing happens at all so far.

"Instantly send notification" works well. Are they all OK? 

ALEKSANDR SHUKALOVICH  

For me it's working fine. I have recorded demo video. You can watch it here:

 

If you will be still facing problems contact me. You will have to send indicator properties configuration and simple stems "how to reproduce this issue". Then I will be able to help you.

ALEKSANDR SHUKALOVICH  
Sung Jin Son:

Hi Aleksandr


In terms of notification's execution parameter, I have never seen the noti when the value is "Send notification after candle closing if conditions are met".

First I waited for the notification until it met all condition. But nothing happens at all so far.

"Instantly send notification" works well. Are they all OK? 

Hi, read message above.

Sung Jin Son  
ALEKSANDR SHUKALOVICH:

Hi, read message above.

Very good, Aleksandr.

It is working now. Thanks very much :)

ALEKSANDR SHUKALOVICH  
Sung Jin Son:

Very good, Aleksandr.

It is working now. Thanks very much :)

You are welcome. Fill free to ask any questions.

lampaal  

Hi Aleksandr


Could you kindly add AV to level-cross time-frames please?

I added it in the expression:

seems it doesn't work?

Regards


Paul

ALEKSANDR SHUKALOVICH  
lampaal:

Hi Aleksandr


Could you kindly add AV to level-cross time-frames please?

I added it in the expression:

seems it doesn't work?

Regards


Paul

Hi,


Currently it's not possible. Because I cannot get CSM values from not closed candles in history. To identify cross levels or lines I need at least 2 values (CSM values for current time and CSM values for historical time and it's need to check crosses lines/ levels between those 2 points). The first CSM value is from current time and the second CSM value is from previous candle close time. For example if you want to calculate cross lines/levels for AV(H1,M15) and current time is 10:45. To get CSM values for current time is possible but it's not possible for previous time. Because previous close time for M15  is 10:30 but for H1 it is 10:00, It's not possible to calculate CSM value for H1 at 10:30 because candle was closed at 10:00. At current time I can get CSM value for H1 even if it 10:35. 


To implement this I have to somehow get history CSM value for H1 at 10:30 time (not at 10:00). I have some ideas how it can be done but it very hard to do because I have to implement a lot of default indicator algorithms from mql which I have used in CSM  indicator. It will take many time to implement this but I have my task list and all these features already in this list. You have to wait.


Thanks for helping to improve this CSM indicator.

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