Stanislav Ivanov
Stanislav Ivanov
4.8 (84)
  • Information
8+ years
experience
2
products
100
demo versions
149
jobs
0
signals
0
subscribers
Stanislav Ivanov
Left feedback to customer for job EA coding needed
Stanislav Ivanov
Added topic MQL Storage Problem !
Hi All, I have an issue with the storage service. From my personal computer ,i commit a few EAs to my vps`s meta editor. On both computers the community account is linked. When i commit from my personal computer, without any kind of error it shows
Stanislav Ivanov
Left feedback to customer for job STOP TRADING AT DAILY TARGET
Stanislav Ivanov
Left feedback to customer for job Create an EA to open trades base on moving averages and stochastic indicator
Stanislav Ivanov
Left feedback to customer for job Simple EA using Bolinger Bands
Stanislav Ivanov
Left feedback to customer for job Adding modfications to existing EA (MT4-6)
Stanislav Ivanov
Left feedback to customer for job Adding 2 functions to existing EA ( limiting number of order ,partial close) price negotiable
Stanislav Ivanov
Added topic Issues with running a loop in a partial close function in MQL5 EA
Hello, I have a problem with a function for partial order close, with a loop in it. Outside the loop i set a variable closed_volume =0, so the idea is to store the amount of closed lots , so that it may equal the previously set lot size for close -
Stanislav Ivanov
Left feedback to customer for job Trend direction and Force Expert
Stanislav Ivanov
Added topic Arbitration results delay !
Hi guys, I have a couple of arbitrations waiting in the freelance section, one of them is for at least 3 weeks, but no feedback from arbiter.Does anyone of you experience such issues? Best Regards
Stanislav Ivanov
Added topic MA Buffer problem MQL5
Hi,  i need some help comparing two elements of MA. Usually i have no problem with this,but this time is different.    ArrayResize (MA,MAdirectionPeriod);    ArraySetAsSeries (MA, true );    if ( CopyBuffer (ma, 0
Stanislav Ivanov
Added topic Invalid Stops MQL5 / - TP
Hi All, I have an issue with sending orders, due to  2018.10.22 23:53:13.079 Core 1 2017.03.15 19:00:00   failed modify #2 sell 0.03 EURUSD sl: 0.00000, tp: 0.00000 -> sl: 0.01000, tp: -0.01000 [ Invalid stops ] this kind of error
Stanislav Ivanov
Added topic Problem with BB EA
Hi guys,      if ( Bid <upper[ 0 ] && Open [ 0 ]>upper[ 0 ] && MA[ 0 ]<MA[ 1 ] )       {        Print ( "---------- SELL ------------------" );
Stanislav Ivanov
Added topic Order Select Mode_Trades returns a CLOSED order!
Hi All, I have an interesting situation, where i need order select filtering the still opened from closed trades, via ticket in a loop. This is the code i am using :          if (! OrderSelect
Stanislav Ivanov
Added topic Two dimensional Array not assigning values !
Hi guys, I have a problem with a 2d array, i have never worked with 2d arrays before, so its kinda  expected. I read a lot, both forum and google, but found nothing .  I have a 2d array  to store ticket numbers for past orders, the
Stanislav Ivanov
Left feedback to customer for job Bollinger Band Trading EA
Stanislav Ivanov
Left feedback to customer for job Need a programmer to create Martingale & Grid based EA
Stanislav Ivanov
Left feedback to customer for job MLP EA 3
Stanislav Ivanov
Added topic RSI Trend lines drawing problem !
Hello, Im having some trouble building trend lines around a RSI indicator - what seems to be the problem is the "time" coordinate for setting  lines. The result is :    This is the first time i build such indicator ! Hope you can help