DislikedI still cannot get the ea to take any trades on the 5 min chart.
Any one any ideas of settings to try ?Ignored
Forex Trading: Incorporating Price Behavior into a Forex Trading System 4 replies
Forex Deconstruction System (A Mr. Mark So inspired system) 13 replies
Traders Bible > ArtVor 2 replies
Would you trade this system? New system #2. 10 replies
DislikedOk..Iv been off the thread for a while due to some programming issues...as regards yo multiple entry..this is evident in the old version except you disable some properties and enable some.Ive actually fixed the bug.Ignored
DislikedIm building new EA, I know how to integrate Flatrend and Fisher into my system, but I dono how to integrate Golden Finger in it!
Can someone help me on this? Please?
I want to get the Golden Finger value on the right time just like the original indicator. Will post here once my system is ready to use. But it will take some time. I'm desperately need to get Golden Finger signal activate my system. Argh..Ignored
Disliked....Please let starlimit know what broker you are using so he can try to recreate the issue and maybe upload the setfile. Indy must be called GoldenFinger (not Golden Finger).
thanks again!Ignored
DislikedFlatrend is not part of this system any longer. Please read thrhough the thread and understand what indicators have been removed.Ignored
DislikedI guess I just need to learn a bit about Starlimit3 EA and call the function of Golden Finger like he does (even though I'm not really understand how..). I'm in the process of making my robot and I hope that this robot is not a retarded robot.Ignored
DislikedI guess I just need to learn a bit about Starlimit3 EA and call the function of Golden Finger like he does (even though I'm not really understand how..). I'm in the process of making my robot and I hope that this robot is not a retarded robot.Ignored
Dislikedugg,
its good you'r trying to create something new, below is the code from the EA which calls the indicator GoldenFinger{ note: no space}
To change the Time Frame to M5, just change ",TimeFrame," to 5 in the code
To determine which Pair it uses, just change NULL to your desired pair.
//---- get Indicator SIgnal
GoldSignalB=iCustom(NULL,TimeFrame,"GoldenFinger",0,1);
GoldSignalS=iCustom(NULL,TimeFrame,"GoldenFinger",1,1);
As for those who are still having problems as pa the EA not taking any trade any of these could be the problem:
1: Make...Ignored