this the code that can get buy sell signal in a graph (fncharts) i am new to java and please let me know what is worng with my code here



var n = Param(1);
var max = Max(High(),n);
var min =...