Re: MT4 Trading Utilities, Chart Tools & Add-ons - Looking for Analytical tool for Hypothetical trading

191
I am looking for an indicator which can plot hypothetical trades and generated trades based on parameters defined by user for Winning trade, losing trade, Re-entry trade, Target Price and Stop Losses touch, Bars to look back etc.

Pips , TF and no of bars may be used to measure the results.

Statistics will help in knowing how much money is lost by Stop Losses. This is what I am keen on knowing.

Help will be greatly appreciated.


Re: MT4 Trading Utilities, Chart Tools & Add-ons

194
bilbao wrote: Wed Feb 19, 2020 3:28 amEXPERT
I've translated the input settings of ConcordAssistant trade manager EA from Russian to English. The internal part of the code has a lot of error messages which will be printed in Russian when an error occurs. This won't be helpful for Non-Russian speakers. I also converted those messages and code descriptions to English. Values are in points rather than pips, so adjust the values especially if you are trading indices and metals. Hope this helps.

PS:
Anyone who understands coding better can please explain the difference between Normal and Short Breakeven modes.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

195
traderokey wrote: Tue Mar 03, 2020 8:18 amPS:
Anyone who understands coding better can please explain the difference between Normal and Short Breakeven modes.
Short means - breakeven sets the stop not to your entry price but to your stop loss price....

Code: Select all

 //moving to breakeven
 if(dinbrMode==Short)
  {
   stopLoss=OrderStopLoss();
  }
  else
  {
   stopLoss=OrderOpenPrice();
  }




Who is online

Users browsing this forum: ChatGPT [Bot], CommonCrawl [Bot], erex, Google [Bot], Google Images [Bot], IBM oBot [Bot], Ricstar_8, RodrigoRT7 and 53 guests