i'm rather a newbie in JL scripting and i have the following question:
JL script offers me a function to get the BTC volume for the last 10 Minutes.
Code:
var tenMinVol = trader.get("10MinVolume")
My question is now, how can i implement this for 1, 3, 5, 15 Minutes and so on.
I can't see where I can get something like the last amount or something similiar.
Have I missed something?
My idea was to add last amount for a specific time, maybe with a timer and so I get the volume
of this specific time range.
Good idea or not?
Any help is appreciated!
Greetz Aknot
PS: Sorry for my bad english, it's not my native language.