Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 11-18-2006, 08:14 PM
Kurka Fund's Avatar
Senior Member
 
Join Date: Sep 2006
Location: San Diego
Posts: 138
Kurka Fund is on a distinguished road
Price System

How do you go about using price to determine when to enter or exit positions? I can use indicators all day long but my system requires price based entry in certian conditions. . . .


Here is waht I need to do...
extern bool Stepper =false;
extern bool OpenBuy =false;
extern int PipDifference =3;
extern int PipStep =2;



if (conditions_are_met){
double high1 = iHigh(NULL,0,1);
double high2 = iHigh(NULL,0,2);
double high3 = iHigh(NULL,0,3);
double high4 = iHigh(NULL,0,4);
double CurrentPrice = iHigh(NULL,0,0) //not sure if this is the right code

if (CurrentPrice < (high1 - PipDifference)) {Stepper=true; OpenBuy=true;}
if (Stepper){
if (CurrentPrice < high1 - PipDifference - PipStep) {OpenBuy = true;}

//Basically I want to buy when current price is less than PipDifference, and buy again at every Step. in this case buy at previous high - 3, and again at -5 and -7 and -9 ext...

//Then I want to trail that position at a NEW High. So as soon as the current price hits a new high (higher than the last 4 periods) then trail the position with a tight trailing stop (2-3 pips). This has to be done for all of the positions opened.

//Or even better somehow make it wait (x number of bars) and go start the trailing stop at the new high a few bars later. But the sooner you capture the profit the larger your next trade can be....

It basically trades with the trend and takes advantage of the high volitility.

Hopefully the attached chart will give a good visual.
Attached Images
File Type: jpg TrendScalp.JPG (199.0 KB, 334 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
(FPI) predictive price Nicholishen Indicators - Metatrader 4 104 09-27-2009 01:41 AM
MTF Price keris2112 Indicators - Metatrader 4 19 03-07-2009 08:53 PM
Price EACAN Questions 4 06-23-2006 10:27 AM


All times are GMT. The time now is 05:00 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.