Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 932

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
What should be the values of prices Price2-Price4?
If a new price arrives that matches the condition then Price1 becomes Ask price, Price2 becomes Price1 price, Price3 becomes Price2 price, Price4 becomes Price3 price.
If Ask<=Price1, what should the program do?
Then nothing happens.
To form a sequence of prices, you can first create a non-dynamic array.
When a new price appears, shift the array upwards to the element number.
The comment function can contain 64 elements, including comma-separated controls.
What should the values of prices be Price2-Price4?
If a new price is received that meets the condition, Price1 becomes Ask price, Price2 becomes Price1 price, Price3 becomes Price2 price, Price4 becomes Price3 price.
If Ask<=Price1, what should the program do?
Then nothing happens.
To form a sequence of prices, you can first create a non-dynamic array.
When a new price appears, shift the array upwards to the element number.
The comment function can contain 64 elements, including comma-separated control elements.
Hello all. Can you please tell me.
Can the indicators in the strategy tester work with the order information (OrderSelect(...)) opened by the Expert Advisor
orSimpleFXTester_v2.ex4 (in parallel). In visualization mode. The tandem works in the terminal.
Good time!
Who can tell me how to programmatically calculate the number of trading (working) days between two dates?That is, we need to somehow take into account weekends and public holidays.
Thank you very much in advance).
Good time!
Can someone advise how to programmatically calculate the number of trading (working) days between two dates?That is, you need to somehow take into account weekends and public holidays.
Thank you very much in advance).
There are days when an individual pair doesn't trade because of host holidays.
It's better to count by history. You make a note of the current date. With the onset of a new trading day++;
Good afternoon!
Can you please tell me how to write data into a csv file in several lines instead of just one?
Good afternoon!
Can you please tell me how to write data into a csv file in several lines instead of just one?
I'll give it a try. But I'm afraid it won't work on weekly bars, for example.