Posts
PanagiotisCharalampous 21 Oct 2020, 08:25
cTrader Algo
Hello, how do I automate a strategy in Renko? For example, when the graph goes up, the robot buys and when it falls, it sells
Hi there, There is nothing special in automating Renko strategies. cBots work the same way as with time based candles. Best Regards, Panagiot...guilhermegomesinformatica 21 Oct 2020, 00:24
yisrgg 21 Oct 2020, 23:01
cTrader Algo
Difference between .Last(0) and .LastValue
Hello everyone, what is the difference between using .Last(0) and .LastValue in general? Thank you.