lucklogic wrote:I repeat that the slope strength may be calculating incorrect values when some criminals do not offer prices for all pairs
Lucklogic,
This is why the 'symbolsToWeigh' user setting is still there, Alternatively, you can set 'autoSymbols' to true. The indicator will then get alle the symbols that are in the Market Place window. Keep in mind that you can show/hide symbols from the Market Place window.
I was following your idea of zero line on CSS indi but noticed that e.g. EU it now shows that euro went down zero line yesterday but it is kind of a repaint because in real time I was looking at it and it did not go down. However, I think if I had looked at it after 3-4 bars and esp when it got rejected at MP with clear candle signal on H4 (also going below 5.5 MA) I would have shorted. So, the idea to code using zero line may not be that useful.
R u coding the divergence in strength thingy? Thanks tyhough for this great toy
I was following your idea of zero line on CSS indi but noticed that e.g. EU it now shows that euro went down zero line yesterday but it is kind of a repaint because in real time I was looking at it and it did not go down. However, I think if I had looked at it after 3-4 bars and esp when it got rejected at MP with clear candle signal on H4 (also going below 5.5 MA) I would have shorted. So, the idea to code using zero line may not be that useful.
R u coding the divergence in strength thingy? Thanks tyhough for this great toy
Forexripper,
Check on the "Tools for manually trading NB 10.2" thread, there is a new toy to play with . I agree with you that even the "improved" repainting (done by NB) could be disturbing. That is why one should only consider the current slope action to take decisions. That is how the NB 10.2 uses TMA.
Any one with a different crim and different pairs , an easy fix is to save a copy of your crims pair string in a word doc or pdf or whatever , just leave it on your desktop or some where handy. This can be all your crims pairs or a custom list to your liking.
You can just copy and paste that string into the Baluda ea or indicator that is in mql format from inside MetaEditor . Delete the default string and replace it with your saved string.
for instance here is my Cowboy IBFX pair string.. I just replace the default pair string line in the Baluda EA and indicators the ea uses and all is right..
You just have to be sure when you paste it the "" "" marks are correct, don't add any extra " by mistake , if the pairs are in green it is right if black not right.. compile without errors and you should be good.
Do this for the EA and the associated indicators.. or use the auto symbols feature.. If using the auto feature don't forget to remove things like gold or oil from the symbol list as they probably won't work correctly if left in.
I edited out the really exotic pairs in my list as well..such as usdmxn... czk ...dkk ect..
I guess as the indicators are contained within the EA it is not actually necessary to change them but by doing so if you display the indies they will match up with the EA data..
You do not have the required permissions to view the files attached to this post.
Print (" currency ",ccy1 , " ",ccy2);
int posnum1 =11;
int posnum2 =12;
if (ccy1 == "USD") posnum1=0;
if (ccy1 == "USD") posnum1=1;
if (ccy1 == "GBP") posnum1=2;
if (ccy1 == "CHF") posnum1=3;
if (ccy1 == "JPY") posnum1=4;
if (ccy1 == "AUD") posnum1=5;
if (ccy1 == "CAD") posnum1=6;
if (ccy1 == "NZD") posnum1=7;
if (ccy2 == "USD") posnum2=0;
if (ccy1 == "USD") posnum2=1;
if (ccy1 == "GBP") posnum2=2;
if (ccy1 == "CHF") posnum2=3;
if (ccy1 == "JPY") posnum2=4;
if (ccy1 == "AUD") posnum2=5;
if (ccy1 == "CAD") posnum2=6;
if (ccy1 == "NZD") posnum2=7;
I hope that you see that I am trying to obtain the currency strengths of the Pairs but I am having no luck when using iCustom(), the value of 100 is the number of bars. The error reported is that Empty4 cannot open the ( iCustom() ) file
Hi! Have just caught up with this thread today. Great!! Was synchronizing all the pairs by copy & paste & recompile in the SlopeStrength indicator when the following came up:
Function "DrawCell" is not referenced and will be removed from exp-file
Function "DeleteCell" is not referenced and will be removed from exp-file
I am not a programmer. Are they important messages???
Cheers.
If you can never exceed your own expectations - why expect second-best?