
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
void OnStart()
{
Print(EnumToString((ENUM_SYMBOL_TRADE_EXECUTION)SymbolInfoInteger(_Symbol, SYMBOL_TRADE_EXEMODE)));
Print(TOSTRING(SymbolInfoInteger(_Symbol, SYMBOL_FILLING_MODE)));
Print(TOSTRING(SYMBOL_FILLING_IOC));
Print(TOSTRING(SYMBOL_FILLING_FOK));
}
Test (Si-12.16,M1) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE) = 0
Test (Si-12.16,M1) SYMBOL_FILLING_IOC = 2
Test (Si-12.16,M1) SYMBOL_FILLING_FOK = 1
This means that onlyORDER_FILLING_RETURN is allowed on the BCS. Exchange ORDER_FILLING_FOK and ORDER_FILLING_IOC are prohibited! This proves inaccuracy of BCS adjusters.
On Metaquotes-Demo the settings are correct (everything is allowed)
Test (Si-12.16,M1) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE) = 3
Test (Si-12.16,M1) SYMBOL_FILLING_IOC = 2
Test (Si-12.16,M1) SYMBOL_FILLING_FOK = 1
And on Otkritie, are the hands straight?
Please advise what this script gives out on the Open
void OnStart()
{
Print(EnumToString((ENUM_SYMBOL_TRADE_EXECUTION)SymbolInfoInteger(_Symbol, SYMBOL_TRADE_EXEMODE)));
Print(TOSTRING(SymbolInfoInteger(_Symbol, SYMBOL_FILLING_MODE)));
Print(TOSTRING(SYMBOL_FILLING_IOC));
Print(TOSTRING(SYMBOL_FILLING_FOK));
}
Test (Si-12.16,M1) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE) = 0
Test (Si-12.16,M1) SYMBOL_FILLING_IOC = 2
Test (Si-12.16,M1) SYMBOL_FILLING_FOK = 1
This means that onlyORDER_FILLING_RETURN is allowed on the BCS. Exchange ORDER_FILLING_FOK and ORDER_FILLING_IOC are prohibited! This proves inaccuracy of BCS adjusters.
On Metaquotes-Demo the settings are correct (everything is allowed)
Test (Si-12.16,M1) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE) = 3
Test (Si-12.16,M1) SYMBOL_FILLING_IOC = 2
Test (Si-12.16,M1) SYMBOL_FILLING_FOK = 1
And on Otkritie, are the hands straight?
2016.11.12 16:36:01.379 test_filling_mode_fxsaber (RTS-12.16,M1) SYMBOL_FILLING_IOC = 2
2016.11.12 16:36:01.379 test_filling_mode_fxsaber (RTS-12.16,M1) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE) = 3
2016.11.12 16:36:01.378 test_filling_mode_fxsaber (RTS-12.16,M1) SYMBOL_TRADE_EXECUTION_EXCHANGE
2016.11.12 16:36:01.379 test_filling_mode_fxsaber (RTS-12.16,M1) SYMBOL_FILLING_IOC = 2
2016.11.12 16:36:01.379 test_filling_mode_fxsaber (RTS-12.16,M1) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE) = 3
2016.11.12 16:36:01.378 test_filling_mode_fxsaber (RTS-12.16,M1) SYMBOL_TRADE_EXECUTION_EXCHANGE
I understand that Otkritie has only a futures market in Mt5 or is there also a spot forex market?
Looking for a spot forex broker and in parallel with CFD instruments on currency futures
I understand that Otkritie has only a futures market in Mt5 or is there also a spot forex market?
Looking for a spot forex broker and in parallel with CFD instruments on currency futures