|
Quote: |
|
 |
|
|
understand now... very nice improvement.
Here is another suggestion, if you have not implemented yet... store on every tick... check for new PVP only if the price changed... this is 60% savings and no loss of accuracy. (my initial concern converted into improvement ) |
|
|
|
|
Hi nick, this would not be needed. There is a single comparison on each loop...is the volume at this level greater than
pvp.
Store this ticks volume
Is the stored volume > than the current
PvP
No Finish
I think I am safe in saying the code is optimal. You'll see when Dbntina publishes.
Cheers,
Blowish (another Nick)