Discussions
»
Innovative Market Analysis
»
Online Help
»
MetaStock FAQ
»
Expert Advisor: How to prevent multiple arrows from showing
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)
|
Discussions
»
Innovative Market Analysis
»
Online Help
»
MetaStock FAQ
»
Expert Advisor: How to prevent multiple arrows from showing
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.