Kevin
Kevin
Friends

Add friends via their profile or user search and you will be able to see if they are online

Kevin
Added topic News Feed --- Hedging
Hello everyone this is my first time trolling through this fourm, and I heard on another board that there might be a way to link an EA to the Economic Calender on this site.... Is this true? If so I have a few EA's that I would like to modify... If
Kevin
Added topic Looking for EA's
I am looking for some good EA's. anybody here have em. I am going to open ~50 accounts and run different strageties on each, then when i see how they perform i am going to fund the best performers every month. if you have an ea that you think i
Kevin
Added topic Hello Forex TSD
Just wanted to introduce myself and let everyone know what I was doing here. The Name is Kevin and I am from San Diego CA, And I am a Forex Newbie. I have opened accounts with three Forex brokers and am looking for the best stragetys to make the
Kevin
Added topic Array question ?
I have 5 Arrays.... USD[n],EUR[n],JPY[n],GBP[n],CHF[n]; Each is value is standardized to a value between 100 and -100 What i want to get is the Max and MIN value for [n] across all 5 arrays. for example: n = 12 USD[12] = 95 EUR[12] = 80 JPY[12] = 25
Kevin
Added topic Correlation Indicator
Does anyone have a good correlation indicator or EA that calculates the correlation or inverse correlation of two or more currency pairs ? I have seen one floating around before but cannot find it. What I am really looking for an an index
Kevin
Added topic TSD calender Trader
Its been a while since I have been over here to TSD I noticed a new calender pretty cool.... Anyone here have a MT4 template that pulls the calender data into an EA. I have a pretty good EA that uses the calender from another site but the site goes
Kevin
Added topic DateTime Question
I am trying to convert two string values to a datetime value but I cant get it right can anyone help... My two string values are: string aDate = eDate[n]; string aTime = eTime[n]; Wnat I need is datetime aDateTime[n] = StrToTime(eDate[n]+eTime[n]);
Kevin
Added topic GAP Trader
Here is a little contribution to this site... Its called the Gap Trader. It basically takes 1 position per week based on the Gap between The market Close price on Friday and the Open price on Sunday. Allot of the time the GAP will refill.... Hence
Kevin
Added topic Identifying Weekly bank transactions
In addition to the news, large bank transactions cause spikes in currencys. It is my uderstanding that many of these banks ( according to a friend at B of A ) make weekly transfers at a regulary scheduled time. What I am trying to do is identify
Kevin
Added topic EA Time function
Can anyone help with this..... I am trying to calculate the the % growth for the day. The problem is I cannot seem to set the begining balance variable. Here is what I tried double DailystartBal; int CurrentTime = TimeCurrent(); if (CurrentTime ==
Kevin
Added topic Huge differences in backtesting
Why is this ? I ran the exact same test with two different brokers, both using the same data, same spread, leverage, starting balance ect. What is causing the test to be different? Also in live testing the results are oppisite. Velocity is performing
Kevin
Added topic Strategy Runner
Does anyone here have any expirence with the Strategy Runner Platform ? I am only interested in scalping, 20 - 30 pips a day
Kevin
Added topic The Big Provider
Here is a new EA that I have been tweaking with for a while now. Its pretty sloppy code now but I like the way it works. Any suggestions on making it better would be apprieciated. Not to be used in live trading... I would like some ideas on the scalp
Kevin
Added topic CCI trailing stop
Need some help coding this.... I am trying to measure the Highest/lowest level of the CCI and use it as a "trailing stop". for example if I am in a long position and the CCI peaks out at 250 I want to exit the position when it comes down to 240. I
Kevin
Added topic Timing your entries
I came across a strategy that helps determine the best times to trade and need a little help programming it. Here it goes Essentially what I want to do is measure the highly volitle periods of a currency pair over the last month Using bollbands,and
Kevin
Added topic Channel Indicator
I need a Channel indicator that can be used in an EA. With the following criteria Adjustable Periods. Upper, Lower, and Mid Buffers: for each channel Automatically updates in the EA over specified number of periods channel need to be calculated as
Kevin
Added topic Supertrend
Kevin
Added topic Counting Orders
How do you Count your open Orders ??? I need to count how many OP_SELL and OP_BUY orders I have for a hedging EA
Kevin
Added topic CounterTrendScalper > 12% a day ROI
Gotcha - Just wanted to see how many people troll through this Fourm... Please dont ban me, it is a legit trading method that i am trying to code. The underlying purpose of this thread is to find out how many members here ... 1. Contribute to the
12