RaptorUK:
Write a script to set all the colours to No color ( CLR_NONE )
Write a script to set all the colours to No color ( CLR_NONE )
all colors of which objects?
willgart:
all colors of which objects?
The objects that show the past trades . . . or are you talking about the Bid & Ask lines ?
all colors of which objects?
dabbler:
What about current trades? I just checked a live chart with some orders on and the sell lines are not showing up in the objects list as objects.
Ah . . . I see, didn't click that is what the OP was talking about, you are probably correct though.
What about current trades? I just checked a live chart with some orders on and the sell lines are not showing up in the objects list as objects.
right, the current trade lines are not objects.
currently I disable the display for the entire terminal. but if there is no other option, displaying a line with the same color as the background one should help me too.
I'll test
ChartSetInteger ( ChartID(), CHART_SHOW_TRADE_LEVELS, false );
Pascal Kaufmann:
This command was not available 5 years ago. I hope you will not answer all old topics with new features unavailable at that time.
ChartSetInteger ( ChartID(), CHART_SHOW_TRADE_LEVELS, false );
Alain Verleyen:
This command was not available 5 years ago. I hope you will not answer all old topics with new features unavailable at that time.
This command was not available 5 years ago. I hope you will not answer all old topics with new features unavailable at that time.
I found this thread via a Google search and I am very happy to find that someone did answer with this new feature.
I understand that as a forum, you don't like old threads being resurrected, but I can assure you that it is very useful for people looking for answers.
Pascal Kaufmann:
ChartSetInteger ( ChartID(), CHART_SHOW_TRADE_LEVELS, false );
#1 Where do I enter this command?
#2 How do I find the "ChartID"?
Thanks for your help!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is it possible to hide all the trade's related lines in 1 chart only?
the show trade levels options impacts all charts.
thanks.