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