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
You would use 1 2ma for overall trend and another for short term highs & lows re-entry.
Hi coders.
I need an help on this question: how to shift horizontally arrows signals of a simple ma cross indicator?
I tried this but it shift only on the left, i need even on the right.
Thanks
Hi coders.
I need an help on this question: how to shift horizontally arrows signals of a simple ma cross indicator?
I tried this but it shift only on the left, i need even on the right.
Thanks
Did you try shifting the buffer instead of shifting the single value
Something like :
And then revert these lines to have no shift at all
Hi coders.
I need an help on this question: how to shift horizontally arrows signals of a simple ma cross indicator?
I tried this but it shift only on the left, i need even on the right.
Thanks
PS: to shift the values now you have to use + values to shift the arrows to the right and - values to shift the values to the left (attaching the test code and it works OK for any case of shifting the arrows - left or right)
Does that mean that there should be two volty channel indicators?
mladen
Sorry for not answering sooner, I was hopping to come back with a solution to the indicator question but that didn't happen
Yes, that's correct. sorry for the misunderstanding. I was answering steven about the 2MA indicator. I was unable to use the existing indicator for both entry & reentry as MR Tools did for the PrCh indicator, though my EA could never get the reentry correct, It like swing at smoke.
Anyway I can do it in the EA with 2 voltys so no need to create this indicator.
Thanks for the help
Ray
Hello.
I´m trying to make an alert based on shved supply - demand indicator in accordance with stochastic crossover. I am informed that this indicator can be used to crate EA´s since it stores info in buffers however i am not super confident reading and understanding mql4 yet and has no mmore then 2-3 month of experimentin time.
Therefore i hope someone out there could help me write the iCustom line to check wether the price is within zoene or not.
I dont expect anyone to invest time in helping me out, but if i dont post i dont have any chances at all, so I tought id give it a try.
Peace and love fellow traders
Hello.
I´m trying to make an alert based on shved supply - demand indicator in accordance with stochastic crossover. I am informed that this indicator can be used to crate EA´s since it stores info in buffers however i am not super confident reading and understanding mql4 yet and has no mmore then 2-3 month of experimentin time.
Therefore i hope someone out there could help me write the iCustom line to check wether the price is within zoene or not.
I dont expect anyone to invest time in helping me out, but if i dont post i dont have any chances at all, so I tought id give it a try.
Peace and love fellow traders
Do something like this (check the comments too)
Do something like this (check the comments too)
Thank you, you must be the kindest administrator of any page. Your work is so apperciated.
Take care.
pls can u help me code this indicator to EA I only want it to trade one candle when the arrow appear and close it when the candle close pls u can make it option i need it
pls help me out