Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 8/15/2005(UTC) Posts: 8 Location: Berlin, Germany
|
Hello outside,
I try to do some stuff with the global variables given in GV.dll (eg. accessible by webside of Roy Larsen).
I want to use the variables to store the Close when generating a buy signal (Buy Order) in system editor.
Does somebody know, when the programm walks through the "buy order code"?
Only if I am not allready long? Otherwise the variable would be overwritten every programm cycle.
Thanks for answers
Henning
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Hi Henning
The GV.dll cannot be used as a substitute for PREV, which sounds a little like what you expect it to do.
In most respects a GV saved by the dll is has the same timing restraints as standard variables. It allows easy access to a variable created by another formula, but the processing sequence is the same as any other variable - The GV variable must be defind and stored before it can be used by other variables in the same formula. Once the complete GV has been created (for every bar) then other formulas can access the GV array just the same ways as you might with an Fml() call.
I suspect you need PREV to do what you're trying to do.
Hope this helps.
Roy
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 8/15/2005(UTC) Posts: 8 Location: Berlin, Germany
|
Hi Roy,
I dind´t recognize that its an array, but you are wright.
Thank You
Henning
|
|
|
|
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.