- Search Metals Mine
-
Dave_C replied Jan 6, 2016It is possible but not designed that way. Delete lines 165 and 179 and insert the following lines at Line 80 if (Direction == Down) StopLossPrice = iHighest(NULL,0,MODE_HIGH,5,1) + Ask - Bid; if (Direction == Up) StopLossPrice = ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 6, 2016Yes, Yes and when contrary bar is completed in new direction.
trend catching with NonLagDot indicator
-
Dave_C replied Jan 6, 2016I have enclosed an amended EA. The changes are Trades are now automatically closed on the first opposite nonlagdot (previously ran to Take Profit level) Option to define entry point to first contrary bar or latest contrary bar (the default). ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 6, 2016I think the confusion comes from the statement at Post #1 Quote: TP could be fix target depending on each pair or we can go with trend until NonLagDot change color. I have set up the EA to close trades with the change in color so I look for some ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 6, 2016You are correct about the entry point not being adjusted on further retracement and I am testing an amendment at the moment. When I wrote the original EA, I did test the movement of the entry point on subsequent retracements and removed this aspect ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 5, 2016For anybody who is wondering why the nonlagdot indicator is not drawing in front of the candle, right click on the chart, select Properties, Common tab and deselect "Chart on foreground".
trend catching with NonLagDot indicator
-
Dave_C replied Jan 5, 2016Please ensure you have the latest version of the EA at Post #304.
trend catching with NonLagDot indicator
-
Dave_C replied Jan 5, 2016Any amount of backtesting can produce favourable results but Lebaneese is talking about actual trading and I respect his ingenuity. I am only hypothesizing on past results.
trend catching with NonLagDot indicator
-
Dave_C replied Jan 5, 2016Please all posters. The previous results are curve fitted. Forward tests are hard but out of sample is good confirmation. This thread belongs to Lebaneese and I get my greatification from informed posts rather than from the knockers who if you look ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 4, 2016Re Renko: Just insert the following line at line 96 Close[1] = (Open[1]+High[1]+Low[1]+Close[1])/4; Re Order being cancelled: Order is only cancelled when the previous bar Non Lag dot changes colour. If there is a lower opposite bar without a ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 4, 2016I know some posters have no interest in the EA at all and I accept that, but the reason I am posting these results is to highlight how important money management really is. Of particular interest is the highlighted result which was achieved with a ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 4, 2016Your calculations are only valid if your home currency is the first mentioned currency in the pair being traded and makes no allowance for StopLoss, StopLossMultiple and related currency calculations. Most of the coding is to allow for accurate Risk ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 3, 2016[quote=forexday;8669022]Hi Dave C, Do you have an indi that will open a trade with lot size, stop loss and take profit all at once. Off course the trader will manually insert all this into the indi and change the information if and when the need ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 3, 2016You are taking less risk in that you will get closed out earlier in the progression of the trade and the EA will now be open for further trades. Please if you don't understand that, PM me and I will help.
trend catching with NonLagDot indicator
-
Dave_C replied Jan 3, 2016The highlighted text was 100 pips v's 10 pips. Lots purchased .02 v's .2 Hope that helps. Regards Dave
trend catching with NonLagDot indicator
-
Dave_C replied Jan 3, 2016Following on from my previous discussion about money management, I'd like to highlight a few points about risk expressed as a percentage of equity. After discussion with SmoothTrader, I have amended the determination of Lot Size to include an ...
trend catching with NonLagDot indicator
-
Dave_C replied Jan 2, 2016This error has to be corrected and I apologise for the inconvenience. WagerLots = WagerLots / StopLoss * 100 / AccountLeverage() ; should be WagerLots = NormalizeDouble(WagerLots / StopLoss * 100 / AccountLeverage() * 100,2);
trend catching with NonLagDot indicator
-
Dave_C replied Jan 2, 2016The free giving is what inspires us on these forums and I wanted to acknowledge the huge amount of effort and time that has been expended to produce this spreadsheet which can be downloaded above with thanks to SmoothTrader.
trend catching with NonLagDot indicator
-
Dave_C replied Jan 2, 2016Here's complete 2015 Dukascopy 1min GMT data with weekends filtered out. Use Tools, Options, Charts to ensure max bars in History and Charts is set to 512000 Use Tools, History Center, Import to move the unzipped data into the 1 minute section of ...
trend catching with NonLagDot indicator