Quote:
|
Originally Posted by newdigital
Thanks a lot.
I am out of Metatrader during the two days so can not check anything now.
I know that the idea was the following: we are trading on the direction of NonLag (Length=100 and color mode) and orders are opened by LabTrend (or ASCTrend) and we may have as many orders as we have vilidated signals. And all the orders are closed on the yellow bar of NonLag indicator (big one - with Length 100).
Template and indicator updated (attached).
|
Yes, I used your template settings as default on the EA - these are hard-coded into the EA and can not be changed - unless the EA is modified.
Buy & Sell signals are triggered by ASCTrend with confirmations from RSI_Filter
& NonLagMA_v4. SL's & TP's can be set using supp & res from ^Piv_ResSup.
Otherwise, SL's can be set using FixedStopLoss when UsePivotStop=False.
I will need to change the Exit logic, if we only want the big NonLagMA to exit
the trade. That would be a "To Do" for v7.1 I guess - aside from Fixed TP
option which I have not coded into the EA just yet.
SignalOnLastBarOnly - when true, will only look back for ASCTrend signal for
the number of bars set by CompletedBars.
I hope these explanations help.
-Pedz