Can anyone help me with the following code:
'Enter trade if share price is X% above/below the high/low of the day before'
I guess it would look something like this
if (share price>previous day's high by X%) Strategy.doLong
Thanks.
'Enter trade if share price is X% above/below the high/low of the day before'
I guess it would look something like this
if (share price>previous day's high by X%) Strategy.doLong
Thanks.
Comment