Hello all,
I have a scalping bot that greens up when a £1 profit is made.
If that scalp is repeated, I would like it to then only green up for £2, then £3, £4 etc.
At the moment, I can have numerous successful trades but can still end up with only £1 profit depending on the final trade.
How can I constantly increase my profit after each successful trade?
I considered the checkpoint function, but the help says it doesn't affect greening up, so I'm assuming that wouldn't help.
I considered multiple green ups, one for each increasing amount, but if the first trade goes well and the £2 profit rule fires, it is then reduced when the £1 rule fires.
I am left thinking the way to accomplish this is by using a mixture of multiple green ups, and incremental signals.
Any thoughts would be greatly appreciated.
Thanks
Incremental Profit
-
- Posts: 106
- Joined: Tue Feb 14, 2017 1:43 pm
Hi Dallas,
Thanks for the reply.
If you had a rule "green up >=£1" that fired and set a signal "greened amount" to 1.
You could also have a rule "green up >=£2" that only fires if green up value is above £1.99 AND "greened amount" signal=1. The rule would also increment the "greened amount" signal to 2.
I'll have a go myself, and eagerly await your file in the future.
Cheers
Thanks for the reply.
If you had a rule "green up >=£1" that fired and set a signal "greened amount" to 1.
You could also have a rule "green up >=£2" that only fires if green up value is above £1.99 AND "greened amount" signal=1. The rule would also increment the "greened amount" signal to 2.
I'll have a go myself, and eagerly await your file in the future.
Cheers