Is this possible to create?
-
- Posts: 54
- Joined: Thu Nov 20, 2014 12:11 pm
Would I need to store the value of the price the first bet is made at?
If it makes X ticks I reset the stored value and the system can start again?
If it loses X ticks i store the value minus X ticks. when that is hit it makes the next part of the system?
I'm probably way off, as i cant seem to make it work. any help would be appreciated.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 54
- Joined: Thu Nov 20, 2014 12:11 pm
The stakes will be different on each bet.
After watching a few videos I've noticed Peters pre set stakes are double the previous. especially when scalping.
Was I on the right tracks with the stored value?
After watching a few videos I've noticed Peters pre set stakes are double the previous. especially when scalping.
Was I on the right tracks with the stored value?
The reason Peters pre-set stakes are in multiples is so that its easier to scale out of positionsDanMcWilliams wrote: ↑Sun Apr 02, 2023 2:33 pmThe stakes will be different on each bet.
After watching a few videos I've noticed Peters pre set stakes are double the previous. especially when scalping.
Was I on the right tracks with the stored value?
The very last thing he'd do is start flipping from one side to the other doubling his stakes as he goes
But yes if you were going to do it then using stored values to store each entry price (with an adjustment) would be the best way to go about doing it