Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

alfassy

Help Defining a Trade Rule in Excel :O

Recommended Posts

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

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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"

Share this post


Link to post
Share on other sites

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?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.