@gwydaer You can use this separate to your buy/sell tree.
Posts made by jstap
-
RE: Ideas for pre-market spread spike stop-out avoidance?posted in Questions & Answers
-
RE: Ideas for pre-market spread spike stop-out avoidance?posted in Questions & Answers
@gwydaer In HERE is how I would do it, haven't tested but should work, when trail reactivates it should go back to your settings, you will likely need to set the time you want to use.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@slimmz If you need help on a project, start and then ask specific questions on how to make work/correct.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@slimmz Nothing, as I put in the post 2 days ago, this indicator doesn't have required info for placing a trade. If you download the EA from this link, I did miss spell in the one above, you can watch on back test and see that it returns no usable data.
-
RE: Ideas for pre-market spread spike stop-out avoidance?posted in Questions & Answers
@gwydaer I would say that your spreads likely widen on US market close? If so you are as well widening SL at these times, time filter, pink for each trade, modify stops, then tree to reset back at the preferred time, as for trailing stop use time filters to deactivate during these times.
-
RE: Close all trades when oldest trade is x minutes oldposted in Questions & Answers
@learningfx You do not need a blue block above pink.
-
RE: Define week numberposted in Questions & Answers
@ftsio This is how I would do this link, it is not quite working correctly but the idea of haw to get working is there, give it a try and if you struggle to get it working and I'll see what I can do.
-
RE: Set Break Even to % of Stop Lossposted in Questions & Answers
@jjtrader I assume all is working correctly other than trail? I would use no trade above buy and sell, move the modify blocks out of trees and place under the pass, never used %of SL but assume this will fix all.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@line No but my picture is your indicator, and although what's in your picture is how it is in inputs, this is what is causing the errors when you try to create EX4, change your input parameters to be the same as picture and you will no longer get errors.
-
RE: What Wrong With Thisposted in Questions & Answers
@aisar You don't need the blue if trade block, you need a pink for each trade block.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@slimmz Judging from the fact that your errors contain smoothed I guess you tried to add the MA as name instead of number (int), as in the picture the indicator compiles with no errors. smoothed = 2 in MT4 language.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@line I am not sure what you are trying to show, make indicator input parameters same as picture above, press above link, press ex4 and you can watch on back test the information you can get from this indicator.
-
RE: place pending order below candle once per bar + delete once per barposted in Questions & Answers
@piptheripper It should be pips, without the capital. My fault.
-
RE: EA not active on my manual tradeposted in Questions & Answers
@aisar Try moving trail under a if trade block, as is when ever trades are within number limit TS wont work. Magic 0 is all that can be done to work on manually placed trades.
-
RE: In this example, I do not want to repeat buying or selling at the same pipsposted in Questions & Answers
@khalids222 Put a no trade nearby, put under pink & directly above buy/sell because this will make the check only after all other conditions ate set,
-
RE: Converting string variable to double variable valueposted in Questions & Answers
@kizerage212 Never used string to value, but using this
variable=(StringSubstr (variable/constant, 6, 9));
6, 9 being the start and end in string, double for your variable will give you the digits.