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

Notification

Icon
Error

Options
Go to last post Go to first unread
vannamva10  
#1 Posted : Thursday, July 28, 2011 10:26:29 PM(UTC)
vannamva10

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/23/2010(UTC)
Posts: 4

I AM TRYING TO CONSTRUCTING AN EXPERT AND WANT TO REMOVE SOME UNWANTED SIGNALS DETAILS AS FOLLOW.
BUY SIGNAL SHOULD BE REMOVED IF PRICE NOT BREACHING THE HIGH OF SIGNAL BAR BUT BREACHING THE LOW OF SIGNAL BAR.

BUY SIGNAL ONLY DRAWN IF BUY SIGNAL BAR SINCE IF NOT BREACHING LOW OF BUY SIGNAL BAR AND BREACHING THE HIGH OF BUY SIGNAL BAR.SIGNAL MUST
DRAWN AT BUY SIGNAL BAR.

ONE MORE THING IS HOW TO DEFINE IF ANY BAR HIGH OF DATA HISTORY IS SAME AS CURRENT BAR HIGH
jjstein  
#2 Posted : Friday, July 29, 2011 5:34:17 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
If you want some help, post a chart (using IMGUR or something) and the code used. It would help to mark up the chart with what you do and don't want.


vannamva10  
#3 Posted : Monday, August 1, 2011 9:25:15 PM(UTC)
vannamva10

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/23/2010(UTC)
Posts: 4

Johnathan thanks for your reply.
here is my try
x:=Cross(Fml("buy %"),Fml("sell %"));
y:=round((ValueWhen(1,x,H))+5);
z:=BarsSince(x) AND Cross(H,y);

Buy trigger bar is x and buy trigger point y and z means buy is triggered.
now expert displaying arrow at bar of z.
But what i am looking is when z is true must display the arrow at x.
I hope now u understanding my requirement
I am trying to attach picture but filed find a way.

vannamva10  
#4 Posted : Tuesday, August 2, 2011 3:51:37 AM(UTC)
vannamva10

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/23/2010(UTC)
Posts: 4

I uploaded image TO IMGUR THEN COPY THE SAME PASTE THE IT AT COMPOSE LOCATION.THEN TRY TO POST. ERROR AC CURED.
AGAIN I AM FAILED TO ATTACHE. SORRY.
jjstein  
#5 Posted : Tuesday, August 2, 2011 8:52:26 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
I'd need to see the formula code for the Buy % and Sell %.

As for IMGUR, you'll need to do a screen capture first (ALT-PrtScrn) and paste it into Paint, then make what annotations you need to point out the problem. Suggest you save as a JPG or PNG file.

Then, upload to IMGUR (just drag your screen capture file from Windows Explorer to a browser window with the IMGUR website), and copy the text from the line titled "Message Boards" -- it will have an http link between two IMG codes. Use the "Preview" tab above to see if you've got it right, before clicking the Post button.

vannamva10  
#6 Posted : Wednesday, August 10, 2011 6:03:10 AM(UTC)
vannamva10

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/23/2010(UTC)
Posts: 4

dear sir,

pls give your mail id i will send the details

thanks

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.