Indicators: Fibo Bar MT5 - page 3

 
Ibrahim Ogretmen:

syntax error: type expected    Fibo_Bar.mq5    100    14

I couldnt complie the indicator line 100 error

The MT5 editor is constantly changing and some changes affect the compilation of the code.

Now there is no possibility to edit the code in the MT5 codebase.
You need to remove the comma at the end of the 100 line by yourself.

 

I think - I did it in correct way - 

 
Taras Slobodyanik:

The MT5 editor is constantly changing and some changes affect the compilation of the code.

Now there is no possibility to edit the code in the MT5 codebase.
You need to remove the comma at the end of the 100 line by yourself.


Ok thank you very much.

 
Hello. How can I put several copies of the indicator on the same chart with different period parameters? To see, for example, grids of day, 4 hours and hour. I put, shows the last installed. Thank you.
 
Александр:
Hello. How can I put several copies of the indicator on the same chart with different period parameters? To see, for example, grids of day, 4 hours and hour. I put, shows the last installed. Thank you.

You need to change object names for each copy.
This version is simplified and has some "defects".

Full version with alerts and advanced features is in the market.

 
Taras Slobodyanik:

You need to change the object names for each copy.
This version is simplified, and has some "flaws".

Full version with alerts and advanced features is available in the market.

Give me a link to the full version.

 
It won't compile. It gives an error.
 
hi indicator wont load onto mt5 chart can you please help with this
 
JBCumberbatch #:
hi indicator wont load onto mt5 chart can you please help with this

The MT5 editor is constantly changing and some changes affect the compilation of the code.

Now I have no possibility to edit this code in the MT5 codebase.
You need to remove the comma at the end of the 100 line by yourself.

ps. and I wrote to you in private messages.
 
Working well, when comma is removed