Terminal Variables
-
I created a terminal variable called "eq" which represents the account equity and a variable "lev" that represents the account leverage.
I want to utilise them in a formula to get a trading volume. I want to put it in the formula mentioned below. Where can I put it?
vol = (eq * lev) / 20

-
@neo_me You do not need terminal variables, this will record on platform for a month, then any EA can read if desired, if just to be used buy 1 EA, put both values into a formula block, adjust by /20, save into a variable you created, you can then use the result in any block as the variable and use.
-
@neo_me This is what jstap means:
