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
There is a sandbox around the file functions. It has an easy check, that the file name does not contain a double dot (..), which could be used to escape from the sandbox (..\..\..\far_away_folder\myfile.txt). So replace the dots by some other character.
Ok thanks for the correction!
I get this error. ERR_WRONG_FILE_NAME (4101)
12:38:50 Spread_Recordera_1_: invalid filename for FileOpen function
12:38:50 Spread_Recordera_1_ EURUSD..,H1: FileOpen failed, trying to open: Spread_Recording/EURUSD..-Spread_Recorder-8-1-2014.log error# 4101
I have seen that the demo account symbol name is "EURUSD.m" and the real account symbol is named "EURUSD.." can this might cause the error?
It could be, error 4101 is "Wrong file name." . . . try this mod, it's not a solution it's just for testing:
There is a sandbox around the file functions. It has an easy check, that the file name does not contain a double dot (..), which could be used to escape from the sandbox (..\..\..\far_away_folder\myfile.txt). So replace the dots by some other character.
Do you mean by changing the pair name in the platform, is that possible?
It could be, error 4101 is "Wrong file name." . . . try this mod, it's not a solution it's just for testing:
This worked! why is this just for "testing"?
"Spread_Recording\\"+ ...
Do you mean by changing the pair name in the platform, is that possible?
No, it is not possible. You should replace dots in the file name.
This worked! why is this just for "testing"?
Great
Thanks for all the help! you re awesome!
Spread
The forum
The articles
CodeBase
============