gangsta1
gangsta1
gangsta1
Left feedback to developer for job Dashboard using multiple indicators and timeframes
gangsta1
Left feedback to developer for job Fix bugs and modify existing EA
gangsta1
Left feedback to developer for job Modification of EA already existing
gangsta1
Left feedback to developer for job Modification of an existing EA
gangsta1
Left feedback to developer for job Modification of an existing EA for specific developer
gangsta1
Left feedback to developer for job Create an EA for mt4
gangsta1
Left feedback to developer for job Modification of EA already developed
gangsta1
Left feedback to developer for job Modification of existing EA that has been developed
gangsta1
Left feedback to developer for job Modification of EA
gangsta1
Left feedback to developer for job Create an expert advisor based on zen wave
gangsta1
Left feedback to developer for job Modification of BBXMA as agreed
gangsta1
Left feedback to developer for job Expert Advisor Based on Multiple Indicators
gangsta1
Left feedback to developer for job An Expert Advisor based on SMA & Bollinger Bands with filters
gangsta1
Added topic DayOfWeek() For GMT
Hi, I know this seems odd to request but is it possible to get the days of the week based on GMT time and NOT brokers server time if that makes sense to anyone?! Basically, I want to stop my EA trading certain times on Friday and Sunday which I can
gangsta1
Added topic cannot convert type string to bool
This was fine before new mt4 builds but is throwing up "cannot convert type string to bool" when I try to compile now, any ideas? if (( bool )response.getAttribute( "error" ))
gangsta1
Added topic MT5 Strategy Tester Spread
Quick simple question - what spread is used in the mt5 strategy tester
gangsta1
Added topic 'i' - undeclared identifier
Since latest mt4 update, when I compile my EA I am getting the 'i' - undeclared identifier error but cannot see which part of this code is causing it: void CloseOrderSell() {      if ((Ask-Bid) <= MaxSpread*PipValue* Point ) {
gangsta1
Added topic Account number limitation to 10 digits
If I use my EA on a broker with a license number greater than 10 it will not work. The EA calculates the license number by multiplying the mt4 account number and this value is then entered into a "LicenseNumber" field of the inputs. For some reason
gangsta1
Added topic Remove date from test
I am testing a CHF based strategy but the CHF peg in early 2015 is causing irrational results so I was wondering if it is possible to code something that will prevent the strategy from trading on this date
gangsta1
Added topic OrderSend() error - trade timeout
I am running multiple terminals on a VPS (with EA's) and every so often I am getting the "OrderSend() error - trade timeout" message. It also happens when the EA is trying to modify open orders right after they have been placed - e.g. to place the