Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/16/2008(UTC) Posts: 14 Location: South Africa
|
Hi
I want to use the PTI values of the Alphomega Elliotwaves in a exploration - If I coppy the formula it says that I am not allowed to use some of the variables like sensitivity etc. How can I go about to get the value to display in an exploration. My idea is to rank securities according to their profitability as per the PTI - could anyone assist
Regards
Arrie
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/16/2008(UTC) Posts: 14 Location: South Africa
|
Sorry not the PTI values but the PTF values
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 7/12/2007(UTC) Posts: 134 Location: Perth Western Australia
|
Hi Arrie,
As I don't have access to AlphaOmega Elliotwaves I'm not really sure what the formulae look like that you are copying & pasting into your PTF Values exploration.
Having said that, if any formula you are using in the exploration starts off like:-
variable1:=Input("Long Average:",5,240,35); {default value is 35} variable2:=Input("Short Average:",1,200,5); {default vaue is 5}
then you will need to change the code to reflect a fixed, rather than "Input", value.
If we follow on from the above example then the code will look like:- variable1:=35; {or some other amount than the default value} variable2:=5; {or some other amount than the default value}
Hope this helps
Cheers,
oz
|
|
|
|
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.