Custom symbols. Errors, bugs, questions, suggestions. - page 14

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
Bug 21.
2085
After server reconnect, all created custom symbols are added to the market overview themselves.
This is good when the market is closed on weekends.
The server occasionally re-connects, or after a terminal restart at the moment of connection installation,
The chart of the standard symbol can reboot and make one tick, at this moment all created custom symbols are added to the market overview by themselves.
Suggestion.
Please addSYMBOL_VOLUME_INITIAL identifier forsymbol properties, and display its value in the specification.
And add an appropriate identifier to call its value.
Bug 20.
2085
Incorrect setting of custom character properties.
Where is the code for playback?
Where is the code for playback?
In the message with bug 20, the identifiers are listed. Do you not have them displayed in the message?
Bug 22.
A rollover of a tick changes its price by a factor of 10.
Result
Hi all
this is my first time running mt, need it for data analysis and graphing
icreated a symbol, loaded bars from csv, i can see the thick data file in the insta directory
Symbol activated, in market watch
Do not show chart - "Waiting for update
Did i miss something?
i tried it in both mt4 and mt5 - everything is the same
demo charts - run jumping
In the message with bug 20, the identifiers are listed. Do you not have them displayed in the message?
Again. Where is the reproducible code?
The identifiers are displayed. Which brings me to my question: what does ORDER_FILLING_XXX have to do with it? Have you read the documentation carefully?
One more time. Where is the reproducible code?
The identifiers are displayed. Which brings me to my question: what does ORDER_FILLING_XXX have to do with it? Have you read the documentation carefully?
Because we set the filling mode forSYMBOL_FILLING_MODE
But the identifiers themselves show a shift in the output result.
Look at the result.
FOK sets to None specification
IOC sets to FOK specification
RETURN sets to IOC specification
And if you want to use other identifiers from other ENUM, likeSYMBOL_FILLING_XXX
There are only two identifiers in this ENUM
SYMBOL_FILLING_FOK
SYMBOL_FILLING_IOC
And for exchange mode, no identifier!
How can you set exchange mode without identifier or its value?
Look in the documentation yourself.
Make sure thatthere is no identifierforSYMBOL_FILLING_RETURN
How then to set exchange mode without identifier or its value ?
Forum on trading, automated trading systems and testing trading strategies
Libraries: Symbol
fxsaber, 2018.04.06 09:21
Apart from the developers, your posts are not at all clear to me either. See how you can report a problem constructively.
SYMBOL_TRADE_EXEMODE
SYMBOL_TRADE_CALC_MODE
These are completely different modes and are not related to the problem.
This should be clearer.
If you want to use another identifier from ENUMSYMBOL_FILLING_XXX
thenthere is no identifierforSYMBOL_FILLING_RETURN!