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
tekASH 22 Apr 2021, 15:08
cTrader Algo
Help with installing an Alert-Popup code
amusleh said: If you call the ShowPopup method either it will show the popup or it will show an error message on your indicator/cBot logs if you...