First of all, kudos on the great platform. I really appreciate this support forum. I've been using it a lot. You guys a f*cking great.
So, I'm new to strategy development. I have my own strategy I employ in real time trading which works which I am now translating to automation. It's simple and easy, but with no coding experience, I am just making sure I am doing so correctly.
I'm using the Wizard.
First of all, I am using renko charts with a simple indicator that measures how many minutes it takes for each bar to complete. My first condition is:
If a bar completes in under 2 minutes: condition met.
So. Barspeed:
Input series: close.
Plot: timepast
Bars ago: 0
Offset type: ticks
offset: 0
plot on chart: false
then:
<=
user defined input: a double set to: 2.000
I would prefer to not unlock the code and flesh this all out in wizard.
If you can confirm or deny if this is legitimate, that would be marvelous.
Thanks in advance, I really appreciate it.

Comment