Someone Please Help! - want to create a trial version for my EA (3month
-
Am new here on fxdreema.
1>Can somebody please guide me on how to create a trail or subscription plan for my EA Indicator such that the trial is only allowed to work just for 3 months.
2> Am also having a problem with the variable I descaled as "Symbol" which was meant to store the current symbol of the Chart. Buy when I compile the code, I get an error pointing toward that variable and I really don't know how to fix it...
Here's the link to the EA: https://fxdreema.com/shared/MVUeVsxre
Please help anyone!
Thanks
-
Compilation errors
'String' - declaration without type
'String' - declaration without type
'Symbol' - struct member undefined
'EURUSD' - undeclared identifier
'Symbol' - struct member undefined
'Symbol' - struct member undefined
'Symbol' - struct member undefined
'Symbol' - struct member undefined -
To start, your EA will not run with a name like that. I dont not believe you can use symbols...or spaces..something weird like that I've run into before. I'm still looking into the rest.
-
OK
Thank you so much, I really appreciate your responds....
However, even after changing the name to something else (Simbo)... It keeps giving the same error....
Could you please help me look into it... https://fxdreema.com/shared/MVUeVsxre
Thanks
-
@jsauter86 said in Someone Please Help! - want to create a trial version for my EA (3month:
Compilation errors
'String' - declaration without type
'String' - declaration without type
'Symbol' - struct member undefined
'EURUSD' - undeclared identifier
'Symbol' - struct member undefined
'Symbol' - struct member undefined
'Symbol' - struct member undefined
'Symbol' - struct member undefinedThat's exactly the error it given even after changing the name still... So what do I do?
-
@stoopfex Is this the whole project? Apparently it is not.
-
@l-andorrà You're right I removed some parts in this course of trying to debug the point at which the error is coming from...
Here's the complete project: https://fxdreema.com/shared/JZvdQetlc
Please help me with my first question: How do i make it work on subscription bases...
i.e create a trial version of the EA. Thanks
The Error I get now is
i> implicit conversion from 'String' to 'number'ii> TestGenerator: unmatched data error (high value 1473.29000 at 2019.11.20 14:20 is not reached from the least timeframe, high price 17.13000 mismatches)
Kindly help me look into it...
-
@stoopfex I simply don't understand the logic of thos project. What is block 635 for? And why blocks 1 and 326 are from different timeframes? I think this is the origin of the error.