Stefano Cerbioni
Stefano Cerbioni
  • Information
no
experience
1
products
3
demo versions
0
jobs
0
signals
0
subscribers
Stefano Cerbioni
Added topic arraySize and indicator for understund
hii have  this  script //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic Error 130 ordermodify but why ?
hy  , i dont know  why in my script  return always error 130   if i set a price 1.09556 for example  work anyone can help me ?   thnks //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic why not enter inside of if ?
hi guys , why  not  enter in the  if ? ProfitMin=100; CtrlSellTP=0;          if ((Bid <= (OrderOpenPrice()-(ProfitMin* Point * 10 ))) && (CtrlSellTP== 0 ))
Stefano Cerbioni
Added topic trade EURUSD by another currency with EA
hi guys i try to trade  eurusd , by another chart ,the EA is placed over EURCAD and  here i want trade EURUSD but  if i try not  work why ?? //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic why not enter in cicle for ?
hi guys  probably is  my mind + holiday = devastated , but is  possible mql4 not enter in  for ?? i have this part of EA int OnInit ()   {    ChartSetSymbolPeriod ( 0 , Symbol (), PERIOD_D1 );   
Stefano Cerbioni
Added topic trade at time
hi guys  i try to  close  a trade at  time , i  open the  trade at time  and  it works  but  when i try to close  not close  i create  a script like this extern string StartTime =
Stefano Cerbioni
Added topic double why not work ?
hi guys  i  have a questions i have indicator at end of this indicator i divide two double and after i multiplay for constant 100  why return  100 ????????? if i print a single  double return number little like
Stefano Cerbioni
Added topic indicator draw line 0 but value inside buffer is differents o_O
hi guys i want  draw e EXponetial EMA , but not want use a class inside of mql4 (ima or imaonarray ) therefore i build my class but  not draw nothing o_O thanks at all //+------------------------------------------------------------------+
Stefano Cerbioni
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 //+------------------------------------------------------------------+
Stefano Cerbioni
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 //+------------------------------------------------------------------+
Stefano Cerbioni
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 //+------------------------------------------------------------------+
Stefano Cerbioni
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
Stefano Cerbioni
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
Stefano Cerbioni
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 )      {       
Stefano Cerbioni
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
Stefano Cerbioni
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
Stefano Cerbioni
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
Stefano Cerbioni
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(
Stefano Cerbioni
Added topic tick volume why is 0
hi guys  i  run this code  void OnTick ()   {    MqlTick last_tick; //---    if ( SymbolInfoTick ( Symbol (),last_tick))      {        Print
Stefano Cerbioni
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