don per:
double curr_open_jaw= iAlligator( NULL,0,20,0,20,1,20,0,MODE_SMMA,PRICE_CLOSE,MODE_GATORJAW,0);
double curr_open_teeth= iAlligator( NULL,0,20,0,20,1,20,0,MODE_SMMA,PRICE_CLOSE,MODE_GATORTEETH,0);
you are comparing values for the current bar, this is constantly changing.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
double curr_open_jaw= iAlligator( NULL,0,20,0,20,1,20,0,MODE_SMMA,PRICE_CLOSE,MODE_GATORJAW,0);
double curr_open_teeth= iAlligator( NULL,0,20,0,20,1,20,0,MODE_SMMA,PRICE_CLOSE,MODE_GATORTEETH,0);