Comment on algoZ- a simple example
Is there a place where i can lookup/browse all the keywords that I can use? Is there an official manual or like for Algoz ?Say for example I want to know how to refer to the last traded price (LTP does not work).
Also can i use intermediate variables that link the four expressions (buy alert, buy exit, sell alert and sell exit), i.e. how do I do something this :
buy when ltp = v1 and set c = ltp
stop buying when ltp < function_1_of_c
start selling when ltp > function_2_of_c
stop selling when ltp < function_3_of_c
here function_*_of_c are mathematical functions of c