Page 1 of 1

EA signals Dashboard Upgrade

PostPosted: Thu Sep 16, 2021 11:58 am
by coolguy17172
Hey Apprentice and team 8-) ,

Can you please tweak this EA dashboard to add the following new features. Can you add a display that shows change in percentage and points based on the last signal. It should be similar to how tradingview displays change in percentages and points for pairs traded. For example if the last signal says buy, below it i want a display that shows how much points or percentage price has traveled since the signal. ( for example a buy signal, below it will show price traveled 130 points or +2% in green but if price went against the signal it would show -130 points or -2% in red.) i want this feature to be added on every timeframe. So the change in percentage/points would be different for every TF (e.x change in percentage/points for 1hr TF, 4hr TF. D TF), and should be located just below the already existing Buy/Sell signal as show in the picture.

Also, beside the symbol/pair traded i want it to show the current price.

https://fxcodebase.com/code/download/file.php?id=32575

Thank you!

Re: EA signals Dashboard Upgrade

PostPosted: Thu Sep 16, 2021 1:33 pm
by Apprentice
Your request is added to the development list.
Development reference 837.

Re: EA signals Dashboard Upgrade

PostPosted: Sun Sep 19, 2021 5:15 am
by Apprentice
CU_EA_Dashboard.mq4
(48.69 KiB) Downloaded 134 times

Re: EA signals Dashboard Upgrade

PostPosted: Mon Sep 27, 2021 10:09 am
by coolguy17172
Hey Apprentice,

Can you add a current price feature that displays the price beside the symbol/pair traded.

Re: EA signals Dashboard Upgrade

PostPosted: Mon Sep 27, 2021 10:25 am
by coolguy17172
Also, can you explain the logic behind the change/pips values? because they dont match up with the change in price from the last signal

Re: EA signals Dashboard Upgrade

PostPosted: Tue Sep 28, 2021 10:03 am
by Apprentice
Your request is added to the development list.
Development reference 877.

Re: EA signals Dashboard Upgrade

PostPosted: Mon Oct 04, 2021 1:52 am
by Apprentice
CU_EA_Dashboard.mq4
(50.6 KiB) Downloaded 113 times

Try this version.

Re: EA signals Dashboard Upgrade

PostPosted: Mon Oct 04, 2021 8:19 pm
by coolguy17172
Hey apprentice,
The design is awesome, and the current price feature you added is accurate.

For the change in percentages/ pip features the values aren’t accurate and don’t match. The calculation for the change in percentage/pip feature should be the distance the symbol has travelled currently from the open candle. For example, on Daily timeframe the candle opens at 1.4000 price and is currently now at 2.8000, I want the change to be the percentage/pips travelled from opening price till current price. I want this logic to be the same for every timeframe, change in percentages/pips should be calculated based on open price at each timeframe till current price.

Re: EA signals Dashboard Upgrade

PostPosted: Tue Oct 05, 2021 1:46 am
by Apprentice
Your request is added to the development list.
Development reference 889.

Re: EA signals Dashboard Upgrade

PostPosted: Thu Oct 07, 2021 12:09 pm
by Apprentice
CU_EA_Dashboard.mq4
(50.56 KiB) Downloaded 125 times

Try this version.