[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 122

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
Gentlemen, can you tell me if there is such an indicator (or similar) for seasonal trends anywhere/someone?
What is the best script or Expert Advisor to collect ticks?
Collect where? To a file or into memory?
The best way to get ticks is through DDE. Doesn't lose ticks from packs. Any implementation of tick collection via EA without DDE will lose ticks from packs.
I wrote a complex for collecting ticks without DDE, but with approximation of lost ticks. I.e. the volume is preserved, but the validity of tick prices from packs is lost.
Can you please explain what I am doing wrong? I opened a $20 demo account with 1:500 leverage. I want to put a lot volume of 1.00 on EURUSD, but I get the error "Not enough money". Why? How do I calculate how much money I need to put down the required lot?
https://www.mql5.com/ru/forum/117576.
Would it help?
P.S.: search rules!
Please explain what I am doing wrong. I opened a $20 demo account with 1:500 leverage. I want to put a lot volume of 1.00 on EURUSD, but I get error "Not enough money". Why? How do I calculate how much money I need to put the required lot?
It is 289.15 USD.
Please explain what I am doing wrong. I opened a $20 demo account with 1:500 leverage. I want to trade 1.00 lot with EURUSD, but I get error "Not enough money". Why? In general, how do I calculate how much money I need to put the required lot?
Actually, with a $200 account the lot size should be about 0.01 (for a micro account) - to meet the minimum requirements of risk management (just for comparison).
If you have a cent account, then set the lot size so that 1 pip equals approximately 1 cent.
There are several External Variables of int (integer) type in the Indicator.
It is necessary to put them on the chart and set their parameters from the chart (using graphical objects or text, etc.).
- How can this be done? Maybe you have some ideas?
Thank you!
Can https://www.mql5.com/ru/forum/135276
Collect where? To a file or into memory?
The best way to get ticks is through DDE. Doesn't lose ticks from packs. Any implementation of tick collection via EA without DDE will lose ticks from packs.
I wrote a complex for collecting ticks without DDE, but with approximation of lost ticks. I.e. the volume is preserved, but the validity of tick prices from packs is lost.