[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 136
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
Unfortunately, this is not a glitch.
Some DCs have a habit (with or without reason) of changing the minimum stop levels several times during the day.
What is it for? Officially it is argued with ridiculous (and often false) reasons, "at the request of working traders", reference to the counter-agents / vendors, stock-exchange traditions on strong movements and other nonsense.
In fact, in many cases it minimizes your profit (or increases your loss), i.e. it increases the profit of the brokerage company.
You are lucky that you have not had a similar option - "FREEZE LEVEL" (especially greedy brokerage companies have it)!
I usually provide in the code of the Expert Advisor (for example):
But
и
The frequency of "talking" should be small, otherwise the broker will consider this phenomenon undesirable and may ban the use of EAs.
Can a broker forbid the use of EAs to a particular user? Or impose restrictions on the trading account?
If it is written in the trading conditions that trading with Expert Advisors is permitted?
And how can the GMT offset affect the M5 time series relative to D1?
Please enlighten Dear DrShumiloff.
The question of a beginner with 20 years of programming experience.
I can only enlighten you, because teaching is light. A enlightenment, that is to become holy - the Church.
Concerning your question.
The person asks: "How do you find the bar at let's say the five minutes of the beginning of the day."
You, when you take the start of the day:
don't take into account that the opening time of the day's candle in broker quotes is quite arbitrary.
I, for example, have a 4 hour offset from GMT on Alpari. So when calculating pivot levels, for example, I have to recalculate all open-close prices considering this offset.
The correct thing to do would be to take the current hour, add an offset to it and find out the opening time of the calculated bar number on the clocks.
I repeat my question - WHAT does GMT have to do with it ?
Show the CODE - how to do it properly (according to you), not empty remarks.
Hello All!!!
how to convert an ex.4 file to an mq4 file?
>> decompile, decompiler.
What kind of beast is that? >> And where do I get it?
But
и
check your code first (print or somment) - and then look in your help! :)