Dimitar Pavlov / Profile
- Information
|
no
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
novice coder mql4/mql5
Friends
137
Requests
Outgoing
Dimitar Pavlov
Added topic Share Demo ex5 file
Hi, can someone who downloaded the DEMO version of the famous <deleted> ex5 file can share it with me , because im having problem downloading it from the MQL5 market . Thank you
Dimitar Pavlov
Added topic setindex buffer help
im trying to add this value of the indicator: speed as buffer , please help! i did SetIndexBuffer , but then what i have to do ? //+------------------------------------------------------------------+
Dimitar Pavlov
Added topic cannot set millisecond timer (100)
im trying to make an EA from custom indicator values (don't have the source of the indicator !). i can get error everytime i put the EA on chat : cannot set millisecond timer (100) , any idea how to fix or bypass this error ? extern
Dimitar Pavlov
Added topic EA based on arrows
hi im trying to make ea to trade based on custom indicator arrows , but is not working , what i do wrong ? INDICATOR ARROWS VALUES trend[i] = 0 ; if (T3RSIBuffer[i]>LowBuffer[i] &&
Dimitar Pavlov
Added topic one trade per condition
bool DoesTradeExist() { TicketNo = - 1 ; if ( OrdersTotal () == 0 ) return ( false ); for ( int cc = OrdersTotal () - 1 ; cc >= 0 ; cc--) {
Dimitar Pavlov
Added topic Make arrows from object to buffer
Hi can some make this indicator arrows to be visible in data window ? Thanks
Dimitar Pavlov
Added topic Empty buffer value for custom indicator
Hi im trying to make EA based on custom indicator values but in data window i see only one buffer, either than this its empty when i point the mouse of the arrows any help ? i tried this but didnt work double SignalBuy = iCustom ( NULL , 0
Dimitar Pavlov
Added topic indicator gives too many alerts when its put on chart !!
Hi this indicator gives too many alerts when its put on chart , any idea how to be fixed ??? Thanks
Dimitar Pavlov
Added topic excel sheet calculator
Hi can anyone make this excel sheet, exactly the same !! ? https://www.youtube.com/watch?v=o4o5WGDpywM if yes im ready to post a job in Freelance section
Dimitar Pavlov
Added topic zero divide error on m1 chart !!
Hi can anyone fix the zero error divide ( the error is only when the indicator is put on m1 chart) Thanks :)
Dimitar Pavlov
Added topic arrows not visible in data window !
Hi this indicator has arrows but they are not visible in data window can anyone help me to be added as buffers so they can be visible in data window ? Thanks :)
: