


All the best to you all-am still greatly enjoying reading this forum-thanks


You lost me at excelmcgoo wrote: ↑Sun Jan 31, 2021 7:44 amBe nice to be able to track MA/SMA/ EMA via SV's/History lists ( a couple more history lists would be nice too-disk/memory thrashing notwithstanding-say 15?). I can see how you can do it in Excel but prefer doing it all in BA as I find doing it in excel via formulas a little clunky.. I can't see how you could currently do it using History/calculated lists-specially if you wanted to weight the latest numbers versus earlier numbers , but maybe its my chemo brain and I have missed a trick.On that front its taking me too long to learn Python too
![]()
![]()
All the best to you all-am still greatly enjoying reading this forum-thanks![]()
![]()
Hope you're well mcgoomcgoo wrote: ↑Sun Jan 31, 2021 7:44 amI can't see how you could currently do it using History/calculated lists-specially if you wanted to weight the latest numbers versus earlier numbers , but maybe its my chemo brain and I have missed a trick.On that front its taking me too long to learn Python too![]()
![]()
All the best to you all-am still greatly enjoying reading this forum-thanks![]()
![]()
That looks very interesting PerthO. Thanks for that. ..though I might need an example indeed to get my head around it properly. Then I can try calculate the EMA vs MA as well. (Chemo does fog the brain something fierce so it takes me a while to read things and think them throughPerthO wrote: ↑Mon Feb 01, 2021 10:28 amHi Mcgoo
You can do this in Guardian if you want to.
here's a rough explanation (for 30 seconds moving average) :
For each price => add to total_price
counter = counter + 1
avg_price = total_price / counter
store in history list
.
.
.up to price 30
for prices beyond 30 seconds :
total_price = total_price * (29/30)
total_price = total_price + price
avg_price = total_price / 30
store in history list
Hope that helps !!!!!
I can probably post an example rule if that's not clear, but might be in a few days' time
Cheers pal-thanks for the thoughts mate. Hanging in. A rough trot this thing for sure but I try get up each day with the ol one-thing-at-a-time mindset and that helpsKai wrote: ↑Mon Feb 01, 2021 10:46 amHope you're well mcgoomcgoo wrote: ↑Sun Jan 31, 2021 7:44 amI can't see how you could currently do it using History/calculated lists-specially if you wanted to weight the latest numbers versus earlier numbers , but maybe its my chemo brain and I have missed a trick.On that front its taking me too long to learn Python too![]()
![]()
All the best to you all-am still greatly enjoying reading this forum-thanks![]()
![]()
![]()
That's good to hear, hope you're not getting spammed by forum notifications from the corona thread that you startedmcgoo wrote: ↑Mon Feb 01, 2021 10:37 pmCheers pal-thanks for the thoughts mate. Hanging in. A rough trot this thing for sure but I try get up each day with the ol one-thing-at-a-time mindset and that helpsKai wrote: ↑Mon Feb 01, 2021 10:46 amHope you're well mcgoomcgoo wrote: ↑Sun Jan 31, 2021 7:44 amI can't see how you could currently do it using History/calculated lists-specially if you wanted to weight the latest numbers versus earlier numbers , but maybe its my chemo brain and I have missed a trick.On that front its taking me too long to learn Python too![]()
![]()
All the best to you all-am still greatly enjoying reading this forum-thanks![]()
![]()
![]()
![]()