Currency Strength Meter Pro for MT4
78 USD
Versione demo scaricata:
376
Pubblicato:
14 aprile 2020
Versione attuale:
7.20
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

Hi Aleksandr, is it possible to put both these columns in alphabetical order, please?
Hi, I'll add this feature to my TODO list.
Thank you, 1 more thing: Is it possible to activate an alert if the same pair occurs in both Tradable columns? i.e. CADJPY, USDCHF, GBPJPY, on the close of a candle when it happens? This will be Gr8 and much appreciated.
Tradable pairs are searched by expression which can be changed at indicator properties. By default I added 2 different expressions but you can combine them into one expression. Thus new tradable pairs will be appeared only if conditions from first Colum and second will be satisfied. Also you can add third tradable pairs column where you combine this 2 expressions.
Thank you, 1 more thing: Is it possible to activate an alert if the same pair occurs in both Tradable columns? i.e. CADJPY, USDCHF, GBPJPY, on the close of a candle when it happens? This will be Gr8 and much appreciated.
Here is combined expression (put it to "Tradable pairs expression command line" property):
{D:[H1;D1]:15; D:[H4]:20; L:[H1;H4;D1]:50:50;D:[H1]:5;D:[H4;D1]:10;L:[H4]:50:50;MA:[M15]:18:1:0:50:1:0:20;MA:[M15]:50:1:0:200:0:0:10;MA:[H1]:18:1:0:50:1:0:5;MA:[H1]:50:1:0:200:0:0:0}
Having a problem viewing the strength of GOLD. My broker (FXGLORY) shows GOLD and GOLDEURO on the market watch as opposed to XAUUSD and XAUEUR as most of the other brokers do. Any way i can have GOLD strength shown with the broker i have. (I have tried adding GOLD to the strength meter gold section but nothing is displayed.
Greatly appreciate your help
Having a problem viewing the strength of GOLD. My broker (FXGLORY) shows GOLD and GOLDEURO on the market watch as opposed to XAUUSD and XAUEUR as most of the other brokers do. Any way i can have GOLD strength shown with the broker i have. (I have tried adding GOLD to the strength meter gold section but nothing is displayed.
Greatly appreciate your help
Hi, now Indicator uses XAU for searching of gold pairs. I'll add possibility to change this through property page. Temporal solution to run indicator on different broker.
Hi, now Indicator uses XAU for searching of gold pairs. I'll add possibility to change this through property page. Temporal solution to run indicator on different broker.
Thanks
Hi, I am trading on this exact same principle since 2011. Trading is my only source of income and I am highly successful. This is the best indicator ever. The reason why I bought it, is simply because of the functionality and the fact that I can add tradable pair notifications which complies with my strategy. You mentioned Gold(XAU) - if your broker does not cater for all gold pairs - obviously you cannot judge this indicator on XAUUSD - you will never get the correct strength and weak value on this indicator for XAU. This is my tool - in use since 2011 and I never looked back:
Greetings
Here is combined expression (put it to "Tradable pairs expression command line" property):
{D:[H1;D1]:15; D:[H4]:20; L:[H1;H4;D1]:50:50;D:[H1]:5;D:[H4;D1]:10;L:[H4]:50:50;MA:[M15]:18:1:0:50:1:0:20;MA:[M15]:50:1:0:200:0:0:10;MA:[H1]:18:1:0:50:1:0:5;MA:[H1]:50:1:0:200:0:0:0}
With regards to the complaint of: @ROBERT EDWARD BIRD:
Hi, I am trading on this exact same principle since 2011. Trading is my only source of income and I am highly successful. This is the best indicator ever. The reason why I bought it, is simply because of the functionality and the fact that I can add tradable pair notifications which complies with my strategy. You mentioned Gold(XAU) - if your broker does not cater for all gold pairs - obviously you cannot judge this indicator on XAUUSD - you will never get the correct strength and weak value on this indicator for XAU. This is my tool - in use since 2011 and I never looked back:
Greetings
Thanks for your support. If you need more features at indicator feel free to ask.
Kind of logic .................. thanks!! (I feel dumb)
This expression uses to find tradable pairs (indicator property "Tradable pairs expression command line"):
{D:[H1;D1]:15; D:[H4]:20; L:[H1;H4;D1]:50:50;D:[H1]:5;D:[H4;D1]:10;L:[H4]:50:50;MA:[M15]:18:1:0:50:1:0:20;MA:[M15]:50:1:0:200:0:0:10;MA:[H1]:18:1:0:50:1:0:5;MA:[H1]:50:1:0:200:0:0:0}
At indicator properties you can see light description of expression commands.
This expression is applied to all pairs one by one. Once all conditions from tradable pair expression is satisfied this pair is added to tradable pairs table. It's possible to have several tradable pairs columns with different expressions. It allows to have tradable pairs for different strategies. To have many tradable pairs columns with different expressions you should write each expression at separated brackets '{}'.
Example: {expression1};{expression2};{expression3}.
This expression will show: {Tradable table Column1 with pairs from expression1};{Tradable table Column2 with pairs from expression2};{Tradable table Column3 with pairs from expression3}.
I'll try to explain this expression in details:
{D:[H1;D1]:15; D:[H4]:20; L:[H1;H4;D1]:50:50; D:[H1]:5; D:[H4;D1]:10;L:[H4]:50:50;MA:[M15]:18:1:0:50:1:0:20;MA:[M15]:50:1:0:200:0:0:10;MA:[H1]:18:1:0:50:1:0:5;MA:[H1]:50:1:0:200:0:0:0}
It has 1 tradable pairs column because all expression at one brackets: {expression}.
Lets describe all parts of expression one by one:
1) D:[H1;D1]:15
D - algorithm which calculates difference between tradable pairs.
H1; D1 - timeframes from which currency strength will be taken.
15 - minimum allowable difference after deducting a strong currency from a weak one.
This condition will be satisfied if: Strength of strong currency[H1] - Strength of weak currency[H1] is equal or grater than 15 AND Strength of strong currency[D1] - Strength of weak currency[D1] is equal or grater than 15
2) D:[H4]:20
This condition will be satisfied if: Strength of strong currency[H4] - Strength of weak currency[H4] is equal or grater than 20
3) L:[H1;H4;D1]:50:50
L - condition which is satisfied if weak currency has currency strength equal or less than specified and strong one has currency strength equal or grater than specified
H1;H4;D1- timeframes from which currency strength will be taken, for which timeframes this condition will be applied.
50 - Min strength level
50 - Max strength level
This condition will be satisfied if:
Strength of weak currency[H1] equal or less than 50 AND Strength of strong currency[H1] equal or grater than 50 AND
Strength of weak currency[H4] equal or less than 50 AND Strength of strong currency[H4] equal or grater than 50 AND
Strength of weak currency[D1] equal or less than 50 AND Strength of strong currency[D1] equal or grater than 504) D:[H1]:5
This condition will be satisfied if: Strength of strong currency[H1] - Strength of weak currency[H1] is equal or grater than 55) D:[H4;D1]:10
This condition will be satisfied if: Strength of strong currency[H4] - Strength of weak currency[H4] is equal or grater than 10 AND Strength of strong currency[D1] - Strength of weak currency[D1] is equal or grater than 106) L:[H4]:50:50
This condition will be satisfied if: Strength of weak currency[H4] equal or less than 50 AND Strength of strong currency[H4] equal or grater than 50
7) MA:[M15]:18:1:0:50:1:0:20
MA - Algorithm for calculation of moving average alignments. It's satisfied if there are no crosses between moving averages for specified candles count and fast MA greater than slow MA for StrongWeak pair and opposite for WeakStrong Pair.
M15 - timeframes from which moving averages values will be taken.
18 - period of fast moving average (should be less than period of slow moving average)
1 - Fast MA Method for this condition it's Exponential (0 - SMA (Simple averaging), 1 - EMA (Exponential averaging), 2 - SMMA (Smoothed averaging), 3 - LWMA (Linear-weighted averaging))
0 - Fast MA Applied Price for this condition it's candle CLOSE price (0 - CLOSE, 1 - OPEN, 2 - HIGH, 3 - LOW, 4 - MEDIAN, 5 - TYPICAL, 6 - WEIGHTED)
50 - period of slow moving average (should be grater than period of fast moving average)
1 - Slow MA Method for this condition it's Exponential (0 - SMA (Simple averaging), 1 - EMA (Exponential averaging), 2 - SMMA (Smoothed averaging), 3 - LWMA (Linear-weighted averaging))
0 - Slow MA Applied Price for this condition it's candle CLOSE price (0 - CLOSE, 1 - OPEN, 2 - HIGH, 3 - LOW, 4 - MEDIAN, 5 - TYPICAL, 6 - WEIGHTED)
20 - Extra candles count for what moving averages must not be crossed, 0 - means only for last candle moving average should be align.
This condition will be satisfied if: EMA18 greater than EMA50 at M15 timeframe from current candle to 20 past candles for StrongWeak pair OR EMA18 less than EMA50 at M15 timeframe from current candle to 20 past candles for WeakStrong pair
8) MA:[M15]:50:1:0:200:0:0:10
This condition will be satisfied if: EMA50 greater than SMA200 at M15 timeframe from current candle to 10 past candles for StrongWeak pair OR EMA50 less than SMA200 at M15 timeframe from current candle to 10 past candles for WeakStrong pair
9) MA:[H1]:18:1:0:50:1:0:5
This condition will be satisfied if: EMA18 greater than EMA50 at H1 timeframe from current candle to 5 past candles for StrongWeak pair OR EMA18 less than EMA50 at H1 timeframe from current candle to 5 past candles for WeakStrong pair
10) MA:[H1]:50:1:0:200:0:0:0
This condition will be satisfied if: EMA50 greater than SMA200 at H1 timeframe for last candle for StrongWeak pair OR EMA50 less than SMA200 at H1 timeframe for last candle for WeakStrong pair.
Hope it helps to understand the expression of tradable pairs.
Demo video of current update coming soon.
Take profit!Video for Currency Strength Meter Update Version 3.00.
Hi Alesandr, what was updated in V3.1? Regards, Paul
1) Optimized of CSM values calculation by caching values for every update circle (7 times faster, load of CPU for CSM values calculation is reduced for 85 percent).
2) Added several algorithms for processing of TradablePair table's cell clicking (open pair at new chart, open pair at other chart or new one if it is not opened yet).
3) Added auto scrolling of chart to history line time if it is out of view (it allows do not lose history line).
Hi Aleksadr, is it possible to add a functionality, if only chart symbol is selected, to then also show only the values of the pair on chart? This will help a lot especially when using the history line: