Stanislav Ivanov
Stanislav Ivanov
4.8 (84)
  • Information
6+ years
experience
2
products
94
demo versions
149
jobs
0
signals
0
subscribers
Stanislav Ivanov
Added topic Financial operations limited
Hi guys, Does anyone know why all financial operations and freelance acceptance operations are limited Best regards 
Stanislav Ivanov
Added topic Horizontal Line Limitation
Hi Guys,  Im wondering is there a way to limit a HLINE  to show only for the last  10 Bars(for Example). I need something like that in a project of mine, Ive searched, but didnt find anything. Id appreciate the help!  Best Regards
Stanislav Ivanov Published product

30.00 USD

Expert Advisor that uses breakthrough strategy to open positions. The EA allows one trade at a time(per currency pair), so there is no additional risk for the user. It offers Money Management Systems(MM) - AutoLot based on account equity and,of course, manual lot size set up. On further updates the Money Management strategies would be expanded. All parameters are optimized. Hour Selection Mode - When desired, user can easily set up hours of non-trade. Lot Management : Two setups available for

Stanislav Ivanov
Added topic Error in normalizing prices
Hi guys, i had problems with one of my EAs, after normalizing prices i still got outputs like this: I dont know why this is there, considering all prices are normalized.Ill send my code, if someone could help! Thanks
Stanislav Ivanov
Left feedback to customer for job DMUea trading robot
Stanislav Ivanov
Added topic Problem changing input parameter in code
Hi,  In mql5 EA i have this problem when modifying LotSize, which is initially set as input. i want to use this code     if (LotSize > maxvol) LotSize = maxvol;    if (LotSize < minvol) LotSize =
Stanislav Ivanov
Left feedback to customer for job Double Bollinger Band EA
Stanislav Ivanov
Added topic Ordersend error 4107
Hi guys, Ive went through every material on error 4107 for EAs. I have this Expert that constantly returns this error, but Ive made all adjustments to prevent this - stopleve, normalize double , but still nothing. im adding the code and hope someone
Stanislav Ivanov
Added topic OrderCloseTime Expert Advisor MQL5
Hi, Im looking for a way to retrieve the last closed order/deal/position close time, possibly in datetime. Ive searched for various solutions, but none seem to work, Anyone with Ideas ? Thanks
Stanislav Ivanov
Added topic MT5 EA doesnt trade
Hi guys, Im quite new to mql5 ,so im having a few problems with making the EA trade.Im attaching the code. int OnInit ()   { //---    point= Point ();    if ( Digits ()== 3 || Digits ()== 5 ) point*= 10 ;   
Stanislav Ivanov
Left feedback to customer for job Bollinger Band EA
Stanislav Ivanov
Added topic Problem with OBJPROP_TIMEFRAMES
Hi, Im having some problems with showing certain objects only in specific TF. What happens is that it doesnt show  em at all. string tf = "" ; int timeframe = 0 ; string comment= "" ;      switch ( Period ()){
Stanislav Ivanov
Added topic WebRequest Error EA
Hi All, Im having trouble with an Auto News filter.Im sending the code - what is wrong is that after installed and no errors occur, when attached to chart generates error, but does not show error code , also the url is added to the menu
Stanislav Ivanov
Left feedback to customer for job Option to revers the orders
Stanislav Ivanov
Left feedback to customer for job Create Expert Advisor martingale,martingle & hedge
Stanislav Ivanov
Left feedback to customer for job Looking for experienced programmer to create an simple EA
Stanislav Ivanov
Left feedback to customer for job MACD INDICATOR AND EA WITH OPTIONAL FILTERS
Stanislav Ivanov
Added topic Indicator showing only sell arrows
im having a problem with an indicator that shows arrow(buy and sell) on macd crosses, stoch signals and MA cross. The code seems ok, but when i use the indicator only sell arrows show .  This is the code.    double Macd0,Macd1,ma[ 10
Stanislav Ivanov
Added topic Combining MACD and Stochastics
Hi fellas, Im want to ask if any of you previously had to combine indicators in 1chart in one mq file. Im combining macd and stoch, but the chart window get all wrong. Any ideas?   limit=rates_total-prev_calculated;    if
Stanislav Ivanov
Left feedback to customer for job Create an arrow and popup alert for Multi Time Frame MA High and Low indicator