Stefano Cerbioni / Profile
- Information
|
1 year
experience
|
1
products
|
6
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Stefano Cerbioni
Added topic memory mapped file question
Hi guys anyone , have example of memory mapped file ?? thnakz at all
Stefano Cerbioni
Added topic stringtodouble not work
hi guys i have this script //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic crash script overflow ?
hi guys anyone now why this is script crashed ??? //+-----------------------------------------------------------+ //| MT4 CUSTOM
Stefano Cerbioni
Added topic when start period ?
hi guys , suppose i have a script , and i want run it only one time in period example if i set M30 at a start of 14.30 start after restart at 15.00, but if i set M15 start
Stefano Cerbioni
Added topic how compare a time frame ?
hi guys i try to compare the time frame for exclude 3 type of time frame but not work i tryed also with use a second like but nothing , whats wrong ? sinput ENUM_TIMEFRAMES TimeFrameChoice= PERIOD_CURRENT ; //
Stefano Cerbioni
Added topic if and or value required ?? hwy?
hi guys i have this part of script return me error '!=' - l-value required but why i used it sinput ENUM_TIMEFRAMES TimeFrameChoice= PERIOD_CURRENT ; // Timeframe void OnInit () { if ((TimeFrameChoice!=
Stefano Cerbioni
Added topic question about external program
hi guys exist some tutorial or simple explae for comunicate MT4 with external program ? example i want create a indicator attach over 3 or 4 cross and if appen somthing in cros send me data in my external program
Stefano Cerbioni
Added topic set time frame when add indicator
hi guys exist a command for set timeframe on thefly when i add indicator ? example when i write script and clic over play in metaeditor in default , it set me H1 but if i want set M30 ? on the fly ? i look
Stefano Cerbioni
Added topic date to integer or long ?
hi guys is correct write in this mode?? long RslTime ; int ManyTime= 2 ; RslTime = Hour()*ManyTime;
Stefano Cerbioni
Added topic find bar in specific time frame range yesterday
hi guys , how is possible find in yesterday in time frame (example 30 M) the bar that have a value = at XXX
Stefano Cerbioni
Added topic position bar by price
Hi guys is possible return a position bar by price ? example i have a highets value of 48 bar , suppose is 0.96366 , exist a method for positionbyvalue (0.96366) and return me .... 5 the fifth bar
Stefano Cerbioni
Added topic high and lowest of yesterday
hi guys i try to find highest and lowest of yesterday i use this code but for me not work //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic set time frame when attach script or EA or indicator
hi guys itry to set the time frame when i attach a script with this code but not work ChartSetSymbolPeriod ( 0 , NULL , PERIOD_M30 ); anyone can help me ? thankz
Stefano Cerbioni
Added topic arrow over candle error
hi guys i try to se over the candel a little arrow i create this script it create a rrow but not over the candel and when i zoom it the arrow is so much over anyone have some suggestions ? thankz
Stefano Cerbioni
Added topic array questions
hi guys , why if i decleare array in this mode return me error invalid index value ? int VisibleBar=WindowFirstVisibleBar(); double aBodyCount[VisibleBar]; is a integer
Stefano Cerbioni
Added topic Candle recognize questions
hi guys i have a questions about , how recognize for all cross , explane better , example: if you want recognize if body of candel is up you do a differnces of close-open if is max of > 0.00 is up , is less is down body candel. ok but if i
Stefano Cerbioni
Added topic question about indicator and sub indicator
hi guys how is possiblòe interact with indicator ? (explain better) scenario: i have a cross XAUDUSD and attach over the CCI and over CCI, also MA, how is possible (for example ) trigger a long when MA
Stefano Cerbioni
Added topic arrow draw only one time why???
hi guys i try to create a indicator , if exist some condition must underline a candle with arrow and send me allert, but underline work only one time and allert work correctly this is my code if
: