Indicators: iSimpleClock_v2

 

iSimpleClock_v2:

Simple clock displayed via the "label" graphical object (OBJ_LABEL).

It is possible to change a label color, font size, label location. Label's default location is at the lower right corner.

Author: Дмитрий

iSimpleClock_v2

 

Dmitry, can you please tell me how to display the current Profit and Volume of an open position in this watch?

I managed to switch off the unnecessary for me (Time from the beginning of the bar) simply by commenting out the necessary line. I also managed to output Spread and StopLevel by the current symbol without problems by adding SymbolInfoInteger ( Symbol ( ) , SYMBOL_SPREAD ) and SymbolInfoInteger ( Symbol ( ) , SYMBOL_TRADE_STOPS_LEVEL ), but to get Profit and Volume apparently lacks knowledge....