gangsta1
gangsta1
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
gangsta1
Left feedback to developer for job Market Sentiment Data Collection
gangsta1
Left feedback to developer for job Market Sentiment Data
gangsta1
Added topic Market Sentiment Data Sources
What sources do you recommend for market sentiment data? I wonder if it would be possible to combine all these sources and create an indicator showing the overall buy/sell position % on pairs. I haven't came across an indicator that does this yet
gangsta1
Left feedback to developer for job Mt5 EA additional indicators & bug fixes
Alain Verleyen
Alain Verleyen 2015.05.21
Thank you :-)
gangsta1
Left feedback to developer for job Fix Multi-Currency EA
gangsta1
Added topic Multi-Currency EA different results
Is it a limitation to mt5 that when testing a multi-cuurency EA the results will be different depending on the symbol it is tested on? Even using the same settings and same symbols selected, I am getting very different results depending on the symbol
gangsta1
Added topic Optimization results not running single test
I spent hours optimizing in mt5 and ran a single test based on one of the results. When I tried to run other results and that same set again, the EA does not place any trades. Does anyone know why this happens
gangsta1
Left feedback to developer for job Condtions added to mt5 EA
gangsta1
Left feedback to developer for job MT5 Multi Currency & Time Frame EA
gangsta1
Added topic TimeGMT When backtesting...
I understand TimeGMT() when running an EA live uses GMT, however when back testing does it use the broker time, local time or GMT? EDIT: Nevermind, I found this: During testing in the Strategy Tester , TimeGMT() is always equal to TimeCurrent()
gangsta1
Added topic Old tick error
I ran a long optimization over night and when I try to run through individual results the EA does not trade and there is an "old tick" error, any ideas why and how to get around this? Seems as though the overnight option was pointless as I cannot