mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-22 07:08:19 +00:00
Transfer trade signals to CSignalGrid class
This commit is contained in:
Binary file not shown.
@@ -101,6 +101,8 @@ int OnInit()
|
||||
// Set up the signals
|
||||
//
|
||||
EntrySignal = new CSignalGrid();
|
||||
EntrySignal.SetMaxRiskPerTrade(InpMaxRiskPerTrade);
|
||||
EntrySignal.setMmagic(InpMagicNumber);
|
||||
//EntrySignal.AddIndicator(Indicator1, 0);
|
||||
|
||||
ExitSignal = new CSignalGrid();
|
||||
|
||||
Reference in New Issue
Block a user