These are thanks to Westco28, who decided to deal with the trade comment issue by splitting it into two variables. Coders can follow the changes by searching "//MJB"
Many thanks Westco28.
Code: Select all
SM("Distance between trades = "+DistanceBetweenTrades+" pips"+NL);
if(UseAtrForGrid)
{
SM("ATR for the grid size = "+DoubleToString(GridAtrVal,0)+" pips"+NL);
SM("Distance between trades = "+DoubleToStr(DistanceBetweenTrades,0)+" pips"+NL);
}//if (UseAtrForGrid)
Code: Select all
if(!UseAtrForGrid)
{
SM("Distance between trades = "+DoubleToString(DistanceBetweenTrades,0)+" pips"+NL);
}
if(UseAtrForGrid)
{
SM("ATR for the grid size = "+DoubleToString(GridAtrVal,0)+" pips"+NL);
SM("Distance between trades = "+DoubleToString(DistanceBetweenTrades,0)+" pips"+NL);
}//if (UseAtrForGrid)
Code: Select all
if(UseAtrForGrid)
{
SM("ATR for the grid size = "+DoubleToString(GridAtrVal,0)+" pips"+NL);
}//if (UseAtrForGrid)
SM("Distance between trades = "+DistanceBetweenTrades+" pips"+NL);
Which version?Foreverforex » Fri Apr 01, 2016 5:44 am wrote:Just wanted to share demo trading results:
Facts:
Hedged strategy
No Filters.
Starting Balance of $500
.01 Lots
400:1 leverage
18 Trading days
No Manual Intervention
Will start live trading next month.
Amazing little bot!! Thanks to all for the enthusiastic and generous development.
I can't remember version started with, but 2N was running majority of those 18 days. I went back to it after i had installed the 'new' version 1, but had the same issue that gobbed up Global Prime and reverted to 2N for rest of month.goldcourse » Thu Mar 31, 2016 6:18 pm wrote:
Which version?
Could you please share your settings file? Thank you in advance!Foreverforex » Thu Mar 31, 2016 9:44 pm wrote:Just wanted to share demo trading results:
Facts:
Hedged strategy
No Filters.
Starting Balance of $500
.01 Lots
400:1 leverage
18 Trading days
No Manual Intervention
Will start live trading next month.
Amazing little bot!! Thanks to all for the enthusiastic and generous development.
Absolutely! Attachedszfxtrader » Thu Mar 31, 2016 9:42 pm wrote:
Could you please share your settings file? Thank you in advance!
Thank you very much!