Please explain exactly what you want so someone can review the details and possibly code this.
Okay here's how it goes:
1. Following standard rule for parabolic SAR, when the "dot" is below the previous 1-min candle bar, it would be an automatic
CALL, otherwise it would be
PUT. It should strictly follow this rule.
2. Starting trade amount would be $5 (much better if there is an option to change the amount).
3. If it's a WIN, trade again with $5.
4. If it's a loss, trade with the amount of $12 (multiplier of 2.25 rounded up)
5. If two consecutive losses, trade with the amount of $26 (same procedure as above)
6. Repeat same procedure as long as losses are consecutive ($5, 12, 26, 57, 129, 289, 649 ... )
7. If finally we get a win after the losses, go back to step 2.
So basically, it is round the clock trading using parabolic sar and martingale. Thanks in advance guys!