When does it make sense to keep part of the robot code in an indicator? - page 35
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
Well, do you consider your thinking to be adequate and non-fanatical, for that matter? It's not enough that you didn't manage to prove your hypothesis-belief that the same code in an indicator will always be faster than in an EA, but instead you started an absolutely unclear and meaningless competition (by the way, it was good, because it led to an interesting solution of communication breakdown in the EA). By the way, I haven't noticed anywhere on our site that adviser's code should preferably be written in an indicator for performance acceleration, so this statement sounds strange, at least, and I think you will agree with it.
My assumption was based on the simple logic that calling an external function with passing a copy of the buffer and parameters takes more time than without it; why would you deny this fact?
Your actions are certainly inadequate. Don't attribute to me what I haven't asserted. Re-read the thread again carefully and thoughtfully. Show me where I said that (quote verbatim)? Read it again, read it again, if you are so slow on the uptake.
Your actions are clearly inadequate. Don't attribute to me something I didn't say. Re-read the thread again carefully and thoughtfully. Show me where I said that? Reread it, reread it again, if you're so slow on the uptake.
Well, if you didn't assert it, why did you need this competition to compare the performance of the same code? What was the logic behind it and what did you want to prove about this topic of discussion?
Reread the thread, maybe you'll get it some day. I'm not sure, but maybe.
You were hopeful that day, you seemed to be getting it right, but it's still there.
Well, do you consider your thinking to be adequate and non-fanatical, for that matter? It's not enough that you didn't manage to prove your hypothesis-belief that the same code in an indicator will always be faster than in an EA, but instead you started an absolutely unclear and meaningless competition (by the way, it was good, because it led to an interesting solution of communication breakdown in the EA). By the way, I haven't noticed anywhere on our site that adviser's code should preferably be written in an indicator for performance acceleration, so this statement sounds strange, at least, and I think you will agree with it.
My assumption was based on simple logic that calling an external function with passing a copy of the buffer and parameters takes more time than without it, why would you deny that I'm not sure.
Your actions are definitely inadequate, the stupidity is indescribable, do not pass off your fantasies as reality. Do not attribute to me what I have not said. Re-read the thread again carefully and thoughtfully. Show me where I said that (quote verbatim)? Reread it, reread it again, if you're so slow on the uptake.
You're welcome. It seems pretty clear that it's hard to get away with such a statement.
You're welcome. It seems very clear that it is hard to get away with such a statement.
Read carefully and thoughtfully what I suggested and what you attribute to me.
Your actions are clearly inadequate. Don't attribute to me something I didn't say. Re-read the thread again carefully and thoughtfully. Show me where I said that (quote verbatim)? Read it again, read it again, if you are so slow on the uptake.
In the end, can you say specifically your opinion on the topmostar's basic question in the branch's thread title? "When does it make sense to keep part of the robot code in an indicator?"
"When does it make sense to keep part of the robot code in an indicator?"
In the end, can you give your opinion on the main question of the topic of the branch? "When does it make sense to keep part of the robot code in an indicator?"
I can. When you know how to write indicators, and take advantage of real indicator buffers and the IndicatorCounted() function.
In all but the trivial. The EMA is no longer trivial.