logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
StorkBite  
#1 Posted : Monday, July 31, 2006 11:16:13 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)

How to prevent multiple arrows from showing on the Expert Advisor

I just need one arrow to show at the initial entry point. Instead, every time my entry requirement is met, I get a new arrow.

Make sure to review training lesson 4 on latches:

buy:= c> mov(c,10,e);

sell:= c< mov(c,10,e);

buy and barssince(ref(buy, -1)) > barssince(ref(sell, -1))

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.