
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
don't bother reply I got it
You post it after I click on reply button
You post it after I click on reply button
thanks a looooooooooooooot for your reply, I am still new in programming so I appricate all the help
I think you can find everything about it here.
Ok, i will try your tips, to read the history comment, 4 char from right to get [tp]/[sl]
that is nice idea, you're great coder
Ok, i will try your tips, to read the history comment, 4 char from right to get [tp]/[sl] that is nice idea, you're great coder
Thank you, but "to read the history comment, 4 char from right to get [tp]/[sl]" is your own idea
How to ??
Maybe someone can provide info how to put such indicators as signal bars, rsi bars and others to the indicator window, below the main chart ?
Thanks in advance
did you tryed #property indicator_chart_window change to #property indicator_separate_window?
did you tryed #property indicator_chart_window change to #property indicator_separate_window?
If i have to change it in the code, then the answer is I can't! cause its *.ex files. If it's only way to do that then only the creator of indy can help, i guess
did you tryed #property indicator_chart_window change to #property indicator_separate_window?
This was hellpful !
Also i found an option how to put signal bars and sar bars to put down into indy chart. Cja put this option in the options, someone mentionid in another thread.
All solved
Thanks
how to make pivot calculation ea?
pivot : (yesterday high price + yesterday low Price + yesterday closed) / 3
exp : pivot for usdjpy --> 100.73
add : + 20 ( for buy)
add : - 20 ( for sell)
ea enter buy when price goes to '100.83' and enter sell when price is '100.63'