Patrick Barks Posted October 13, 2012 Report Share Posted October 13, 2012 I am wanting for someone to please add SL and TP levels to this indi. There is already labels in the properties named SL and TP however they dont work This is a good example http://i.imgur.com/TWfex.jpg EA attached, if anyone could do this i would appreciate it cheers. http://www.mediafire.com/?8cjjbg6crqsnxhj Quote Link to comment Share on other sites More sharing options...
halcyonn Posted October 13, 2012 Report Share Posted October 13, 2012 use a trade a manger ea.use multi purpose trade manager ea.i had posted it once on this forum but look around on the net..you will find it for free. Quote Link to comment Share on other sites More sharing options...
Patrick Barks Posted October 13, 2012 Author Report Share Posted October 13, 2012 (edited) I'll have a look into it edit; cant seem to find it, i would much rather SL and TP levels built into this ea though really Edited October 13, 2012 by Patrick Barks Quote Link to comment Share on other sites More sharing options...
callahan Posted October 14, 2012 Report Share Posted October 14, 2012 I'll have a look into it edit; cant seem to find it, i would much rather SL and TP levels built into this ea though really If all else be failin' now and yez can't get any help here like then check out this guy. He's good. http://www.ervent.net Quote Link to comment Share on other sites More sharing options...
sidecona Posted November 26, 2012 Report Share Posted November 26, 2012 please post the indicators... and btw: it already has sl / tp but some of it is hidden... you need to add the word "extern" before the lines that start with == below i.e. extern bool... extern int ... hit F5, and check the settings again. don't have the settings open when you are making the changes.... look for this: ---------------- TP SL TS BE extern string TSTB="---------------- TP SL TS BE"; == bool RealSL_Enabled=false; == int RealSL=5; //stop loss under 15 pîps == bool RealTP_Enabled=false; == int RealTP=10; //take profit under 10 pîps extern int SL=0; //stop loss extern bool UseFractalsSL=true; extern int TP=0; //take profit extern int TS=0; //trailing stop extern bool UseFractalsTS=true; == int TS_Step=1; //trailing step extern int BE=0; //breakeven i.e. after, it should look like this: extern string TSTB="---------------- TP SL TS BE"; extern bool RealSL_Enabled=false; extern int RealSL=5; //stop loss under 15 pîps extern bool RealTP_Enabled=false; extern int RealTP=10; //take profit under 10 pîps extern int SL=0; //stop loss extern bool UseFractalsSL=true; extern int TP=0; //take profit extern int TS=0; //trailing stop extern bool UseFractalsTS=true; extern int TS_Step=1; //trailing step extern int BE=0; //breakeven give it a bash... let me know how you get on... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.