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 Problem with Moving Average in Custom Indicator
Hi guys, Im having a serious problem with calculating a MA in an indicator. In first look everything seems ok, but when attached to chart the MA goes crazy int i,Counted_bars; //--- counting from 0 to rates_total    ArraySetAsSeries
Stanislav Ivanov
Left feedback to customer for job EA high / low timeframe--very difficult.
Stanislav Ivanov
Left feedback to customer for job Add new open strategy to existing EA 5 22 2018
Stanislav Ivanov
Added topic Critical Error : Array out of range
Hello,  I have some issues regarding 2 array for storing horizontal lines. This is the code, it shows  Trendline EA 1.4 EURUSD,M15: array out of range in 'Trendline EA 1.4.mq4' (108,50).    int linB= 0 ,linS= 0 ,B= 0 ,S= 0 ;
Stanislav Ivanov
Added topic ARRAY SORT indexes
Hi Guys, I have a question, and I cant quite find the answer. When I sort an array,for example ascending, do indexes keep or they rearrange? Thank you in advance
Stanislav Ivanov
Left feedback to customer for job Add conditions to Existing EA. 5 18 2018
Stanislav Ivanov
Left feedback to customer for job Simple EA Breakout Scalp v2
Stanislav Ivanov
Left feedback to customer for job Change the code of an expert based on Hedge 2
Stanislav Ivanov
Left feedback to customer for job I'm looking for a programmer to build signals alert,inbox email alert on mt4
Stanislav Ivanov
Added topic Horizontal Lines on Array and Problem with order opening
Hi, I`m having a problem with a piece of code for an EA. I want to open orders Buy above the line and Sell below, on every line as follows, there is also trigger distance if reverse order is to be opened, the price has to break that level, the lines
Stanislav Ivanov
Added topic Critical Error in EA (MT4) - Array out of range
Hi guys, Im writing this EA, checked forum and article topics, but still get this nasty error. Can  you help me?  if (incremental_trail== true ) { for ( int i= 0 ;i< OrdersTotal ();i++ )   {    OrderSelect (i
Stanislav Ivanov
Added topic Help with incremental Trail !!!
Hi,  I want to create a function to move stop losses , But I constantly get OrderModify Error 1. Can you help me? void increment() { int incB= 0 ,incS= 0 ,tkt[]; double stoploss[]; ArrayResize (tkt, OrdersTotal ()); ArrayResize (stoploss
Stanislav Ivanov
Left feedback to customer for job Expert Advisor assistance
Stanislav Ivanov
Left feedback to customer for job Paroli EA
Stanislav Ivanov
Left feedback to customer for job Simple candle robot with Limit orders and trailing stops.
Stanislav Ivanov
Left feedback to customer for job Create MT4 AutoTrade IV
Stanislav Ivanov
Added topic EA opening only BuY orders/ SELL NOT
Hi, I`m posting a piece of code from my EA - it has a problem - its not opening any SELL orders . if (!AreThereOrders() && order4_allow== true ) {     if ( fisher1> 0 && cci0<- 70 && stoch0> 50
Stanislav Ivanov
Added topic ADD LOT Problem
Hi Guys, i`m struggling upon something -  its an add lot function . Can you help me make it start only one additional order per main order? Mine starts like a million additional orders. I`d really appreciate the help. Best Regards
Stanislav Ivanov
Left feedback to customer for job Change the code of an expert based on Hedge
Stanislav Ivanov
Added topic HELP with Top values of iStdDev
Hi,  I am having some issues identifying the tops and lows in a indicator. Can someone give me a hand with this