Comment on Programming language: algoZ
Dear Sir,
I am a beginner and just started working with you. I want code a simple price action strategy. The purpose is to buy when the price equals to or greater than certain cmp and sell when price equals to or less than certain price. .I want to implement it in currency futures. the example below is for eurinrfmar2017. if it is right i want to implement it in other futcur also. if wrong please provide me the correct code. here it is
buy :
SET A = 70.84
SET B = 70.84
A >= B = TRUE
sell:
SET A = 70.62
SET B = 70.62
A <= B = TRUE
kindly revert asap