Search:

Type: Posts; User: shankar4kv

Search: Search took 0.08 seconds.

  1. fncharts plotting buy sell signal codes please resolve it

    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 =...
  2. Re: I am triying to make a chart and indicator with this code but something is wrong

    var n = Param(1);
    var m = Param(2);
    var HHV = Max(High(),n);
    var LLV = Min(Low(),m);
    var close = Close();
    var HHV-LLV = CreateArray(close.length);
    for(var i=0; iAddGraph(HHV,LLV);
    if(HHV...
  3. I am triying to make a chart and indicator with this code but something is wrong

    This is the code of the amibroker charting software and now i have half done with this code to convert to java script but some thing is wrong with this can any one help with this code complete.


    ...
Results 1 to 3 of 3