Quote:
Originally Posted by kjhfdgjfhdghdf
2nd thing, I have PriceChannel_Signal_v1 indicator on the chart and PC_SignalExpert_v1.
It opens a buy on eur/gbp but the indicator is showing a sell.
Maybe the expert with the indicator in it has different indicator parameters than the actual indicator?
??
|
It is the same: default settings of indicator are the sam with default settings of indicator coded inside EA. I backtested in visual mode and it is the same trades with indicator's signal. I think it may be because of ExitMode. If ExitMode=1 so Ea will close old order and open new one on new indicator's signal.
I checked and it is the same with indicator. I am not sure about ReEntryMode (this EA is using standard WPR indicator with Lenght parameter for re-entry) but for D1 EURGBP it may work with the settings:
MaxOrders=10; TakeProfit=200; StopLoss=100; TrailingStop=30; ExitMode=1; ReEntryMode=0; Lenght=50; MM=true.
But just 2 orders since 1st of January 2007. Both in good profit but 2 orders is not much ....
It should be a system, not one indicator.
I still can not select any setting for ReEntryMode. This EA is using the same Lenght parameter for WPR indicator and for PriceChannel_Signal_v1. So, if I selected Lenght=50, so it is 50 for WPR (re-entrance) and 50 for PriceChannel_Signal_v1. May be we should have different settings for those two indicators inside EA?
because if we find good settings for re-entry so we may use this EA for D1 timeframe with many trades.