Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/27/2006(UTC) Posts: 135
|
Create two indicator a and b a formula is c and b formula is fml("a") but plotting b gives the chart below There is some external program intercepting the data How to resolve?
|
|
|
|
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)
|
Looks like you've got a Ref() in there somewhere. Post all of the code, properly.
wabbit [:D]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/27/2006(UTC) Posts: 135
|
wabbit,
Indicator a has Close with no other code Indicator b has fml("a") with no other code Both should plot close and must be identical but you see on the pic indicator b plot is referencing some other data point Thats why saying there is some external program intercepting the data
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
Flexi,
I have tried several time and can not replicate the issue you described. Does this happen with any chart you use the indicator on? Does it matter if the chart is daily or some other time frame? If you open a new chart with the clean template and then plot the indicator, does it give the same result?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/27/2006(UTC) Posts: 135
|
yes with any chart and template
which ddl is for plotting the data of indicator? and after omputing the data does ms has a holding folder or file for the data for plotting? wan to open the file directly to inspect the data directly
|
|
|
|
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)
|
There is no "holding folder" and the computations in MS are within the program itself and not calling .dll functions.
I cannot replicate the behaviour of your indicator in any of the MS versions I have.
Try: right click on your indicator, Properties > Colour/Sytle tab > Defaults > All Pages in This Dialog > OK, just in case there is a hiccup somewhere which might have carried a horizontal shift from somewhere else.
It probably wont work, but try it anyway; because I rekon then I'd be making a backup copy of all your stuff and reinstalling MS.
wabbit [:D]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/9/2012(UTC) Posts: 169
|
I'm thinking the same as wabbit. That you've got a ref() function embedded like this: Formula "B": ref(fml("A"),-250)
|
|
|
|
|
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.