I have now created my custom indicator and interested in turning it into a strategy.
Consider this:
When developing a LONG strategy, is it possible to to create 4 bracket orders at once, where I can specifically define the stop price, the type (trailing vs market) and the profit targets "manually"? If it is not too much to ask and you perhaps have a code sample, I'd buy you a beer!
By manually I mean my script will calculate the share size based at the time of entry and stop and likewise the profit targets.
Secondly, I am interested in a strategy that will calculate per tick, however, is there a built in a way to say "only enter of the condition has been met N times"?
As you know calculations on tick can generate a "false positive" or sorts and the idea is to "confirm the long" if the condition is met over N ticks. Makes sense?
Thank you kindly for this great platform, support and community. I am very impressed with everything I am seeing so far and signing up for all webinars.

Comment