Currency and Timeframe Display

 

Currency, time frame and open, close, high and low are shown on left hand top by default.

Is there any way we can delete this and show Currency and Timeframe on right hand top.

 
lsee8868 wrote >>

Currency, time frame and open, close, high and low are shown on left hand top by default.

Is there any way we can delete this and show Currency and Timeframe on right hand top.

go to chart properties and remove the OHLC tick; then chane the foreground colour to be same as background colour

if you really must shift the currency and timeframe to the top right, put his statement in an EA

Comment(" -----spaces to move the symbol till it is on the right hand side -----",Symbol()," ",Period() );

 
ronaldosim wrote >>

go to chart properties and remove the OHLC tick; then chane the foreground colour to be same as background colour

if you really must shift the currency and timeframe to the top right, put his statement in an EA

Comment(" -----spaces to move the symbol till it is on the right hand side -----",Symbol()," ",Period() );

Thanks, that was simple, have created an object for symbol and period but would rather show Period as say H1 than 60.

Cheers