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
Hello all,
I want to implement advisor which uses ema50 & ema200 of 30m time frame
along with Stochastic oscillator of 1m time frame
example:
ema50 & ema200 above current price &
Stochastic main and signal above 80
how could this be synced together ?
here is my code currenty:
when I try to run it, it gives false buy alerts. for debugging I checked candles of 30 and 1 , and found that they don't sync in time at all
Any help please?