Post
Topic
Board Service Announcements (Altcoins)
Re: 【BOT】C.A.T. Cryptocurrency Automatic Trader 2.9 |150+Trusts
by
Sampey
on 05/05/2015, 12:06:02 UTC
create ping only if % market spread is 0    is 0 = allways crate ping.  but 0 should be n/a.

C.A.T. need to have a numeric value.

If function CurrentSpread = X
And Optio "create ping only if % market spread is >" = Y

then If X > Y -> Create Order

But if Y = "N/A" program Crash. Because X > N/A is not applicable  Wink

I Always try to Minimize the code to be more easy to maintain.