Errors, bugs, questions - page 2370

 
Vladimir Karputov:

Read the rules of the Signals service. From cover to cover.

No time to read - you have to trade!

 
Vitaly Muzichenko:

No time to read - you have to trade!

Trading is closed at the weekend. That's why there is time.

 

There is an error in the help

Saves the current chart settings to a template with the specified name. The command given goes into the graph message queue and is only executed after all previous commands have been processed.

boolChartSaveTemplate(
longchart_id,// chart ID
const stringfilename//file name for saving the template
);

Parameters

chart_id

[in]ID of the chart. 0 means the current chart.

filename

[in] Name of the file to save the template. The ".tpl" extension will be added to the file name automatically, you do not need to specify it . The template is saved inthe_data_directory\templates\ folder and can also be used for manual application in the terminal. If a template with this name already exists, its contents will be overwritten.

If you do not specify ".tpl" then the templates file names like temlate.temp.tpl will not be saved correctly due to the presence of a dot. This is not quite correct because when saving templates what is the first thing that comes to mind? Period and instrument name, which can be in the format name.us

 
void OnStart()
  {
   MqlParam       parameters[];
   ENUM_INDICATOR enum_indicator;

   int ind_handle=IndicatorCreate(Symbol(),Period(),IND_FRAMA);
   Print(IndicatorParameters(ind_handle,enum_indicator,parameters));//Будет 2, должно быть 3, и параметров такое же количество должно быть
  }
 
In the prioritisation table on the website, in the documentation and in the help, the unary operators & and * are missing
 
And there's no description. A small thing, but a shame.
 
Are some bots giving grades?
 
fxsaber:
Are some bots giving grades?

More of a reaction to the description.

 
Good afternoon, could you tell me if it is possible to change the settings of the copied signal already after the subscription?
 
Hello. How do I change the price cup from the horizontal one, which now covers the entire screen, to the normal (vertical) small one?
Reason: