Welcome to the Traders Laboratory Forums.
Automated Trading Black box systems, strategy automation, algorithmic trading, etc...

Reply
Old 05-12-2011, 09:40 AM   #1

Join Date: May 2011
Posts: 9
Ignore this user

Thanks: 2
Thanked 0 Times in 0 Posts

Exclamation Help Defining a Trade Rule in Excel :O

For weeks I am trying to define the last thing in my automated trading system.
I use sierra chart and my trading system is based on excel.
My strategy is based on market tension and is trying to predict market corrections.
There is a rule that if the price came 0.25 - 0.5 points from a pivot point, didn't touch the pivot and a market correction at the size of 2 points or more occurred I will not go into position using this specific pivot point. But if after the correction - the price got 5 points away from the pivot and 15 minutes have passed since the correction took place I can use the pivot again.
How can I define something like this? : \
can macros help me? How?
Thank you very much in advance
alfassy is offline  
Reply With Quote
Old 05-17-2011, 05:12 AM   #2

MarkHocky's Avatar

Join Date: May 2011
Location: Perth
Posts: 3
Ignore this user

Thanks: 1
Thanked 3 Times in 2 Posts

Re: Help Defining a Trade Rule in Excel :O

Hi Alfassy,

Difficult to provide detailed advice without more details about how your spreadsheet is set up (e.g. frequency of price data), but the first thing that came to mind was:

You could calculate this as a separate 'indicator' in a new column in excel.
When the pivot point is set, start calculating your boundary (e.g. 0.5 points), and then switch on or off the indicator according to the other conditions you need to meet. This might look something like this (in psuedo code):

'=IF(AND(Pivot point = ON, Time stop = NO, Price > Pivot level), take position, no position)

You might need seperate columns to calculate your pivot boundary, and time stop switch....

Hope this helps!

Mark.
MarkHocky is offline  
Reply With Quote
The Following User Says Thank You to MarkHocky For This Useful Post:
alfassy (05-17-2011)
Old 05-17-2011, 08:44 AM   #3

Join Date: May 2011
Posts: 9
Ignore this user

Thanks: 2
Thanked 0 Times in 0 Posts

Re: Help Defining a Trade Rule in Excel :O

Thank you in advance for your help
i have the date and ohlc of the price every 15 minutes in my sheet.
And i have 6 pivot point allready calculated on columns aa - af.

my biggest problem is defining the time sequence
meaning right now the price touches the pivot point, if before that the price made a market correction that started in up to 0.5 from the pivot point and lasted more than 2 points then i wont go into position, unless the market correction was more than 5 points from the pivot points and 15 minuted have passed since the market correction started.

i need to define a series of events in different times and i am not sure how to do that.
i am not sure how to defune things that happened in the "past"
alfassy is offline  
Reply With Quote
Old 05-17-2011, 08:53 AM   #4

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,778
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Help Defining a Trade Rule in Excel :O

if excel is proficient in doing the type of analysis that you want do...
then everybody would be doing it.
have you wonder why people would use ninjatrader (free) or multicharts or tradestation (free with account) to do this type of analysis and backtesting?
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 05-17-2011, 04:00 PM   #5

Join Date: May 2011
Posts: 9
Ignore this user

Thanks: 2
Thanked 0 Times in 0 Posts

Re: Help Defining a Trade Rule in Excel :O

so you are saying it would be easier defining these things using ninjatrader or other programs :]
thanks for the tip! i will try ninja!
alfassy is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
[S&R Levels] Rule of 10 brownsfan019 Technical Analysis 99 12-08-2011 04:48 PM
Help Defining a Trade Rule Using Excel alfassy Coding Forum 3 05-12-2011 07:23 PM
Help Defining a Trade Rule Using Excel alfassy Technical Analysis 0 05-12-2011 09:42 AM
uptick rule and tick darthtrader Technical Analysis 1 07-26-2007 04:51 PM
Uptick Rule Introduced The Bear E-mini Futures Trading Laboratory 7 05-06-2007 01:37 PM

All times are GMT -4. The time now is 11:45 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.