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

Reply
Old 01-25-2011, 03:35 PM   #1

dsalas's Avatar

Join Date: Jul 2009
Location: Madrid
Posts: 33
Ignore this user

Thanks: 0
Thanked 1 Time in 1 Post

Automated System Based on Support and Resistance

Hello Guys, i use Market profile, volume profile and of course basic support and resistance on a chart for finding levels on the ES, FESX, CORN and Bund.....

I was thinking about building an automated trading system but i HAVE NO idea, really, zero idea....on how people do this....does anyone have a clue about how to do this...it will be very good to write a program that "does" things for me instead of me watching the screen at lunch hour ( i am in the UK)

thanks lots

Daniel
dsalas is offline  
Reply With Quote
Old 01-25-2011, 05:28 PM   #2

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: Automated System Based on Support and Resistance

Quote:
Originally Posted by dsalas »
Hello Guys, i use Market profile, volume profile and of course basic support and resistance on a chart for finding levels on the ES, FESX, CORN and Bund.....

I was thinking about building an automated trading system but i HAVE NO idea, really, zero idea....on how people do this....does anyone have a clue about how to do this...it will be very good to write a program that "does" things for me instead of me watching the screen at lunch hour ( i am in the UK)

thanks lots

Daniel
if you can imagine it,
visualize it,
quantify it,
articulate it,
you can program it.
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 01-26-2011, 05:30 AM   #3

dsalas's Avatar

Join Date: Jul 2009
Location: Madrid
Posts: 33
Ignore this user

Thanks: 0
Thanked 1 Time in 1 Post

Re: Automated System Based on Support and Resistance

How can I do that tams?
dsalas is offline  
Reply With Quote
Old 01-26-2011, 09:04 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: Automated System Based on Support and Resistance

Quote:
Originally Posted by dsalas »
How can I do that tams?
You have already imagined it,
you have already visualized it,

now you have to
1. quantify it in logics, (ie IF this happens, THEN do this, ELSE do that...)
2. articulate it with written words, flow charts, diagrams, pseudo codes,

then we can program it.
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 01-26-2011, 07:11 PM   #5

Join Date: May 2007
Location: Tonbridge
Posts: 93
Ignore this user

Thanks: 0
Thanked 32 Times in 21 Posts

Re: Automated System Based on Support and Resistance

The key is risk management and that is dependent on many things, sometimes Time, sometimes Speed of Movement, sometimes Volume, sometimes Dollar amount, sometime Cycles of X Number of Bars, sometimes Seasonals, sometimes Percentages of Movement and sometimes Percentages of Account with regard to Leverage and/or Drawdown sometimes external events both known and unknown

The advice of IF THIS THEN THAT is good but you also need to know how to program position sizing according to market condition. Not all trades are equal in terms of risk some are scalps some are swings. Differentiate this and then you have an ALGO to take on the very best

You state support and resistance. Define them. for me in MP then support is defined as when the buyer is able to halt the selling and the buyer is able to overwhelm the seller and stabilize the market in terms of directional trade. and obviously vice versa. This could be as simple as saying if X bar rotates in the opposite direction and exceeds then.... However how would you deal with a bar that opens on a high and closes on a low followed by the next bar that opens on the low and closes on the high

Define your Timescale, Define your Basis for Order Entry and Order Exitt, Define Rsk Proposed,
write it out and apply the logic
alleyb is offline  
Reply With Quote
Old 01-27-2011, 05:24 AM   #6

robertm's Avatar

Join Date: Jun 2009
Location: K.L.
Posts: 159
Ignore this user

Thanks: 29
Thanked 48 Times in 33 Posts

Re: Automated System Based on Support and Resistance

Quote:
Originally Posted by alleyb »
However how would you deal with a bar that opens on a high and closes on a low followed by the next bar that opens on the low and closes on the high
You define a range filter, this solves this issue. Volatility works better for this than % price or % retrace.

Or you invent AI & just tell it your logic & let it write the code for you
robertm is offline  
Reply With Quote
Old 01-27-2011, 07:51 PM   #7

Join Date: May 2010
Posts: 31
Ignore this user

Thanks: 0
Thanked 20 Times in 14 Posts

Re: Automated System Based on Support and Resistance

Hi Dsalas,

Have you programmed on your charting platform before? If not then the first step is to learn how to code some simple indicators and get familiar with the programming language. Most charting applications have tutorials to help you. Then if you want to look at support/resistance levels you can code a simple indicator to plot the highest high and lowest low over different time frames, eg the last hour, since session start, last 15 minutes, etc. This can show you clusters of support/resistance levels and you then move to the next step, deciding what you want your system to do when price is near those levels.

Good luck in your trading.
TraderWill is offline  
Reply With Quote
Old 01-28-2011, 08:22 AM   #8

Join Date: Oct 2010
Posts: 23
Ignore this user

Thanks: 2
Thanked 0 Times in 0 Posts

Re: Automated System Based on Support and Resistance

I think you shouldn't do it on your own, maybe the best way is gonna be to ask help from the professionals? Probably they will do it in a better way, and you will make your lunch time free from watching your screen!
max8ion 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
TAs for Support and Resistance Jeremytang Technical Analysis 19 12-13-2011 01:50 PM
[ES] Support and Resistance jitasb E-mini Futures Trading Laboratory 20 11-23-2011 10:45 PM
Support and Resistance kvn Technical Analysis 156 04-10-2011 04:15 AM
What is support and resistance? Raphx Beginners Forum 12 03-09-2011 10:36 AM
Volume Profile Based Support & Resistance KeyToTheCastle Market Profile 22 12-02-2010 12:21 PM

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