Posts
firemyst 22 Apr 2021, 10:16
cTrader Algo
How can I get all the indexes of a lower time frame that correspond, or are within a time range, to an index in a higher time frame?
amusleh said: Hi, You can call Bars.OpenTimes.GetindexByTime two times with two indices, for example you call it first with index 5 and t...amusleh 22 Apr 2021, 10:04
cTrader Algo
How can I get all the indexes of a lower time frame that correspond, or are within a time range, to an index in a higher time frame?
Hi, You can call Bars.OpenTimes.GetindexByTime two times with two indices, for example you call it first with index 5 and then 6, and it retur...firemyst 22 Apr 2021, 09:42
cTrader Algo
How can I get all the indexes of a lower time frame that correspond, or are within a time range, to an index in a higher time frame?
amusleh said: Hi, Indices are not fixed, they can change, instead use bar open times. If you want to get index of a bar on a different time...amusleh 22 Apr 2021, 09:23
cTrader Algo
How can I get all the indexes of a lower time frame that correspond, or are within a time range, to an index in a higher time frame?
Hi, Indices are not fixed, they can change, instead use bar open times. If you want to get index of a bar on a different time frame you can use...firemyst 22 Apr 2021, 08:47
ctid3066979 22 Apr 2021, 12:34
Suggestions
Auto lot size setting based on risk percentage
Not sure if my heading explain it enough but i will try go into detail. so basically would like feature that is available on mt4/5 position size calcu...