Shay Matityahu
Shay Matityahu
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Shay Matityahu
Added topic ZIGZAG support and resistance issue
Hi I found this code base on ZIGZAG support and resistance good to complete my strategy. extern int ExtDepth=12; extern int ExtDeviation=5; extern int ExtBackstep=3; int start()   {    int n= 0 , i;    double p0= 0 , p1=
Shay Matityahu
Added topic calculate indicator value in expert
Hi I'm trying to manipulate an indicator value, For example: if (a=(iRSI(NULL,0,14,PRICE_CLOSE,0)>75)) {    int b=a-3 }   The problem is that  a returns true and not the value of the indicator (75). how to get the value of the
Shay Matityahu
Registered at MQL5.community