fulltilt:
can someone help to fix this signal condition?
it did not open any order
I see your profile, and you can solve this for yourself ?
1. Click iCustom here. write all extern input into iCustom parameters
double upsign=iCustom(NULL, 0, "Fratelli_BB_MACD_V1", ... ,0,0);//up=buffer 0 double dnsign=iCustom(NULL, 0, "Fratelli_BB_MACD_V1", ... ,1,0);//dn=buffer 1
2. Trading condition : if upsign is bigger than zero and dnsign is less or equal than zero then sign1 is one, and vice versa.
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
can someone help to fix this signal condition?
it did not open any order