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
192Hi am not able to make this news indicator work . its not showing the present day news
Re: MT4 Trading Utilities, Chart Tools & Add-ons
193elite panel
what we want: 1+1+1+1+1+1+1+1+1=9
what market delivers: 1+2+8+7-4+0-5+8-4-5+1=9
what market delivers: 1+2+8+7-4+0-5+8-4-5+1=9
Re: MT4 Trading Utilities, Chart Tools & Add-ons
194I'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
195Short means - breakeven sets the stop not to your entry price but to your stop loss price....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.
Code: Select all
//moving to breakeven
if(dinbrMode==Short)
{
stopLoss=OrderStopLoss();
}
else
{
stopLoss=OrderOpenPrice();
}
Re: MT4 Trading Utilities, Chart Tools & Add-ons
196Is there a symbol changer without the timeframe selector?
Thanks!
Thanks!
Re: MT4 Trading Utilities, Chart Tools & Add-ons
197myb try this 1, u can turn on/off the TFLumios wrote: Sat Mar 14, 2020 8:04 am Is there a symbol changer without the timeframe selector?
Thanks!
Re: MT4 Trading Utilities, Chart Tools & Add-ons
198Guys, Anyone who has this tool (preferrably mq4 file)?
Thanks in advance
Thanks in advance
Re: MT4 Trading Utilities, Chart Tools & Add-ons
199Does 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.
Surely it can be coded, so it's probable that it exists already.
Re: MT4 Trading Utilities, Chart Tools & Add-ons
200Hi, I found these, I don't know if they are fit for purpose.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.