faustf
faustf
faustf
Added topic why ema in mt4 draw things and in treadingview another things ?
hy guys  i try to convert  tradingview indicator to mt4 the  code is simple  open-close  and  result  insert in ema 1500 period this is my code //+------------------------------------------------------------------+
faustf
Added topic why indicator draw only orizontal line ?
hi guys  why this  script  draw orizontal line  , if i use imaonarray or ima ?? yhanks  at all //+------------------------------------------------------------------+
faustf
Added topic why indicator not draw till the end ?
Hi guys  i have this script , but  why with iMAOnArray not  create a chart till the end ? thankz //+------------------------------------------------------------------+
faustf
Added topic is possible calculate ima of ima ?
hi guys  , i ask at expert , if is possible calculate  iMA  of open-close and result  recalculate iMA ???? i ask this because in manual  iMA  want like parameter only int enumerator PRICE_CLOSE but is not possible
faustf
Added topic indicator oscillator problem
hi guys  i try to do an oscillator in separated windows  but   it draw  only a line  , where is the error  ? thankz at all
faustf
Added topic back test questions
hi guys i  want test a EA at end of a day i write it  like this  //+------------------------------------------------------------------+    void OnTick ( void )      {       
faustf
Added topic questions about indicator RSI
hi guys i want modyfy a RSI in metatrader i want place in one time 2 indicator of RSI in one separated window, and i would when  cross first rsi over second appear an allert , i try to mod ,a RSI  in MT4 but i dont know  why i can
faustf
Added topic Memory mapped strange result
Hi guys , i created a memory mapped  file in C#  this is a  coded using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO.MemoryMappedFiles; using
faustf
Added topic memory mapped file with Dll
hi guys  i try to read a memory mapped file  with Dll   https://www.mql5.com/en/code/download/816/memmap32.zip but i  have some problem  i try to load  with this  scriptin mql4
faustf
Added topic memory mapped file
Hi guys  i try to read  a memory mapped file , the   first script is simply c++ #include <windows.h> #include <stdio.h> #include <conio.h> #include <tchar.h> #define BUF_SIZE 256 TCHAR szName[] = TEXT(
faustf
Added topic tick volume why is 0
hi guys  i  run this code  void OnTick ()   {    MqlTick last_tick; //---    if ( SymbolInfoTick ( Symbol (),last_tick))      {        Print
faustf
Added topic clean custom indicator in chart ?
hi guys is possible clean and erasy all inside  indicator in separated window ?  if  yes  how _ thankz at all
faustf
Added topic cicle for problem
hi guys  i have  a  script , this script  read a txt file (with this function , i create a global array aGLineReadHSprd[9999] ) //+------------------------------------------------------------------+
faustf
Added topic rectangle draw by hand return X Y + position
hi guys  if i draw  by hand  a rectangle  is  possible by script   have  a coordinate in chart  and dimention ?? anyone  have some example  thankz
faustf
Added topic COT data questions
hi guy i look this  page  https://www.cftc.gov/MarketReports/CommitmentsofTraders/HistoricalViewable/cotvariablestfm  in this page i saw Dealer_Positions_Long_All  --------------->  commercial Asset_Mgr_Positions_Long_All
faustf
Added topic Array resize question
hi guys , i have  a Array bidimentional , i not  have  clear  some particular of Arrayresize . My Scenario: i  have a bi dimentional array    Array[column][row]  the  row  is  not a constant
faustf
Added topic help example function must have body why ?
hi guys  i try to run a example in EA https://docs.mql4.com/check/isdllsallowed #property strict #import "user32.dll" #import int      MessageBoxA( int hWnd, string szText, string szCaption, int nType); // Global Variables
faustf
Added topic Memory Mapped file without dll and persistent file
hi guys  i try to  read in MT4 a  Memory mapped file , i look this  example https://www.mql5.com/en/forum/142721 i have created  a C#  memory mapped file  this is a code using System; using System.IO; using
faustf
Added topic file search in folder FILE o_O
hi guys , i have in folder FILE  this txt, 2016.txt , i  want , when people find 2015.txt  return simply error, for do that i use  this code int YearCtrl  = 5 ; Print ( "I ANNI  SONO QUESTI--- " +
faustf
Added topic overload with ArrayBsearch why ?
hi guys  i try to search in array bidimentional a string but return me  error 'ArrayBsearch' - no one of the overloads can be applied to the function call     why ? int start()   {    string nameFile=