• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 1:27pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 1:27pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Winners scale winners, losers scale losers 12 replies

MT4 - Alternative price scale (does it exist?) 15 replies

How to change the price scale to log?? 1 reply

vertical price scale font 4 replies

Script to hide Stop Losses from broker 12 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 2
Attachments: How to hide price scale on mt5?
Exit Attachments

How to hide price scale on mt5?

  • Post #1
  • Quote
  • First Post: Jan 19, 2020 1:38pm Jan 19, 2020 1:38pm
  •  Helperer
  • | Joined Jul 2016 | Status: Member | 123 Posts
Hi.

Is there an indicator or script that can hide the price scale which is on the right of the chart when it's applied on the chart? I need one chart to show the price scale and not others. Trying to save space on chart. Hope someone can help me.
Trade-Emperor
  • Post #2
  • Quote
  • Jan 20, 2020 3:34am Jan 20, 2020 3:34am
  •  rockit
  • Joined Oct 2013 | Status: Member | 917 Posts
Script
Attached File
File Type: mq5 Hide_Price_Scale.mq5   < 1 KB | 201 downloads
..
 
1
  • Post #3
  • Quote
  • Jan 20, 2020 4:26pm Jan 20, 2020 4:26pm
  •  Helperer
  • | Joined Jul 2016 | Status: Member | 123 Posts
Quoting rockit
Disliked
Script {file}
Ignored
I don't know why I didn't get a notification when you replied to my post but thanks rockit. Just what I needed.
Trade-Emperor
 
 
  • Post #4
  • Quote
  • Jan 20, 2020 5:08pm Jan 20, 2020 5:08pm
  •  Helperer
  • | Joined Jul 2016 | Status: Member | 123 Posts
Quoting rockit
Disliked
Script {file}
Ignored
Hi again. Will I need another script to show the price scale again? Or is there a shortcut key for that?
Trade-Emperor
 
 
  • Post #5
  • Quote
  • Jan 20, 2020 5:13pm Jan 20, 2020 5:13pm
  •  Helperer
  • | Joined Jul 2016 | Status: Member | 123 Posts
Should have just checked the code first. Changed it myself and I've got a show price scale script now. Thanks for the help once again @rockit.
Trade-Emperor
 
 
  • Post #6
  • Quote
  • Jan 20, 2020 6:04pm Jan 20, 2020 6:04pm
  •  hayseed
  • Joined Nov 2006 | Status: Member | 3,549 Posts
Quoting Helperer
Disliked
Should have just checked the code first. Changed it myself and I've got a show price scale script now. Thanks for the help once again @rockit.
Ignored
//----

hey helper..... you can add on off inputs to a indicator or ea if a particular one is used.... code below is what i use on large dashboards.....

trade levels and bid line seem to get in my way..... or did......h
//----

Inserted Code
   
extern bool    showscale  = false;
extern bool    showlevels = false;
extern bool    showbid    = false;

//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+

int init()
  {
  if(!showscale)  {ChartSetInteger(0,CHART_SHOW_PRICE_SCALE,0,false);}  else {ChartSetInteger(0,CHART_SHOW_PRICE_SCALE,0,true);}
  if(!showlevels) {ChartSetInteger(0,CHART_SHOW_TRADE_LEVELS,0,false);} else {ChartSetInteger(0,CHART_SHOW_TRADE_LEVELS,0,true);}
  if(!showbid)    {ChartSetInteger(0,CHART_SHOW_BID_LINE,0,false);}     else {ChartSetInteger(0,CHART_SHOW_BID_LINE,0,true);}
to trade and code, keep both simple... no call to impress....h
 
1
  • Post #7
  • Quote
  • Jan 21, 2020 7:26am Jan 21, 2020 7:26am
  •  rockit
  • Joined Oct 2013 | Status: Member | 917 Posts
Quoting Helperer
Disliked
Changed it myself and I've got a show price scale script now.
Ignored
Very good.
I should have made it togglable. Sorry for that.
Attached File
File Type: mq5 Toggle_Price_Scale.mq5   < 1 KB | 177 downloads
..
 
1
  • Post #8
  • Quote
  • Jan 23, 2020 7:55pm Jan 23, 2020 7:55pm
  •  Helperer
  • | Joined Jul 2016 | Status: Member | 123 Posts
Quoting hayseed
Disliked
{quote} //---- hey helper.....
Ignored
Thanks hayseed. Will check.
Trade-Emperor
 
 
  • Post #9
  • Quote
  • Jan 23, 2020 7:56pm Jan 23, 2020 7:56pm
  •  Helperer
  • | Joined Jul 2016 | Status: Member | 123 Posts
Quoting rockit
Disliked
{quote} Very good. I should have made it togglable. Sorry for that.
Ignored
Thanks Rockit.
Trade-Emperor
 
 
  • Post #10
  • Quote
  • Jan 12, 2021 10:12am Jan 12, 2021 10:12am
  •  BluePainRain
  • | Joined May 2015 | Status: Member | 45 Posts
Quoting rockit
Disliked
{quote} Very good. I should have made it togglable. Sorry for that. {file}
Ignored
Can you make one for MT4?
 
 
  • Post #11
  • Quote
  • Last Post: Feb 21, 2021 1:19am Feb 21, 2021 1:19am
  •  francisfree
  • | Joined Jan 2020 | Status: Member | 233 Posts
Quoting rockit
Disliked
Script {file}
Ignored
can u please send mt4 version

thanks in advance
 
 
  • Platform Tech
  • /
  • How to hide price scale on mt5?
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022