STRING TO TIMEFRAME
STRING TO TIMEFRAME
17 Mar 2020, 21:39
Hi
I wrote this code
To be more detailed, I just copied what I had a problem with
It gives the BC
an error as to why the string is there and not the time frame
What solution do you offer
Replies
PanagiotisCharalampous
18 Mar 2020, 08:36
Hi there,
You can write a function to convert a a string to a timeframe. Check this thread.
Best Regards,
Panagiotis
@PanagiotisCharalampous
dordkash@gmail.com
18 Mar 2020, 12:10
RE:
PanagiotisCharalampous said:
Hi there,
You can write a function to convert a a string to a timeframe. Check this thread.
Best Regards,
Panagiotis
Yes I saw this
But there must be a specified time frame in this code
For example H4,DAYLI ....
But here my frame time is variable
@dordkash@gmail.com
PanagiotisCharalampous
18 Mar 2020, 12:18
Hi there,
I am not sure what do you mean. The example I provided also takes a string variable as input string.
Best Regards,
Panagiotis
@PanagiotisCharalampous
dordkash@gmail.com
18 Mar 2020, 19:32
RE:
PanagiotisCharalampous said:
Hi there,
I am not sure what do you mean. The example I provided also takes a string variable as input string.
Best Regards,
Panagiotis
Yes
But its output is a specified frame time
I want my output to be exactly the TimeFrame , not that TimeFram.Daily OR Hour4 OR ...
@dordkash@gmail.com
dordkash@gmail.com
17 Mar 2020, 21:41 ( Updated at: 21 Dec 2023, 09:21 )
RE:
dordkash@gmail.com said:
@dordkash@gmail.com