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
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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.