Hi,Dewey McG wrote:padnoter wrote:Attached is another 10.4 dashboard.
I created it to show potential 10.4 rsi setups. I wanted to use bob's 1.01 template and stick with the RSI indicator rather than the stoch.
It's not all my own code, I've used bits from Deltabron's CurrencySlopeStrength.mq4/TMASlopeMTF.mq4 & Don Isbell's AllPairs_10.3_Don_..mq4 - so credit to them as well.
The dashboard shows for each pair (you can select all symbols, or a discrete list of symbols, and exclude certain symbol (part)strings - in the parameters);
the pair name
the rsi2 value
the ma240 trend (red means price is below=DT, green=price is above=UT)
# of pips to ma240
The pair name & rsi2 value will turn red/green to show when a good RSI2/Trend setup is ready.
i.e. so in an UT (price above ma240 green), the pair name will turn green when the RSI2 is flat around 0 (<=10)
& in a DT (price below ma240 red), the pair name will turn red when the RSI2 is flat around 100 (>=90)
The rsiUT/rsiDT parameters can be set to determine what value the RSI2 has to be to cause the colour change (default is 10 & 90
I've included a template to use
& a modified version of TMASlopeMTF.mq4 - which is called via iCustom for the RSI - TMA calc i.e. it is needed for the dashboard to work - so put both .mq4 in your ../indicators dir.
- no performance issues on my laptop...
Hope it helps somebody. The .mq4 is also attached, so if anyone wants to enhance/change - feel free.
Great job on this! The only thing I would ask is if you can add more padding between each line. On my screen it is all bunched up. I did the best I could, but am not sure how to do this in the code. I attached PICS to show what it looks like, then what I did by changing the font to kaliki, font size to 7 and the corner to 0. (I also changed X and Y to 15).
the template as is - will be of my last pairs/values when I saved the template - so you will always have to change TF & back again to refresh in some way... (or manually edit the .tpl to remove my old values - not sure if there is an easier way to save templates without any values?).
and to increase the amount of room between each line, try increasing the yi variable in the following code snippet (or param it);
Code: Select all
int start()
{
int counted_bars=IndicatorCounted();
int yi=12,yc=10;