Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 862
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
Good day to all. Need a calculation algorithm. Can you tell me how to calculate the average speed of ticks in the terminal for a given instrument?
For example, the average rate at which ticks arrive is based on 15 ticks for the calculation.
When I start an indicator (I am writing an indicator), there are calculated the incoming ticks and their time of receipt. As soon as the number of ticks equals 15, this number is divided by the number of seconds, during which they were received. The result is FIRST value of average ticks receipt rate per second.
Then the ticks keep coming in and seconds go by. What algorithm can take into account the number of Freshest 15 ticks and their arrival time in seconds to find the average"Freshest/Income time" (ticks/seconds) to build a curve on this average speed.
Don't count for advertising.
Here is the link - the indicators in executable files and the TS based on them.
http://fintraders.ru/index.php?option=com_content&view=article&id=88&Itemid=95
I am not a bore and have time to look and ask, please, on my question.
When optimizing in the tester, the following message often pops up in the log
"2015.03.05 11:04:55.924 Memory handler: cannot allocate 343699140 bytes of memory"
Please advise which memory can not be detected by the terminal? How can it be fixed?
Good day to all. Need a calculation algorithm. Can you tell me how to calculate the average speed of ticks in the terminal for a given instrument?
For example, the average rate at which ticks arrive is based on 15 ticks for the calculation.
When I start the indicator (I am writing it), there are calculated the incoming ticks and the time of their receipt. As soon as the number of ticks equals 15, this number is divided by the number of seconds, during which they were received. The result is FIRST value of average ticks receipt rate per second.
Then the ticks keep coming in and seconds go by. What algorithm can take into account the number of Freshest 15 ticks and their arrival time in seconds to find the average"Freshest/Income time" (ticks/seconds) to build a curve on this average speed.
Don't count for advertising.
Here is the link - the indicators in executable files and the TS based on them.
http://fintraders.ru/index.php?option=com_content&view=article&id=88&Itemid=95
If you have time and money to look through it, please, advise me on my question.
Y[0]=Y[1]+(X[0]-X[15])/15, где: X[i]- time to arrival of i-th tick from arrival time of previous (i+1 -th) tick; Y[i]- sliding average of this time for extreme 15 ticks.
Thank you. I'm working on it. It turns out.
I came out (I'm coming out - I haven't figured it out yet) to a simpler solution...
Hi all, I am facing a problem.
I am using OrderSelect function to determine profit/loss of last 3 orders.
The GetLastError() tester gives error #4051
What could be the reason?
Hello, connoisseurs, can you give us a solution?)
HOW to calculate:
With a Sliding Period (e.g. 16) calculate a period of 15, starting from a period of 16.
Hello, connoisseurs, can you give us a solution?)
HOW to calculate:
Having a Sliding period (e.g. 16) calculate a period of 15, starting from a period of 16.
My EA is not tested on all days. DC gkfx.
From 2015.03.19 to 2015.03.20 it is tested and from 2015.03.18 to 2015.03.19 it is not tested - gives zero results.
Log:
XAUUSD,M1: ***.
*** inputs: ***
TestGenerator: spread set to 50