Page 20 of 36

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

Posted: Sun Mar 01, 2020 2:08 am
by optionhk
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

Posted: Mon Mar 02, 2020 5:55 am
by dwenblade
bilbao wrote: Tue Feb 11, 2020 7:53 pm news indicator
Hi am not able to make this news indicator work . its not showing the present day news

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

Posted: Mon Mar 02, 2020 6:01 am
by bilbao
elite panel

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

Posted: Tue Mar 03, 2020 8:18 am
by traderokey
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

Posted: Tue Mar 03, 2020 8:43 am
by Jagg
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();
  }

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

Posted: Sat Mar 14, 2020 8:04 am
by Lumios
Is there a symbol changer without the timeframe selector?

Thanks!

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

Posted: Sat Mar 14, 2020 10:49 pm
by Vere
Lumios wrote: Sat Mar 14, 2020 8:04 am Is there a symbol changer without the timeframe selector?

Thanks!
myb try this 1, u can turn on/off the TF

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

Posted: Tue Mar 24, 2020 8:22 pm
by vhagwie
Guys, Anyone who has this tool (preferrably mq4 file)?
Thanks in advance

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

Posted: Wed Mar 25, 2020 9:48 am
by wojtek
Does there exist a script which changes the scale of all opened charts?
Surely it can be coded, so it's probable that it exists already.

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

Posted: Wed Mar 25, 2020 9:55 am
by pacois
wojtek wrote: Wed Mar 25, 2020 9:48 am Does there exist a script which changes the scale of all opened charts?
Surely it can be coded, so it's probable that it exists already.
Hi, I found these, I don't know if they are fit for purpose.