Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays
-
-
[Deleted]
-
@miro1360 I made a matrix according to your example to see the spread in 3 pairs, but each currency has its decimal point rating, how to solve it being that the matrix is unique?
-
@miro1360 Hi, Thanks for your dashboard tutorial. I saw the video and tested the fxdreema code. I have been trying to add more columns but only could add one more. I copy pasted you column codes and changed the x distance but it wont appear on the chart. Interestingly when copy pasting one of you column codes to the initializing tab it will appear on chart. But it wont work on the timer tab. Just wondering what I may be doing wrong. Im using the mt4 dashboard code. thanks.
-
@miro1360 Hi here is the shared link of the copy of your dashboard I was testing to add more columns. shared/1XsDKmFte
thanks
-
do it once again with no missing blocks, they are important:

add only one group of columns at once and edit it until it starts working with no errors, only then add more columns
-
Hi, I saw the video and tested the fxdreema code. I have been trying to add more columns but only could add one more. I copy and pasted the existing column codes and changed the x distance but it wont appear on the chart. Interestingly when copy pasting one of the existing column codes to the initializing tab it will appear on chart. But it wont work on the timer tab. Just wondering what I may be doing wrong. Im using the mt4 dashboard code. Here is a shared link. shared/wuXWUozGb
Thanks -
@hjmr Sorry, Tried to delete message, wasn‘t aware Miro answered my question. Thanks Miro for your help.
-
@miro1360 Thanks Miro for your help. I really tried to manage on my own but was blinded in the errors you found. thanks again.
-
@miro1360 said in Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays:
add
Thank you Miro for your help. Would it be possible to ask if arrays permit the use of signal lookback or hold its value on dashboard for certain amount of time ( signal age). I adjusted your dashboard with a column with lookback for signals. shared/WSo2MRyN
Thanks for taking time in helping.
-
array is a variable so it holds the value, when the array is changed then objects on the chart (dashboard) must be accordingly refreshed
the loopback system can be used, but then don't use the green loop block and adjust the whole thing for loopback, it's a slightly different visual system, but the logic in it is similar, it depends on what is easier for you to work with, the speed should be the same -
@miro1360 Thanks again for your help. Since a few signals to be shown on the dashboard are not candle id 0, but could be up to 150 bars ago, I am trying to see how I can hold the signal once it appears for a certain amount of time or bars. Or make a lookback up to 150 bars ago and see if the signal still appears. Thanks again, I will continue to work on it.
-
@miro1360 Hi Miro, Sorry for the bother, I have been working with the dashboard one column at a time and been able to make it work. The only thing I’m struggling how to do is to hold a signal. In a normal EA I have been using a lookback condition to see if a signal occurred x amount of bars ago. Haven‘t been able to make it work in the array dashboard. Is there a way I can lookback or freeze the signal in the dashboard? Show signal for amount of bars age. Ex. RSI overbought arrow 100 bars ago is still visible in the dashboard. Thanks
-
it is possible with the lookback, or with an additional array, if I had enough time, I would give you an example here, but I'm sure it's possible
-
@hjmr https://fxdreema.com/shared/sfv0yDtF - Miro example uses ArraySort function, he create a temporrary array to store value and then sorts that, you could play around replacing the function (arraySort) with some of the ones in https://docs.mql4.com/array
-
@miro1360 Thank you very much for your help, I completly understand that you are busy. I appreciate the tutorial you posted for dashboard, that was of great help. I’ll keep trying since you mention it is possible to do. Thanks
-
@hadees Thanks, I will study Miro ArraySort function example and try to modify something for my needs. Thanks for your help.
-
@miro1360 Hello Miro, this is very interesting to me. Can you share the constant and variables setup, or anything else guideline? Because I got difficulties.
Thank you and waiting your reply
-
@ miro1360. Thank you very much for the tutorial and the video, they are phenomenal, unique. This help is the best. I have a question. It is possible that the buttons of the pairs or symbols EURUSD, GBPUSD, etc. have a LINK that when pressed does not send to the window of that pair, if so, how could it be done. Thank you very much in advance and sorry for my English.
-
@miro1360 Helo Sir,
Please help me...
I am want to combine both 2 block condition into one chart (as shown below) :
1 https://fxdreema.com/shared/sfv0yDtF (Sorting)
2 https://fxdreema.com/shared/ZA1quekHb ( I did in mt4)But there is error because the table can't appear together in one time for both pair table. Below is the illustration that I want it
What should I do? any edited blocks etc?
