how to add comment such as
-
how to add comment on chart real time showing us;
balance
equity
ROI (equity/balance x 100% )
floting buy
floting sell
total floting
lot open buy
lot open sell
total lot open -
There is a block "Comment on chart" that allows up to 20 rows of data to be displayed. Otherwise if you know a little bit of MQL, the native Comment() function can be used. But I think that there are indicators that can show such an information, and in better way. I'm not sure, but there was something in the custom indicators that comes with MT.
-
__There is a block "Comment on chart" that allows up to 20 rows of data to be displayed. Otherwise if you know a little bit of MQL, the native Comment() function can be used. But I think that there are indicators that can show such an information, and in better way. I'm not sure, but there was something in the custom indicators that comes with MT.[/quote:aytho6zn]
what is MT ?
did u mean i can put custom indicator on comment, let's say i have indicator that can show the comment i want, and i could put that custom indicator on block "comment on chart " is it like that ?
-
MT4 = MetaTrader 4
MT5 = MetaTrader 5
MT = MetaTrader (in general, 4 or 5)Indicators do their job. Using an indicator in a block will make it appear and draw whatever it is designed to draw on backtest only, otherwise on live you will not see anything from it until you add it manually.
Comment() is MQL4/MQL5 function. This function is used in block "Comment on chart" in fxDreema. This block supports up to 20 rows of data. What data... whatever data. Something like this: https://fxdreema.com/shared/qDkbsYQPc But I don't recommend to use "Trade statistics" and if there is another way... use it. Some values that are not available can be calculated, but... I don't know, there are many indicators out there
Basically EAs should be used to trade, indicators are to do some calculations, draw something on the chart and help EA's (and you) to make trading decisions. -
i get ur point.. tq
