Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I used fxfisherman's format and put this coding using the name of my ea instead of fxfisherman at the bottom of my ea.
When I compile the ea program again I get an error: Function "watermark" is not referenced and will be removed from exp-file.
Can you help me with this problem???
Thanks in Advance!!!
Dave
<><<<
You have the function "watermark()" somewhere in your code but this function is never called, so it's no needed to keep it in the compiled file.
It's not a real error, you can run the ex4 as it is...
Last edited by Michel; 07-12-2007 at 10:38 PM.
Reason: I am stupid
You have the function "watermark()" somewhere in your code but this function is never called, so it's no needed to keep it in the compiled file.
It's not a real error, you can run the ex4 as it is...
The Herbert's solution (call the function anywhere) may be dangerous : it should be better to understand what does this func before calling it.
I like to live dangerous.....
But then again, it's not that dangerous though, it's just a display routine.
Even if you called it at every tick, the worst thing that could happen is performance degrade during backtesting.
iScuba, if you want it fixed, post the EA, or PM me (or Michel)
Cheers
__________________ Better being out wishing to be in, than being in wishing to be out.....
But then again, it's not that dangerous though, it's just a display routine.
Even if you called it at every tick, the worst thing that could happen is performance degrade during backtesting.
iScuba, if you want it fixed, post the EA, or PM me (or Michel)
Cheers
You are right ! I did not see the function was on the post ! Sorry to have interfere...