Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
This forum is for MetaTrader, not other trading platforms.
Any kind of automation requires that you code a MQL program (e.g. EA or Script), to make the necessary adjustments according to your requirements.

- www.mql5.com
This forum is for MetaTrader, not other trading platforms.
Any kind of automation requires that you code a MQL program (e.g. EA or Script), to make the necessary adjustments according to your requirements.
There is no specific MQL5 function. You will probably need to read the contract specifications for the symbol to determine what to do.
However, I think it should be a manual human intervention and not a automated process. Each individual stocks don't split that often, and when they do, it often needs "human" thought to decide how one should proceed.
Hi,
"how could I have increased my lot size.." this depends on how you want to increase it. How should it increase? by a positional risk percentage? by max lots and risk percentage of the account? by the free margin available?
Free margin is what you should calculate the lots on after you make several deals because free margin is what you are available to trade with.
If you don't make an expert advisor, then you could make an excel file with formulas and fields to calculate what you want after you obtain the tick value, tick size and other information from the broker.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all,
I am new here and I have started coding my own strategy on stocks, already backtested ***. For the case of NVIDIA which had a 10:1 split back in June, how could I have increased my lot size automatically without stopping my strategy? (Assuming I have money etc...)
This is important because all prices after the split are 1/10, so any indicator active during the split day would have given a wrong value.
Thanks