You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to make a strategy where the buy operation will buy a certain amount based on the open price on the day it executes.
I know buy executes the following day so but the setttings in next() are for the current day where the signal is picked up.
Is there a way to get information from the next day to set the buy's position? Maybe there's a way to alter an existing trade to hack it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to make a strategy where the buy operation will buy a certain amount based on the open price on the day it executes.
I know buy executes the following day so but the setttings in
next()
are for the current day where the signal is picked up.Is there a way to get information from the next day to set the buy's position? Maybe there's a way to alter an existing trade to hack it?
Thanks in advance for reviewing my question!
Beta Was this translation helpful? Give feedback.
All reactions