[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flip



PureBytes Links

Trading Reference Links

--- In amibroker@xxxx, "Dimitris Tsokakis" <TSOKAKIS@xxxx> wrote:
> Dear Tomasz,
> 
> Point A of att. gif is a perfect Doji, i.e.
> open=4.22
> close=4.22
> My data are given with two decimals.
> At point B, I have s4==1.
> Is there any reason?
> The code is:
> s1=c<o;
> s2=c>o;
> s4=flip(s1,s2);
> graph2=s4;
> 
> Best Regards
> Dimitris Tsokakis






  • References:
    • Flip
      • From: Dimitris Tsokakis