sezaru
sezaru
Friends

Add friends via their profile or user search and you will be able to see if they are online

sezaru
Added topic How to add MqlTick data to a custom symbol via CustomTicksUpdate function
I have a custom symbol that I created and I want to add MqlTick data to it using the function CustomTicksUpdate (In the documentation it's called CustomTicksAdd , but this function doesn't exists inside mql5, I think the documentation is outdated)
sezaru
Added topic Show conditional inputs in EA
Is it possible to have conditional inputs on an EA? For example, let's say I have this three enums enum Condition {   Foo,   Bar, }; enum FooCondition {   Foo1,   Foo2, }; enum BarCondition {   Bar1
sezaru
Added topic How to create custom symbols and feed it's chart data from a remote server in real time
Hello there, I'm trying to learn how to create a MQL5 library for MT5 (I think it should be a library, but not so sure) to create new symbols and feed these symbols chart data from public exchanges APIs in real time. I tried searching for some
sezaru
Registered at MQL5.community