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 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
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.