Forum

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 = iCustom ( Symbol (), PERIOD_CURRENT ,"MAindicator","EURUSD", PERIOD_CURRENT ); Print (" iCustom

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 the explorer. The DLL option on MT4 is checked. I have tried

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 , "indicator2" , 0 , 0 ); iCustom ( Symbol (), PERIOD_CURRENT , "indicator3" , 0

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