STTS Custom indicator set up question
Hi,
Is anyone who is using the Smart Trend Trading System MT5 indicator on MQL5? I tried to add it as a custom indicator, but it seems that I failed miserably.
I attached it to the chart and updated the settings as per the screenshot below, the location is in Indicators\Market, but it says "2024.01.09 21:19:05.480 CommunityPower MT5 (EURUSD,H1) Can't load ""Indicators\Market\Smart Trend Trading System MT5".ex5" indy, error #4802!"
For the indicator path, I tried Market\Indname and Indicators\Market\indName .., with no luck another thing that I am confused with is the indicator parameters ...not sure how I am supposed to add them ( I read the Forum ...and it is still not clear to me ..sorry)
On seller page, regarding the buffers, he says:
Trend Breakout catcher:
SetIndexBuffer(0,UpSignal);
SetIndexBuffer(1,DnSignal);
SetIndexBuffer(4, buyexit)
SetIndexBuffer(5,sellexit);
I added 0 and 1 as buy-sell, but where am I supposed to add the 4 and 5 for trade exits?
Definitely, I am doing something wrong there, and I was wondering if anyone is using it and can give me a hint of how I can set it up.
I tried to follow the instructions from the Forum ..but no luck..:(
I am quite new to this "game", so please have patience ... This is probably a silly question for those of you with more experience.
Thanks for your help.
Cheers
Marius
What the exact file name? Path should start with "Market\", if your indicator is in this folder.
As for the parameters, try to start with an empty string (it will use defaults). When it works, start to add parameters.
For the close signal you need to set another Custom indy block.