Forum

Two price axes for the same window

Hello everyone as shown in the figure, Two price axes for the same window, Different time periods. Thans

Width and Style question !!!

Hi guys , I have a question : Why in the indicator, the width of the line is more than 0 style is invalid Thank you for your reply

Do not display on the right side of the price scale?

Hello everyone Do not display on the right side of the price scale? ------------------------------------------------------------ The foreground color is None do not display the price, but But a black edge display

Indicators can not run

Hello everyone The indicator in the 610 version , not display properly. How to modify I am very grateful //+------------------------------------------------------------------+ //| Traders Dynamic Index.mq4 | //| Copyright

[help]Running results

int start() { int limit; int counted_bars=IndicatorCounted(); if(counted_bars>0) counted_bars--; limit=Bars-counted_bars; for(int i=0; i<limit; i++) { ExtMapBuffer1[i]=Close[i]>=Open[i]*1.1; } return(0); } Running results,why