Stefano Cerbioni / Profile
- Information
no
experience
|
1
products
|
3
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Stefano Cerbioni
Added topic library for GUI questions
Hi i want create a libray for call button in simple mode like _GiuButton( param...) but i want create a generic _GiuButton , in this mode when i want create buy and sell button i simply do in this mode _GiuButton( param
Stefano Cerbioni
Added topic how create library
hi i want create a library with some function that create a button and other GUI , i have a main program call A and library called B in program A i call with include my libraryB.mqh
Stefano Cerbioni
Added topic is possible do that in MT4 ?
Hi guys is possible click over screenn in chart ( but also not over candel) and return me open high low close and data time ? anyone have some example script or similar?? thanks
Stefano Cerbioni
Added topic expert not return error but not go
hi anyone know why this expert not work and not give error ? int isPositionOpen = 0 ; // Variabile per tenere traccia dello stato della posizione int entryArrow, exitArrow; // ID degli oggetti grafici void OnTick () {
Stefano Cerbioni
Added topic restart pc and my metatrader 4 is without account
hi guys i restart my pc , by abnomally power surge , and i lost my account and server , is possible recover it ?? thanks
Stefano Cerbioni
Added topic help convert mql5 to mql4 indicator
hi guys i have this indicator RVOL in mql5 i want convert in to mql4 i tryed but not work and i am not expert in mql5 , and in mql4 if someone want help me i will
Stefano Cerbioni
Added topic volume synthetic how is calculated ?
hi guys how is calculated a synthetic volume in mt4 ? i know if i use Volume[1]= return a volume but i want know how Volume function calculate a synthetic volume thanks
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
: