Digitals113
Digitals113
Friends 2
Digitals113
Left feedback to developer for job Looking for a coder to modify a loop
Digitals113
Left feedback to developer for job Incoroporate existing function into EA code
Digitals113
Left feedback to developer for job Recoding existing news function
Digitals113
Left feedback to developer for job Developer needed to add a function to find lotsize based on ADR
Digitals113
Added topic Holding a value for X candles
void TouchedSR()   {    InsideResistance= false ;    InsideSupport= false ;    for ( int i= 0 ; i<10; i++)      {        double HiCandle = iHigh ( NULL
Digitals113
Added topic News events array
I have a code that reads the xml file from news events for the week and holds various information about the events. The code for the loop is supposed to only read the next news event in the array but it loops to the last instead. I am using the code
Digitals113
Left feedback to developer for job ZUP Harmonic Trading function
Digitals113
Left feedback to developer for job Looking for a developer to code a simple loop for EA
Digitals113
Added topic Creating a buffer for Main symbol and Secondary symbol
I am trying to create a buffer in the FFC indicator that pulls the symbol for the upcoming news events. line 196 - 201 //--- Buffers double MinuteBuffer[]; double ImpactBuffer[]; double PreviousBuffer[]; double ForecastBuffer[]; string
Digitals113
Added topic One trade per candle on lower timeframe.
I have an EA that runs on the 4 hour chart and opens trade in a grid based on the new candle formation on the 15 minute timeframe . I am trying to limit the number of trades the EA takes by only allowing a certain number of trades on the 15 minute
Digitals113
Left feedback to developer for job Modify existing EA with basket ATR trailing stop and basket ATR take profit
Digitals113
Left feedback to developer for job ERROR WITH PYRAMID GRID ENTRIES IN EA
Digitals113
Added topic EA hangs trying to close trade.
I have an EA that enters in a pyramid type grid. When DD hits a certain percentage it closes the first order opened in the basket, I tried coding this but it just seems to hang the EA.  Can someone find the culprit in this code? Thanks in
Digitals113
Added topic Coding ADR in EA
Struggling trying to hardcode the formula for 5 day ADR into my expert advisor. Not sure what I'm missing but it keeps returning 0.  int dailyrange(){ int i= 0 ; for (i= 1 ;i<= 5 ;i++) R5=( iHigh ( Symbol (), PERIOD_D1 ,i)-( iLow ( Symbol ()
Digitals113
Added topic Order Send error 3 help
tmSignal();    if (buy()&& ( Bid >=RUDuentry && Bid <RUDutp1-min_distance* _Point && RUDuentry> 0 && RUDutp1> 0 && tmTrade== 1 /*&& (dotsBuy<atrproju) &&
Digitals113
Left feedback to developer for job BB MACD EA
Digitals113
Left feedback to developer for job Modification of existing EA
Digitals113
Left feedback to developer for job TDI-RSI FIBONACCI EXPERT ADVISOR
Digitals113
Registered at MQL5.community