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

Notification

Icon
Error

Options
Go to last post Go to first unread
DimC  
#1 Posted : Sunday, July 8, 2012 10:00:51 AM(UTC)
DimC

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/20/2010(UTC)
Posts: 24

Hi to everybody,
I would like to have help for following issue ..... Suppose we have a system, which in real time mode it triggers and gives a signal .....(what ever -- Long or Short -- does not matter) .... and within the same bar it is cancelled (annulled) .... i would like to have an indicator that shows the signal produced even if it is cancelled .....
Thank you in advance for any help on this ....
Best Regards
DimC

jjstein  
#2 Posted : Sunday, July 8, 2012 1:06:56 PM(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)
Just plot your entry signals separately (duplicate the indicator and change the code to take out exits or whatever annuls the signal).
DimC  
#3 Posted : Sunday, July 8, 2012 4:06:26 PM(UTC)
DimC

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/20/2010(UTC)
Posts: 24

Maybe i have not explain enough my question ..... So the issue is that we have :
a:= a fast Moving Average with Close price;
b:= a slow Moving Average with Close price;
Long:= a>b;
Short:=b>a;
Now suppose that during Real Time we have a continuous change of price .... and at a certain moment - during a 5 minutes Candle - the Long signal appears and after few instances the price change and the signal disappear .... What i need is to catch and keep the signal even if disappears .... Same logic for Short signal .....
Thanks in advance and Best Regards
Dimitri

jjstein  
#4 Posted : Sunday, July 8, 2012 5:36:49 PM(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)
Someone else will have to handle this -- I only use the EOD version.
wabbit  
#5 Posted : Sunday, July 8, 2012 6:48:28 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
You'll need to use the MDK.


wabbit [:D]

DimC  
#6 Posted : Monday, July 9, 2012 1:42:42 AM(UTC)
DimC

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/20/2010(UTC)
Posts: 24

Thank you Wabbit .......
Best Regards
Dimitri
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.