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 Top Values of the iSTDDev HELP
Hi,  I am having some issues identifying the tops and lows in a indicator. Can someone give me a hand with this
Stanislav Ivanov
Added topic Reducing requests to Broker server
Hi guys, Do you have any ideas for reducing EA requests for MT4. Last year i got my account disabled for having too many requests. Almost all of my code is in the OnTick function , but I think I should change things. Any advises? Best Regards
Stanislav Ivanov
Added topic EA problem - doesn`t trade
Hi guys, Im having some trouble with an EA in MT4. Its just a basic one, but when started in the tester, doesn`t trade at all. This is the code. Thank you in advance! //+------------------------------------------------------------------+
Stanislav Ivanov
Added topic Help with trailing stop !!
Hi all, I have a problem with my EA, i created a trailing stop function, it works but in the tester is says "Order modify error 1" - i suppose this is for modifying the already modified order, but i need help for solving the problem - How can i make
Stanislav Ivanov
Added topic Expert Advisor problem
Hi, I have this problem with my new EA, with it i`m going for the squeeze strategy with BB, i have set some code and after checking up everything and using the tester it doesn`t trade,why that happens to me so often :D .  double BBmain[]; double
Stanislav Ivanov
Added topic MACD order stoper problem
Hi guys, I started experimenting with a new piece of code that closes orders if the macd reaches the max of its values since 20bars(for example-if the order is buy) and reaches the min for a sell order . It is a function I wrote it looks like: this
Stanislav Ivanov
Added topic EA doesnt trade
Hi guys im here with the typical problem again im trying some code but the EA doesnt trade when the  Rsi1<= 70 code is in. double Rsi0 = iRSI ( NULL , 0 , 14 , PRICE_CLOSE , 0 ); double Rsi1 = iRSI ( NULL , 0 , 14 , PRICE_CLOSE , 1 ); if
Stanislav Ivanov
Added topic Problem with an EA
Hi Guys I`m here with a problem again. In my EA I calculate an average level, i named AvgLevel  and i am using it for signals. if ( Ask > AvgLevel &&  Open[ 1 ]<Close[ 1 ] && Open[ 1 ]<AvgLevel ) This is a
Stanislav Ivanov
Added topic Searching for opened orders my magic number
Hi, I made some changes to one of my EAs it is about searching for already opened orders by their magic nbr. I have set different magic nbr for the ea, when i attached it to different currencies, but still  order opened stops the other EAs from
Stanislav Ivanov
Added topic Expert Advisor doesn`t trade !!!!
I`ve just created a new EA , but I have a problem with this one, just like the past one, as well. Can you help me figure out why the EA doesn`t trade!! Thanks  #property copyright "Stanislav Ivanov" #property link
Stanislav Ivanov
Added topic Usage of POINT variable
Hi guys,  I`m writing to ask about the usage of the POINT variable in MQL4. What does it change when included and in this way how many points equal 1 pip or tick ?   Thanks :) 
Stanislav Ivanov
Added topic Help with my EA !!!
Hi guys i`m new in the forum. I have a problem with my EA, i just created it using the MACD.sample file  in the meta editor, but replaced the signals with my own. After debugging it metaeditor shows me 0 errors. So i decided to go through the
Stanislav Ivanov
Registered at MQL5.community