Scanner Stock in MT5 like Dashboard
-
Dear Team,
In fxdreama can make scanner all CFD and show info like RSI to Screen?
Such as I want to show any Stock if they have RSI<30 to screen like Dashboard.
I need some help from you.Many thanks!
-
@nguyenjohn For an example what you can do is a condition, if condition is true (like RSI>30) put result into variable, then use as required, like a comment, if it's just visual you can put this on screen, if you want to use for something else you can save as number and then use this in a calculation.
-
@jstap Can you do an example for this?
I try with array maximum one Screen is 200 symbol but if very difficult to look. and for this, I must put manual all of them in an array. I put all it shows all. I need just show if any symbol has a signal. and don't show if them non-signal. like my photo just need only show 3 symbols on the screen.
You can look at my picture.

-
@nguyenjohn Hi, in this link link text you will see a few options on how to achieve a panel like your picture and different, I am not that well practiced on this and there are people much better than me, any objects you create you will need to delete on de init so if removed from chart it goes back to blank. Arrays on FX are quite difficult/maybe impossible and something I know nothing about, if you search the forum you will find lots on how to create a panel. Hope this helps
-
@jstap Thank you I will try and update this function.
