• Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Software Architect at
Nicolas Baptista
Added topic Error 4806 while using CopyBuffer()
Hi, I would like to just get the value of a custom indicator in an Expert Advisor, here is my code : double    IndicatorBuffer[]; int       HandleIndicator = 0 ; int OnInit () {    HandleIndicator =
Nicolas Baptista
Added topic How to attach indicators from the EA ?
Hello, I have some difficulties to attach the indicators on my chart from the EA. What I did was : void init() {    iCustom ( Symbol (), PERIOD_CURRENT , "indicator1" , 0 , 0 );    iCustom ( Symbol (), PERIOD_CURRENT
Nicolas Baptista
Added topic Problem importing DLL on MT4 under Wine on Linux [solved]
Hello there, I wanted to import a library for my expert with : #import "B:/drawer.dll"    int portotype(); #import Here the result when I run the expert: Cannot load "B:\drawer.dll" [126] You can see that the file exist on the B: drive on
Nicolas Baptista
Added topic How to remove the little arrow "One Click Trading" ?
How can I remove the little arrow that display the "One Click Trading" on the left-top corner : We can't disable it in the settings even if we disable the one click trading, so is it a code or something that can hide it
Nicolas Baptista
Registered at MQL5.community