this script simulates movement of nbt in dollars.
it starts at $1 and then adds/subtracts a random float between -0.01 and 0.01 3800 times.
the rate is not allowed to go above 0.9 or 1.10. if the random rate takes it above or below that number it will be pinned at that number. it keeps track of the total average (std ma). the real ma over 20 loops. (real ma) and what we will call the 'limited ma' (ltd ma) (the inaccurate one used by the bot) it then prints out the results of the final 200 movements/loops. the (xxx%) is the % difference from the real moving average.

count rate real ma ltd ma (% diff) std ma (% diff) No MA ($1)
36001.009$1.002$1.005 (-0.297%)$1.001(0.175%)
36011.011$1.002$1.006 (-0.368%)$1.001(0.128%)
36021.018$1.002$1.006 (-0.419%)$1.001(0.135%)
36031.012$1.002$1.006 (-0.439%)$1.001(0.141%)
36041.005$1.001$1.006 (-0.499%)$1.001(0.077%)
36051.002$1.001$1.006 (-0.527%)$1.001(0.029%)
36061.010$1.000$1.006 (-0.582%)$1.001(-0.011%)
36071.010$1.000$1.006 (-0.594%)$1.001(-0.006%)
36081.005$1.001$1.006 (-0.578%)$1.001(0.001%)
36091.011$1.001$1.007 (-0.519%)$1.001(0.083%)
36101.017$1.002$1.007 (-0.468%)$1.001(0.183%)
36111.010$1.003$1.007 (-0.374%)$1.001(0.290%)
36121.011$1.005$1.007 (-0.237%)$1.001(0.444%)
36131.016$1.007$1.008 (-0.097%)$1.001(0.626%)
36141.016$1.008$1.008 (-0.001%)$1.001(0.759%)
36151.019$1.009$1.009 (0.053%)$1.001(0.863%)
36161.020$1.010$1.009 (0.127%)$1.001(0.989%)
36171.020$1.011$1.010 (0.157%)$1.001(1.068%)
36181.020$1.012$1.010 (0.202%)$1.001(1.160%)
36191.020$1.013$1.011 (0.251%)$1.001(1.253%)
36201.020$1.014$1.011 (0.265%)$1.001(1.310%)
36211.015$1.014$1.011 (0.269%)$1.001(1.332%)
36221.009$1.013$1.011 (0.232%)$1.001(1.283%)
36231.000$1.013$1.011 (0.222%)$1.001(1.223%)
36241.007$1.013$1.010 (0.246%)$1.001(1.229%)
36251.001$1.013$1.010 (0.284%)$1.001(1.226%)
36260.993$1.012$1.009 (0.278%)$1.001(1.145%)
36270.988$1.011$1.008 (0.265%)$1.001(1.035%)
36280.987$1.010$1.007 (0.274%)$1.001(0.948%)
36290.991$1.009$1.007 (0.247%)$1.001(0.848%)
36300.988$1.008$1.006 (0.185%)$1.001(0.700%)
36310.980$1.006$1.005 (0.153%)$1.001(0.551%)
36320.980$1.005$1.003 (0.110%)$1.001(0.397%)
36330.980$1.003$1.002 (0.035%)$1.001(0.215%)
36340.980$1.001$1.001 (-0.043%)$1.001(0.036%)
36350.990$0.999$1.001 (-0.138%)$1.001(-0.110%)
36360.994$0.998$1.001 (-0.237%)$1.001(-0.238%)
36370.999$0.997$1.000 (-0.334%)$1.001(-0.342%)
36381.004$0.996$1.001 (-0.430%)$1.001(-0.423%)
36391.002$0.995$1.001 (-0.527%)$1.001(-0.514%)
36401.010$0.995$1.001 (-0.618%)$1.001(-0.563%)
36411.007$0.995$1.001 (-0.685%)$1.001(-0.602%)
36420.997$0.994$1.001 (-0.723%)$1.001(-0.658%)
36430.992$0.994$1.001 (-0.723%)$1.001(-0.698%)
36440.999$0.993$1.001 (-0.753%)$1.001(-0.736%)
36451.009$0.994$1.001 (-0.752%)$1.001(-0.699%)
36461.003$0.994$1.001 (-0.713%)$1.001(-0.653%)
36471.003$0.995$1.001 (-0.645%)$1.001(-0.577%)
36480.997$0.995$1.001 (-0.577%)$1.001(-0.527%)
36490.992$0.995$1.001 (-0.532%)$1.001(-0.522%)
36500.994$0.996$1.000 (-0.470%)$1.001(-0.489%)
36510.986$0.996$1.000 (-0.375%)$1.001(-0.459%)
36520.989$0.996$0.999 (-0.281%)$1.001(-0.414%)
36530.984$0.997$0.999 (-0.192%)$1.001(-0.394%)
36540.980$0.997$0.998 (-0.108%)$1.001(-0.393%)
36550.980$0.996$0.997 (-0.077%)$1.001(-0.442%)
36560.980$0.995$0.996 (-0.072%)$1.001(-0.513%)
36570.983$0.995$0.996 (-0.094%)$1.001(-0.595%)
36580.993$0.994$0.995 (-0.137%)$1.001(-0.650%)
36590.996$0.994$0.995 (-0.169%)$1.001(-0.680%)
36600.991$0.993$0.995 (-0.246%)$1.001(-0.776%)
36610.988$0.992$0.995 (-0.310%)$1.001(-0.870%)
36620.982$0.991$0.994 (-0.328%)$1.001(-0.945%)
36630.980$0.990$0.994 (-0.324%)$1.001(-1.005%)
36640.988$0.990$0.993 (-0.354%)$1.001(-1.061%)
36650.991$0.989$0.993 (-0.432%)$1.001(-1.148%)
36660.991$0.988$0.993 (-0.480%)$1.001(-1.204%)
36670.997$0.988$0.993 (-0.528%)$1.001(-1.232%)
36681.007$0.989$0.994 (-0.541%)$1.001(-1.186%)
36691.005$0.989$0.995 (-0.526%)$1.001(-1.123%)
36700.997$0.989$0.995 (-0.524%)$1.001(-1.111%)
36711.005$0.990$0.995 (-0.476%)$1.001(-1.018%)
36720.995$0.991$0.995 (-0.444%)$1.001(-0.988%)
36731.003$0.992$0.995 (-0.385%)$1.001(-0.891%)
36741.010$0.993$0.996 (-0.301%)$1.001(-0.743%)
36751.017$0.995$0.997 (-0.211%)$1.001(-0.561%)
36761.020$0.997$0.998 (-0.115%)$1.001(-0.361%)
36771.020$0.999$0.999 (-0.029%)$1.001(-0.177%)
36781.020$1.000$1.000 (0.012%)$1.001(-0.041%)
36791.020$1.001$1.001 (0.043%)$1.001(0.080%)
36801.012$1.002$1.001 (0.097%)$1.001(0.186%)
36811.005$1.003$1.002 (0.163%)$1.001(0.266%)
36821.008$1.004$1.002 (0.262%)$1.001(0.393%)
36831.010$1.006$1.002 (0.374%)$1.001(0.544%)
36841.002$1.007$1.002 (0.447%)$1.001(0.614%)
36850.996$1.007$1.002 (0.498%)$1.001(0.635%)
36860.994$1.007$1.002 (0.547%)$1.001(0.647%)
36870.986$1.006$1.001 (0.561%)$1.001(0.592%)
36880.991$1.006$1.000 (0.528%)$1.001(0.514%)
36890.994$1.005$1.000 (0.504%)$1.001(0.462%)
36900.998$1.005$1.000 (0.520%)$1.001(0.469%)
36910.999$1.005$1.000 (0.497%)$1.001(0.442%)
36920.990$1.005$1.000 (0.519%)$1.001(0.417%)
36930.982$1.004$0.999 (0.492%)$1.001(0.309%)
36940.983$1.002$0.998 (0.430%)$1.001(0.179%)
36950.980$1.000$0.997 (0.329%)$1.001(-0.004%)
36960.980$0.998$0.996 (0.207%)$1.001(-0.203%)
36970.980$0.996$0.996 (0.081%)$1.001(-0.402%)
36980.983$0.995$0.995 (-0.047%)$1.000(-0.587%)
36990.980$0.993$0.994 (-0.179%)$1.000(-0.786%)
37000.987$0.991$0.994 (-0.272%)$1.000(-0.910%)
37010.981$0.990$0.994 (-0.331%)$1.000(-1.026%)
37020.981$0.989$0.993 (-0.409%)$1.000(-1.158%)
37030.990$0.988$0.993 (-0.497%)$1.000(-1.260%)
37040.991$0.987$0.993 (-0.543%)$1.000(-1.314%)
37050.983$0.987$0.992 (-0.563%)$1.000(-1.379%)
37060.980$0.986$0.992 (-0.576%)$1.000(-1.447%)
37070.982$0.986$0.991 (-0.553%)$1.000(-1.466%)
37080.992$0.986$0.991 (-0.551%)$1.000(-1.459%)
37090.992$0.986$0.991 (-0.566%)$1.000(-1.472%)
37100.999$0.986$0.992 (-0.596%)$1.000(-1.469%)
37111.001$0.986$0.992 (-0.630%)$1.000(-1.461%)
37121.005$0.987$0.993 (-0.611%)$1.000(-1.382%)
37130.998$0.987$0.993 (-0.553%)$1.000(-1.300%)
37140.997$0.988$0.993 (-0.503%)$1.000(-1.234%)
37150.993$0.989$0.993 (-0.437%)$1.000(-1.168%)
37160.989$0.989$0.993 (-0.374%)$1.000(-1.124%)
37170.997$0.990$0.993 (-0.307%)$1.000(-1.041%)
37180.989$0.990$0.993 (-0.258%)$1.000(-1.010%)
37190.997$0.991$0.993 (-0.191%)$1.000(-0.923%)
37201.001$0.992$0.993 (-0.159%)$1.000(-0.855%)
37210.993$0.993$0.993 (-0.097%)$1.000(-0.793%)
37220.995$0.993$0.994 (-0.035%)$1.000(-0.727%)
37230.985$0.993$0.993 (-0.020%)$1.000(-0.752%)
37240.985$0.993$0.993 (-0.012%)$1.000(-0.779%)
37250.994$0.993$0.993 (0.040%)$1.000(-0.721%)
37260.985$0.993$0.992 (0.101%)$1.000(-0.698%)
37270.980$0.993$0.992 (0.146%)$1.000(-0.709%)
37280.980$0.993$0.991 (0.138%)$1.000(-0.770%)
37290.980$0.992$0.991 (0.131%)$1.000(-0.828%)
37300.980$0.991$0.990 (0.087%)$1.000(-0.920%)
37310.985$0.990$0.990 (0.032%)$1.000(-1.000%)
37320.993$0.990$0.990 (-0.045%)$1.000(-1.062%)
37330.998$0.990$0.991 (-0.082%)$1.000(-1.064%)
37340.990$0.989$0.991 (-0.113%)$1.000(-1.097%)
37350.996$0.990$0.991 (-0.123%)$1.000(-1.081%)
37361.005$0.990$0.991 (-0.105%)$1.000(-0.997%)
37371.004$0.991$0.992 (-0.126%)$1.000(-0.963%)
37381.006$0.992$0.993 (-0.105%)$1.000(-0.878%)
37391.010$0.992$0.993 (-0.120%)$1.000(-0.817%)
37401.013$0.993$0.994 (-0.151%)$1.000(-0.758%)
37411.009$0.994$0.995 (-0.139%)$1.000(-0.679%)
37421.012$0.994$0.996 (-0.129%)$1.000(-0.591%)
37431.011$0.996$0.996 (-0.066%)$1.000(-0.459%)
37441.013$0.997$0.997 (-0.002%)$1.000(-0.319%)
37451.007$0.998$0.998 (0.018%)$1.000(-0.253%)
37461.012$0.999$0.998 (0.090%)$1.000(-0.114%)
37471.005$1.001$0.999 (0.185%)$1.000(0.012%)
37480.999$1.002$0.999 (0.279%)$1.000(0.110%)
37490.995$1.002$0.999 (0.371%)$1.000(0.185%)
37500.999$1.003$0.999 (0.465%)$1.000(0.282%)
37510.996$1.004$0.998 (0.532%)$1.000(0.338%)
37520.997$1.004$0.998 (0.559%)$1.000(0.357%)
37530.992$1.004$0.998 (0.559%)$1.000(0.326%)
37540.998$1.004$0.998 (0.600%)$1.000(0.366%)
37550.993$1.004$0.998 (0.607%)$1.000(0.351%)
37560.999$1.004$0.998 (0.570%)$1.000(0.320%)
37570.995$1.003$0.998 (0.540%)$1.000(0.277%)
37580.986$1.002$0.997 (0.493%)$1.000(0.178%)
37590.985$1.001$0.997 (0.426%)$1.000(0.057%)
37600.986$1.000$0.996 (0.339%)$1.000(-0.079%)
37610.993$0.999$0.996 (0.272%)$1.000(-0.161%)
37620.985$0.997$0.996 (0.186%)$1.000(-0.295%)
37630.991$0.996$0.995 (0.106%)$1.000(-0.397%)
37640.994$0.995$0.995 (0.015%)$1.000(-0.495%)
37650.990$0.995$0.995 (-0.049%)$1.000(-0.585%)
37660.985$0.993$0.995 (-0.141%)$1.000(-0.720%)
37670.988$0.992$0.994 (-0.198%)$1.000(-0.805%)
37680.991$0.992$0.994 (-0.225%)$1.000(-0.848%)
37690.986$0.991$0.994 (-0.234%)$1.000(-0.895%)
37700.980$0.990$0.993 (-0.269%)$1.000(-0.991%)
37710.980$0.990$0.993 (-0.290%)$1.000(-1.071%)
37720.982$0.989$0.992 (-0.316%)$1.000(-1.146%)
37730.982$0.988$0.992 (-0.319%)$1.000(-1.196%)
37740.990$0.988$0.991 (-0.352%)$1.000(-1.237%)
37750.986$0.988$0.991 (-0.364%)$1.000(-1.273%)
37760.995$0.987$0.991 (-0.402%)$1.000(-1.293%)
37771.000$0.988$0.992 (-0.416%)$1.000(-1.267%)
37781.002$0.988$0.992 (-0.383%)$1.000(-1.189%)
37791.007$0.990$0.993 (-0.341%)$1.000(-1.082%)
37801.003$0.990$0.993 (-0.300%)$1.000(-0.993%)
37810.995$0.990$0.993 (-0.296%)$1.000(-0.984%)
37820.996$0.991$0.994 (-0.255%)$1.000(-0.933%)
37831.003$0.992$0.994 (-0.236%)$1.000(-0.872%)
37841.000$0.992$0.994 (-0.232%)$1.000(-0.842%)
37851.004$0.993$0.995 (-0.203%)$1.000(-0.768%)
37861.000$0.993$0.995 (-0.154%)$1.000(-0.696%)
37870.994$0.994$0.995 (-0.121%)$1.000(-0.669%)
37881.000$0.994$0.995 (-0.098%)$1.000(-0.624%)
37890.998$0.995$0.995 (-0.050%)$1.000(-0.561%)
37901.005$0.996$0.996 (0.031%)$1.000(-0.437%)
37911.013$0.998$0.996 (0.118%)$1.000(-0.272%)
37921.020$1.000$0.997 (0.203%)$1.000(-0.083%)
37931.020$1.001$0.999 (0.292%)$1.000(0.108%)
37941.018$1.003$0.999 (0.346%)$1.000(0.249%)
37951.016$1.004$1.000 (0.420%)$1.000(0.401%)
37961.020$1.006$1.001 (0.453%)$1.000(0.524%)
37971.020$1.007$1.002 (0.466%)$1.000(0.623%)
37981.012$1.007$1.002 (0.470%)$1.000(0.671%)
37991.014$1.007$1.003 (0.454%)$1.000(0.708%)
Total of Ltd Ma Variations: -18.272Total of Std ma variations: -67.703
(Variation totals closer to 0 = more accurate)